Locate points of interest
- create-marker-from-map
- create-marker
- delete-marker
- display-map
- get-current-location
- show-marker
- show-marker-count
- show-markers
To use this concept in your app you need to add the following
to styles.css:
@import "~leaflet/dist/leaflet.css";
@import "~leaflet-routing-machine/dist/leaflet-routing-machine.css";
@import "~leaflet-control-geocoder/dist/Control.Geocoder.css";| Option | Type | Default | Description |
|---|---|---|---|
mapType |
leaflet or gmap |
leaflet |
Specifies which Maps API to use (Leaflet [leaflet] or Google Maps [gmap]) |
apiKey |
string |
undefined |
Must be set if mapType === gmap |