I wrote a small mobile app that uses google's static map api to display a direction map using a browser. I simply sent the coordinates for the center and also coordinates (a number of LatLng's) of the path. It worked fine for short paths. But to display direction maps for long distances requires a large number of coordinates for the path which most browsers can not handel. (there is a limit on the size of parameters sent to browsers). A work around I came up was to load the static map image within the mobile app. But, eventually I have to display this image in a browser ( I am NOT allowed to display the image within the mobile's displays). This is where I got stuck.
Any solution for this, pleaaaaaaaaaaaaase???? Thanks kuku -- 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.
