Skip to main content

Landmarks vs Markers vs Overlays

Last updated: March 18, 2026 | 1 minute read

When building map features, choose the entity that matches your data lifecycle and interaction model.

CharacteristicLandmarksMarkersOverlays
Primary classLandmarkObjectMarkerObject + MarkerCollectionObjectOverlayInfoObject + OverlayItemObject
On map by defaultYes, for enabled stores/categoriesNo, must be added explicitlyYes, when present in style and enabled
SearchableYesNoYes
Route waypoint friendlyYesNoIndirect (convert to landmark/coordinates)
Metadata richnessHigh (address, contact, categories, media)Low (geometry-focused)High (preview data, categories, URLs)
Creation modelLocal creation + persistent storesLocal creationStyle/server dataset driven
Offline behaviorYesYesSupported when overlay offline data is available
Best usePOIs, user places, search/routing entitiesTemporary graphics, shapes, visual annotationsShared thematic datasets (safety, transit, social)

Quick selection guide

  • Choose landmarks when you need searchable, categorizable places with full metadata.
  • Choose markers when you need fast, fully-custom visual geometry on the map.
  • Choose overlays when data is maintained as a shared dataset and controlled by style/service configuration.