Solved with a help of arrays.

var markers = new Array();



var marker = new GMarker (point,icon);
        markers[id] = marker;


var marker = markers[id];//To get marker.

And apeared another "problem"
marker.setLatLng(x,y); - do not move marker, it just deletes it from
map ;(

On 3 мар, 13:27, bezzil <[email protected]> wrote:
> Hello,
> sorry for my bad eanglish, i hope this will be readable.
> I have a little problem with markers on google maps, and i really need
> some advice.
>
> Can you advice me something ?
> Thanks for reading so much words. Really hope that you can help me.
> ( Searching in
> google.com haven`t helped me ;(  )
>
> Alexander Romanuk
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to