0.1.3 • Published 6 years ago
@deja-vu/geolocation v0.1.3
Geolocation
Locate points of interest
Components
- create-marker-from-map
- create-marker
- delete-marker
- display-map
- get-current-location
- show-marker
- show-marker-count
- show-markers
Notes
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";Configuration Options
| 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 |