mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
StyleObjectInfo
Style
Object
Info
class
StyleObjectInfo
:
Serializable
The information about style object (source or layer or light).
Constructors
Functions
Properties
Constructors
Style
Object
Info
Link copied to clipboard
open
fun
StyleObjectInfo
(
@
NonNull
id
:
String
,
@
NonNull
type
:
String
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
id
Link copied to clipboard
@
NonNull
@get:
NonNull
val
id
:
String
type
Link copied to clipboard
@
NonNull
@get:
NonNull
val
type
:
String