• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

Marker Layer

The marker layer displays markers over specified Points of Interest (POI).

The following example demonstrates how to create a marker layer:

Example
View Source
Change Theme:

Tooltips

The Map has a built-in tooltip for markers. To display the tooltip, define a marker tooltip renderer.

The available fields in the marker tooltip renderer context are:

  • dataItem—The original data item used to create the marker.
  • layerIndex—The index of the marker layer in the Map.
  • title—The marker title.
  • location—The marker location.

The marker tooltip is demonstrated in the example below:

Example
View Source
Change Theme:

In this article

Not finding the help you need?