On Oct 4, 3:21 pm, PsichiX <[email protected]> wrote: > But when I using static maps API (because i'm making this application > in C++, not in JS), so I can only check downloaded image? My > questionis: static maps API (or other maps API) is able to send me > result (in XML or other) of getMaxZoomAtLatLng() when I can't use JS > in my app?
You didn't mention Static Maps. Do check the Terms of Service. Static Maps can *only* be displayed in a browser, which doesn't necessarily include a WebBrowser control. As a static map is a single image (albeit stitched together), you can't create an MD5 for a portion of it. But since you're not using Javascript, you can't legally implement getMaxZoomAtLatLng either. -- 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.
