Re: [Google Maps API v3] Re: tracking a user

2011-03-09 Thread fireofhellx
got it working now thank you very much -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-ap

Re: [Google Maps API v3] Re: tracking a user

2011-03-09 Thread Jason Sanford
http://code.google.com/apis/maps/documentation/javascript/reference.html#Marker See .setPosition() in the methods section On Wed, Mar 9, 2011 at 10:57 AM, fireofhellx wrote: > yeh i need to change it so it moves the marker and not make a new one each > time but im unsure how to do this > > --

[Google Maps API v3] Re: tracking a user

2011-03-09 Thread fireofhellx
yeh i need to change it so it moves the marker and not make a new one each time but im unsure how to do this -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroup

[Google Maps API v3] Re: tracking a user

2011-03-09 Thread Rossko
> however when the user moves a new marker is placed on the map rather than > the marker moving any suggestions? Change your code so it that moves the marker? (instead of creating a new one) -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API