mapbox-maps-android
/
com.mapbox.maps.plugin
/
Plugin
/
Mapbox
androidJvm
Mapbox
class
Mapbox
(id:
String
) :
Plugin
Content copied to clipboard
Should be used to create Mapbox official plugins.
Constructors
Functions
Properties
Parameters
Parameters
id
unique id
Constructors
Mapbox
Link copied to clipboard
androidJvm
fun
Mapbox
(id:
String
)
Content copied to clipboard
unique id
Functions
equals
Link copied to clipboard
androidJvm
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
Equals implementation taking only id into account.
hashCode
Link copied to clipboard
androidJvm
open override fun
hashCode
():
Int
Content copied to clipboard
Hash code implementation taking only id into account.
toString
Link copied to clipboard
androidJvm
open override fun
toString
():
String
Content copied to clipboard
toString implementation.
Properties
id
Link copied to clipboard
androidJvm
val
id
:
String
Content copied to clipboard
Unique plugin id.
instance
Link copied to clipboard
androidJvm
val
instance
:
MapPlugin
?
Content copied to clipboard
Plugin instance implementing
MapPlugin
.