Welcome Guest, Not a member yet? Register   Sign In
Get marker id in google maps
#1

[eluser]bsrbvr[/eluser]
Hi, I want to pass related marker id by clicking marker on google map. I am using marker.getId() function to retrieve marker id. But the marker id is not passing along with url. How can i do this? Any Help?


function AddressMap(lat,lang,markerid)
{
var latLng = new google.maps.LatLng(lat,lang);
var marker = new google.maps.Marker({
'map': map,
position: latLng,
'latitude' :lat,
'longitude' :lang,
icon: image,
shadow: shadow,
id: markerid

});

markers.push(marker);
google.maps.event.addListener(marker, 'click', function() {
[removed] = "www.cickstart.com/" + marker.getId();

});
}
#2

[eluser]meigwilym[/eluser]
I thinks it's something to do with using javascript's `this` instead of `marker`, but try a Gmaps forum.

Mei




Theme © iAndrew 2016 - Forum software by © MyBB