On 16 December 2011 13:43, Ian Beyer <[email protected]> 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 [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.
