Re: [Google Maps API v2] Re: Updating existing marker sets?
On 16 December 2011 13:43, Ian Beyer <ian@nerdherd.net> wrote:
> That's actually potentially doable, since the database does keep a
> list of clients that are now disconnected - What's the structure of
> the marker array look like?
It's an array of markers.
var markers;
var marker = new GMarker(...);
marker.myAttribute = myAttributeValue; // if you need this
markers.push(marker);
--
You received this message because you are subscribed to the Google Groups "Google Maps API V2" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home