|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.services.MaxZoomService
public class MaxZoomService
A service for obtaining the highest zoom level at which satellite imagery is available for a given location.
See MaxZoomService API Doc
| Constructor Summary | |
|---|---|
protected |
MaxZoomService()
use newInstance(); |
| Method Summary | |
|---|---|
void |
getMaxZoomAtLatLng(LatLng latlng,
MaxZoomServiceHandler handler)
Returns the maximum zoom level available at a particular LatLng for the Satellite map type. |
static MaxZoomService |
newInstance()
A service for obtaining the highest zoom level at which satellite imagery is available for a given location. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected MaxZoomService()
| Method Detail |
|---|
public static final MaxZoomService newInstance()
public final void getMaxZoomAtLatLng(LatLng latlng,
MaxZoomServiceHandler handler)
latlng - handler -
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||