mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
ViewAnnotationOptions
View
Annotation
Options
class
ViewAnnotationOptions
:
Serializable
Various options needed for displaying view annotation.
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
anchor
Link copied to clipboard
@
Nullable
@get:
Nullable
val
anchor
:
ViewAnnotationAnchor
associated
Feature
Id
Link copied to clipboard
@
Nullable
@get:
Nullable
val
associatedFeatureId
:
String
geometry
Link copied to clipboard
@
Nullable
@get:
Nullable
val
geometry
:
Geometry
height
Link copied to clipboard
@
Nullable
@get:
Nullable
val
height
:
Integer
offset
X
Link copied to clipboard
@
Nullable
@get:
Nullable
val
offsetX
:
Integer
offset
Y
Link copied to clipboard
@
Nullable
@get:
Nullable
val
offsetY
:
Integer
selected
Link copied to clipboard
@
Nullable
@get:
Nullable
val
selected
:
Boolean
visible
Link copied to clipboard
@
Nullable
@get:
Nullable
val
visible
:
Boolean
width
Link copied to clipboard
@
Nullable
@get:
Nullable
val
width
:
Integer