Modifier and Type | Method and Description |
---|---|
GoogleMap.MapType |
GoogleMap.getMapType()
Returns the current type of the base map.
|
static GoogleMap.MapType |
GoogleMap.MapType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleMap.MapType[] |
GoogleMap.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 |
GoogleMap.setMapType(GoogleMap.MapType type)
Sets the type of the base map.
|
Copyright © 2020 Flowing Code. All rights reserved.