layerType

задает способ отображения данных на карте ("marker" или "heatmap")

string layerType;

Values

  • "marker"
  • "heatmap"
  • Example

    webix.ui({
        //укажите свой ключ Google API
        key:"AIzaSyAi0oVNVO-e603aUY8SILdD4v9bVBkmiTg",
        view:"google-map",
        id:"map",
        zoom:6,
        center:[ 48.724, 8.215 ],
        layerType:"heatmap"    
    });


    Default value:

    "marker"

    Related samples

    See also
  • Articles
  • Наверх
    If you have not checked yet, be sure to visit site of our main product Webix javascript component library and page of google maps javascript api product.