PinAnnotationFluent extension
Generated fluent modifiers for PinAnnotation.
Methods
-
clearLabel(
) → PinAnnotation -
Available on PinAnnotation, provided by the PinAnnotationFluent extension
Clears PinAnnotation.label tonull. -
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 withvalue. -
withAllowEditing(
bool value) → PinAnnotation -
Available on PinAnnotation, provided by the PinAnnotationFluent extension
Replaces PinAnnotation.allowEditing withvalue. -
withLabel(
String value) → PinAnnotation -
Available on PinAnnotation, provided by the PinAnnotationFluent extension
Replaces PinAnnotation.label withvalue. -
withLabelMargin(
double value) → PinAnnotation -
Available on PinAnnotation, provided by the PinAnnotationFluent extension
Replaces PinAnnotation.labelMargin withvalue. -
withMarkerColor(
Color value) → PinAnnotation -
Available on PinAnnotation, provided by the PinAnnotationFluent extension
Replaces PinAnnotation.markerColor withvalue. -
withMarkerShape(
MarkerShape value) → PinAnnotation -
Available on PinAnnotation, provided by the PinAnnotationFluent extension
Replaces PinAnnotation.markerShape withvalue. -
withMarkerSize(
double value) → PinAnnotation -
Available on PinAnnotation, provided by the PinAnnotationFluent extension
Replaces PinAnnotation.markerSize withvalue. -
withStyle(
AnnotationStyle value) → PinAnnotation -
Available on PinAnnotation, provided by the PinAnnotationFluent extension
Replaces PinAnnotation.style withvalue. -
withX(
double value) → PinAnnotation -
Available on PinAnnotation, provided by the PinAnnotationFluent extension
Replaces PinAnnotation.x withvalue. -
withY(
double value) → PinAnnotation -
Available on PinAnnotation, provided by the PinAnnotationFluent extension
Replaces PinAnnotation.y withvalue. -
withZIndex(
int value) → PinAnnotation -
Available on PinAnnotation, provided by the PinAnnotationFluent extension
Replaces PinAnnotation.zIndex withvalue.