Skip to content

maxim75/geolinks

Repository files navigation

geolinks

Links to resources with geographical coordinates

// 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

http://geolinks.kozlenko.info/

Build Status