StatefulMarker class

Constructors

StatefulMarker({@required LatLng point, @required Map<String, dynamic> state, @required StatefulMarkerBuidler builder, double width = 30.0, double height = 30.0, AnchorAlign anchorAlign = AnchorAlign.center})

Properties

anchorAlign AnchorAlign
final
builder StatefulMarkerBuidler
read / write
hashCode int
The hash code for this object.
read-onlyinherited
height double
final
marker Marker
read-only
point LatLng
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
state Map<String, dynamic>
final
width double
final

Methods

mutate(String name, dynamic value) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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