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,
Jim My request: http://maps.google.com/maps/api/staticmap?path=|39.9839,-83.0189|39.9839,-83.019|39.984,-83.0192|39.984,-83.02|39.9841,-83.0209|39.9841,-83.0218|39.9842,-83.0223|39.9841,-83.0221|39.9841,-83.0222|39.9841,-83.0224|39.9841,-83.0225|39.9842,-83.0222|39.9845,-83.0226|39.9851,-83.0228|39.9859,-83.0233|39.9865,-83.0242|39.987,-83.0251|39.9873,-83.0254|39.9874,-83.0253|39.9877,-83.0254|39.9882,-83.0256|39.9888,-83.0257|39.9894,-83.0257|39.9901,-83.0258|39.9907,-83.0259|39.9914,-83.0258|39.9921,-83.0258|39.9929,-83.0257|39.9938,-83.0256|39.9947,-83.0254|39.9957,-83.0253|39.9965,-83.0253|39.9972,-83.0258|39.9974,-83.0263|39.9974,-83.0264|39.9975,-83.0268|39.9975,-83.0274|39.9975,-83.0277|39.9976,-83.028|39.9976,-83.0286|39.9976,-83.0293|39.9976,-83.03|39.9976,-83.0307|39.9977,-83.0316|39.9977,-83.0322|39.9979,-83.0325|39.9979,-83.0328|&size=300x300&sensor=false -- 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.
