public interface OfflineRegionDefinition
extends android.os.Parcelable
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.
|
boolean |
getIncludeIdeographs()
Specifies whether to include ideographic glyphs in downloaded font data.
|
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()
Gets the type of the OfflineRegionDefinition for telemetry ("tileregion", "shaperegion").
|
LatLngBounds getBounds()
java.lang.String getStyleURL()
double getMinZoom()
double getMaxZoom()
float getPixelRatio()
boolean getIncludeIdeographs()
MapboxMapOptions.localIdeographFontFamily(String)
java.lang.String getType()