Represents the directive to define the layer of the maps.
<e-layers>
<e-layer></e-layer>
</e-layers>
any
Gets or sets the duration of the animation of layers when the zooming is performed in maps.
Defaults to 0
any
Gets or sets the Bing map type for the layer. If you set GeoJSON data in the map and set the BingMapType
value without setting the layer type as “Bing”,
then the map will be rendered based on the provided shape data since the default layer type will be set as “Geometry”.
Defaults to Aerial
any
Gets or sets the options for customizing the bubbles in maps.
any
Gets or sets the options for customizing the data labels in maps.
any
Gets or sets the data source for the layer. The data bound to the shapes using data source can be used to display the tooltip, marker, and bubble.
Defaults to []
any
Gets or sets the geometry type for the layer in maps. There are two types: Geographic and Normal.
Defaults to Geographic
any
Gets or sets the options for customizing the shapes when the mouse hovers over maps.
any
Gets or sets the settings for the shapes to be selected when the maps rendering initially. The initial selection of shapes will be performed only when the selection functionality of layer is enabled.
any
Gets or sets the key for the online map provider to render in the layer of the maps.
Defaults to ”
any
Gets or sets the type of the layer in maps. If we use layer type with shape data property in layer of the maps then map will render based on the provided layer type.
Defaults to Geometry
any
Gets or sets the options for customizing the cluster of markers in maps.
any
Gets or sets the options for customizing the markers in maps.
any
Gets or sets the options for customizing the navigation lines in maps.
any
Gets or sets the query to select particular data from the layer data source. This property is applicable only when the data source is created by data manager.
Defaults to null
any
Gets or sets the options for customizing the shapes when clicking on the shapes in maps.
any
Gets or sets the data for the maps to render. The data is normally JSON object with GeoJSON format that defines the shapes and geometries of the map.
Defaults to null
any
Gets or sets the field name from the GeoJSON data to map the shape to the data defined in the layer data source.
Defaults to ‘name’
any
Gets or sets the field name from the data source to map the shape to the data defined in the layer data source.
Defaults to ‘name’
any
Gets or sets the options to customize the shape of the maps.
any
Gets or sets the type of the static maps.
Defaults to RoadMap
any
Gets or sets the options for customizing the toggle state of shapes when selecting the legend in maps.
any
Gets or sets the options for customizing the tooltip of the layers in maps.
any
Gets or sets the type of the layer in maps. There are two types: Layer and SubLayer.
Defaults to Layer
any
Gets or sets the URL of the online map providers. The online map providers will be rendered only when the shape data is not set and layer type is set with default value.
Defaults to ”
any
Enables or disables the visibility of the layers in maps.
Defaults to true