Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapGLMarkerOptions

Option for MapLibre and Mapbox markers.

Hierarchy

  • MapGLMarkerOptions

Index

Properties

Properties

Optional anchor

anchor: "center" | "left" | "right" | "top" | "bottom" | "top-left" | "top-right" | "bottom-left" | "bottom-right"

Anchor for the marker.

Optional icon

icon: string

Name of the marker from your sprites.

Optional iconUrl

iconUrl: string

Use a custom marker with a URL. The response must be a PNG image.

show

show: boolean | "all"

true to show the result marker, all to show all results and false to hide markers.

Generated using TypeDoc