On Oct 7, 8:36 am, Marcelo <[email protected]> wrote: > This group is for the Google Maps **API**, and not for general Google > Maps > questions:http://groups.google.com/group/google-maps-api/browse_thread/thread/3...
True, but this does touch on the Static Maps API. I think the principal issue is that the geocoders are different. One of your addresses is being interpreted differently: taking out "Hilltop Park and Ride CA" and removing the maptype specification makes a map that looks similar to the Google Map. The API doesn't do local searches; it geocodes **addresses** and "Hilltop Park and Ride CA" is not an address. So the API tries to make an address out of it. It finds it can geocode "CA" and places the mark for California a little east of Fresno. To draw a route you need to refer the documentation. Lines require either a collection of coordinates or an encoded polyline, not a collection of addresses. http://code.google.com/apis/maps/documentation/staticmaps/#PathPoints Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
