ViewAnnotationOptions

class ViewAnnotationOptions : Serializable

Various options needed for displaying view annotation.

Types

Builder
Link copied to clipboard
class Builder

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toBuilder
Link copied to clipboard
open fun toBuilder(): ViewAnnotationOptions.Builder
toString
Link copied to clipboard
open fun toString(): String

Properties

allowOverlap
Link copied to clipboard
private val allowOverlap: Boolean
anchor
Link copied to clipboard
private val anchor: ViewAnnotationAnchor
associatedFeatureId
Link copied to clipboard
private val associatedFeatureId: String
geometry
Link copied to clipboard
private val geometry: Geometry
height
Link copied to clipboard
private val height: Integer
offsetX
Link copied to clipboard
private val offsetX: Integer
offsetY
Link copied to clipboard
private val offsetY: Integer
selected
Link copied to clipboard
private val selected: Boolean
visible
Link copied to clipboard
private val visible: Boolean
width
Link copied to clipboard
private val width: Integer