Interface LeafletMarkerOptions

Option for Leaflet markers.

interface LeafletMarkerOptions {
    icon?: Icon<IconOptions>;
    show: boolean | "all";
}

Properties

Properties

icon?: Icon<IconOptions>

Marker to use for results.

show: boolean | "all"

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

Generated using TypeDoc