Google API - How to create a link to a map? -
can pls advise on how create link google map created via javascript? can done?
var map; function initmap() { map = new google.maps.map(document.getelementbyid('map'), { center: {lat: -34.397, lng: 150.644}, zoom: 8 });
i have normal link want go location on map have created in javascript.
http://www.google.com/maps/place/49.46800006494457,17.11514008755796
https://www.google.com/maps/@-34.397,150.644,8z
lat: -34.397, lng: 150.644, zoom: 8
Comments
Post a Comment