mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
ViewAnnotationOptions
View
Annotation
Options
class
ViewAnnotationOptions
:
Serializable
Defines the necessary options for displaying view annotations.
Types
Functions
Properties
Types
Builder
Link copied to clipboard
class
Builder
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
Builder
Link copied to clipboard
open
fun
toBuilder
(
)
:
ViewAnnotationOptions.Builder
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
allow
Overlap
Link copied to clipboard
@
Nullable
@get:
Nullable
val
allowOverlap
:
Boolean
allow
Overlap
With
Puck
Link copied to clipboard
@
Nullable
@get:
Nullable
val
allowOverlapWithPuck
:
Boolean
annotated
Feature
Link copied to clipboard
@
Nullable
@get:
Nullable
val
annotatedFeature
:
AnnotatedFeature
height
Link copied to clipboard
@
Nullable
@get:
Nullable
val
height
:
Double
ignore
Camera
Padding
Link copied to clipboard
@
Nullable
@get:
Nullable
val
ignoreCameraPadding
:
Boolean
selected
Link copied to clipboard
@
Nullable
@get:
Nullable
val
selected
:
Boolean
variable
Anchors
Link copied to clipboard
@
Nullable
@get:
Nullable
val
variableAnchors
:
List
<
ViewAnnotationAnchorConfig
>
visible
Link copied to clipboard
@
Nullable
@get:
Nullable
val
visible
:
Boolean
width
Link copied to clipboard
@
Nullable
@get:
Nullable
val
width
:
Double