Thank you for quick response.

This is part of my source code.
I just input latitude, longitude not using Geocoding class.
    global.gmap.setCenter(new google.maps.LatLng(latitude,
longitude));
    global.path.push(global.gmap.getCenter());
    global.overlay.setLatLng(global.gmap.getCenter());

    global.trackingLine = new google.maps.Polyline({
        path: global.path,
        strokeColor: "#FF5D5D",
        strokeOpacity: 0.6,
        strokeWeight: 4
    });
    global.trackingLine.setMap(global.gmap);

is it wrong??

also, I use panTo function, getBounds function...

Please let me know the details about limitations.
Thank you very much.

-- 
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