New to Kendo UI for Vue? Start a free 30-day trial
You’re currently viewing documentation for our jQuery wrappers.This product reached EOL in May, 2024. To ensure smoother transition we provide support till May, 2025. Check here details and migration guidelines.

Layers

The information that the Map component renders is organized into layers.

Types of Layers

The available Map layers are:

Tile

Tile layers are suitable for displaying:

Example
View Source
Change Theme:

Bing

Microsoft Bing provides dedicated support and requires you to obtain an API key.

The following example demonstrates how to display an OpenStreetMap layer.

Example
View Source
Change Theme:

Marker

The Marker layer enables you to bind a collection of data and render markers on the Map.

Example
View Source
Change Theme:

Shape

The Shape layer enables you to bind the layer to GeoJson data and plot shapes on the Map.

Example
View Source
Change Theme:

Bubble

The Bubble layer draws circle or square shapes whose size is defined by the value of the data that is bound.

Example
View Source
Change Theme: