Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 786 Bytes

File metadata and controls

32 lines (24 loc) · 786 Bytes

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