mapbox-maps-android
/
com.mapbox.maps.extension.style
/
StyleExtensionImpl
Style
Extension
Impl
class
StyleExtensionImpl
:
StyleContract.StyleExtension
Content copied to clipboard
The concrete implementation of style extension.
Types
Functions
Properties
Types
Builder
Link copied to clipboard
class
Builder
(styleUri:
String
)
Content copied to clipboard
The builder for style extension.
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
images
Link copied to clipboard
open override val
images
:
List
<
StyleContract.StyleImageExtension
>
Content copied to clipboard
The images of the style.
layers
Link copied to clipboard
open override val
layers
:
List
<
Pair
<
Layer
,
LayerPosition
>>
Content copied to clipboard
The layers of the style.
light
Link copied to clipboard
open override val
light
:
Light
?
Content copied to clipboard
The light of the style.
sources
Link copied to clipboard
open override val
sources
:
List
<
Source
>
Content copied to clipboard
The sources of the style.
styleUri
Link copied to clipboard
open override val
styleUri
:
String
Content copied to clipboard
The style's Uri.
terrain
Link copied to clipboard
open override val
terrain
:
Terrain
?
Content copied to clipboard
The terrain of the style.