Package | Description |
---|---|
com.tigerknows |
Modifier and Type | Method and Description |
---|---|
TKMapView.MapType |
TKMapView.getMapType() |
static TKMapView.MapType |
TKMapView.MapType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TKMapView.MapType[] |
TKMapView.MapType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TKMapView.changeMapType(TKMapView.MapType mapType)
切换地图模式
MapType.STREET, MapType.SATELLITE
|
void |
TKMapView.setTileProvider(TKMapView.MapType mapType,
TKMapView.ITileProvider iTileProvider)
设置对应地图类型的瓦片提供者
|