mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
AnnotatedLayerFeature
/
Builder
Builder
class
Builder
Constructors
Functions
Constructors
Builder
Link copied to clipboard
open
fun
Builder
(
)
Functions
build
Link copied to clipboard
open
fun
build
(
)
:
AnnotatedLayerFeature
feature
Id
Link copied to clipboard
open
fun
featureId
(
@
Nullable
featureId
:
String
)
:
AnnotatedLayerFeature.Builder
Links the view annotation to a particular feature using its feature ID within the layer.
layer
Id
Link copied to clipboard
open
fun
layerId
(
@
NonNull
layerId
:
String
)
:
AnnotatedLayerFeature.Builder
Associates the view annotation with a style layer ID that corresponds to its source feature's geometry.