On 20 October 2011 17:48, Jim <[email protected]> wrote:
> Hi all, I'm using the google maps API to identify driving routes from
> a certain vehicle at my workplace for research purposes, but when I
> pass the GPS coordinates from my vehicle into a google map request, i
> get a map of the whole world. I have used an encoded polyline before
> and it works ok, but I cannot see a path when I pass in raw lat/long
> points. I see that center is required when a path is not given, but I
> would like google to autocenter the map around my path. Thanks,

You have path=|x,y|x,y|...|x,y|x,y| whereas it should be
path=x,y|x,y|...|x,y|x,y

I'm a little surprised the request doesn't actually return an HTTP
error rather than "200 OK".

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

Reply via email to