PinAnnotationFluent extension

Generated fluent modifiers for PinAnnotation.

on

Methods

clearLabel() PinAnnotation

Available on PinAnnotation, provided by the PinAnnotationFluent extension

Clears PinAnnotation.label to null.
updateStyle(AnnotationStyle update(AnnotationStyle current)) PinAnnotation

Available on PinAnnotation, provided by the PinAnnotationFluent extension

Rebuilds PinAnnotation.style from its current value.
withAllowDragging(bool value) PinAnnotation

Available on PinAnnotation, provided by the PinAnnotationFluent extension

Replaces PinAnnotation.allowDragging with value.
withAllowEditing(bool value) PinAnnotation

Available on PinAnnotation, provided by the PinAnnotationFluent extension

Replaces PinAnnotation.allowEditing with value.
withLabel(String value) PinAnnotation

Available on PinAnnotation, provided by the PinAnnotationFluent extension

Replaces PinAnnotation.label with value.
withLabelMargin(double value) PinAnnotation

Available on PinAnnotation, provided by the PinAnnotationFluent extension

Replaces PinAnnotation.labelMargin with value.
withMarkerColor(Color value) PinAnnotation

Available on PinAnnotation, provided by the PinAnnotationFluent extension

Replaces PinAnnotation.markerColor with value.
withMarkerShape(MarkerShape value) PinAnnotation

Available on PinAnnotation, provided by the PinAnnotationFluent extension

Replaces PinAnnotation.markerShape with value.
withMarkerSize(double value) PinAnnotation

Available on PinAnnotation, provided by the PinAnnotationFluent extension

Replaces PinAnnotation.markerSize with value.
withStyle(AnnotationStyle value) PinAnnotation

Available on PinAnnotation, provided by the PinAnnotationFluent extension

Replaces PinAnnotation.style with value.
withX(double value) PinAnnotation

Available on PinAnnotation, provided by the PinAnnotationFluent extension

Replaces PinAnnotation.x with value.
withY(double value) PinAnnotation

Available on PinAnnotation, provided by the PinAnnotationFluent extension

Replaces PinAnnotation.y with value.
withZIndex(int value) PinAnnotation

Available on PinAnnotation, provided by the PinAnnotationFluent extension

Replaces PinAnnotation.zIndex with value.