PlacemarkStyle class abstract

Implemented types

Constructors

PlacemarkStyle()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isValid() bool
Usable only in runWithBlockUi or listener handlers.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAnimatedImage(AnimatedImageProvider iconImage) → void
setArrowModel() → void
Set the placemark to be an 3D arrow. Usable only for user position placemark.
setIconAnchor(Point<double> iconAnchor) → void
Icon anchor, (0, 0) is top left and (1.0, 1.0) is bottom right.
setImage(ImageProvider image) → void
setMinZoomVisible(double? minZoom) → void
Minimal zoom for placemark to be visible.
setScaleFunction(List<Point<double>> points) → void
Piecewise linear scale function. See Placemark's scale function.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited