> Hello I want to add more atributes to my markers such as: > MARKER.x = x; > MARKER.y = y; > MARKER.speed = speed; > MARKER.deviceid=deviceid; > MARKER.setCarNo = carnumber; > how can I do that?
You just did, it's as simple as that. CAUTION take care that any custom attributes that you set don't clash with anything the API uses internally. For example I wouldn't use x & y , but perhaps something like MARKER.carx = x; --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
