public interface OfflineRegionDefinition
For the present, a tile pyramid is the only type of offline region.
Modifier and Type | Method and Description |
---|---|
LatLngBounds |
getBounds()
Gets the bounds of the OfflineRegion.
|
double |
getMaxZoom()
Gets the maximum zoom level the OfflineRegion map can be displayed at.
|
double |
getMinZoom()
Gets the minimum zoom level the OfflineRegion map can be displayed at.
|
float |
getPixelRatio()
Gets the pixel ratio of the OfflineRegion map.
|
java.lang.String |
getStyleURL()
Returns the map style url of the OfflineRegion.
|
java.lang.String |
getType()
Gest the type of the OfflineRegionDefinition for telemetry ("tileregion", "shaperegion").
|
LatLngBounds getBounds()
java.lang.String getStyleURL()
double getMinZoom()
double getMaxZoom()
float getPixelRatio()
java.lang.String getType()