mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common
/
TileDataDomain
Tile
Data
Domain
enum
TileDataDomain
Describes the tiles data domain.
Entries
Functions
Entries
MAPS
Link copied to clipboard
MAPS
Data for Maps.
NAVIGATION
Link copied to clipboard
NAVIGATION
Data for Navigation.
SEARCH
Link copied to clipboard
SEARCH
Data for Search.
ADAS
Link copied to clipboard
ADAS
Data for ADAS
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
TileDataDomain
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
TileDataDomain
>
Returns an array containing the constants of this enum type, in the order they're declared.