I am writing a Google Maps application, for the most part it works great. But if I ask for walking routes between two points that are very close to each other (for example, 2 buildings that are next to each other), the map scales so close that the hybrid images turn into tiles that read "Sorry, we have no images here".
From the debugging notes in my code, you can see that the map zoom level is not set until the function that updates the DirectionsRenderer program (adding a call to map.getZoom () shows me the map zoom property for the previous round of directions that I requested.
Because of this, the MazZoomService is actually not very good at me. Is there a way to determine what level of map zooming will be when processing directions so that I can enlarge the image back to the point that it does not display an error message?
Eric Hydrick
source share