SimpleMapPoint class

Constructors

SimpleMapPoint({double lat = 0.0, double lng = 0.0, double radius = 1.0, double opacity = 1.0, Color? color, Duration? ttl = Duration.zero, SimpleMapPointState state = SimpleMapPointState.idle, int fractionDigits = 1, SimpleMapPointAnimator? animator})

Properties

animator SimpleMapPointAnimator?
Point showing effect animator
final
color Color?
Point color
getter/setter pair
fractionDigits int
Optimize render for a large number of points.
final
hashCode int
The hash code for this object.
no setteroverride
lat double
Point latitude coordinate
final
lng double
Point longitude coordinate
final
opacity double
Point opacity
getter/setter pair
radius double
Point radius
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state SimpleMapPointState
Point state
getter/setter pair
targetColor Color?
Point color used in animation
getter/setter pair
targetRadius double
Point radius used in animation
getter/setter pair
ttl Duration?
Point time to live Duration
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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