geolinks
v1.0.6
Published
Links to resources with geographical coordinates
Downloads
39
Maintainers
Readme
geolinks
Links to resources with geographical coordinates
- Google Map
- Open Street Map
- Yandex Map
- Mapillary
// get link to Google Map (resource ID: "google")
var googleMapLink = geolink.getLink("google", {lat: -33.865, lng: 151.209, zoom: 10} );
// returns
// https://maps.google.com/maps?ll=-33.865,151.209&q=-33.865,151.209&hl=en&t=m&z=10
More details and interactive demo available at