Using the Google Maps API is it possible to detect whether or not satellite tiles will be available given coordinates and a zoom level?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it is possible. Read the “Maximum Zoom Imagery” section of the Google Maps API v3 for an explanation and a code sample.
http://code.google.com/apis/maps/documentation/javascript/services.html#MaxZoom
Here is the sample code from that documentation that “shows a map of metropolitan Tokyo. Clicking anywhere on the map indicates the maximum zoom level at that location. (Zoom levels around Tokyo generally vary between zoom levels 18 and 21.)”