PowerMarker class

Inheritance

Constructors

PowerMarker({required LatLng point, required Widget child, Alignment? alignment, double height = 30, Key? key, bool? rotate, double width = 30, Map<String, Object?>? properties})
const

Properties

alignment Alignment?
Alignment of the marker relative to the normal center at point
finalinherited
child Widget
Widget tree of the marker, sized by width & height
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height double
Height of child
finalinherited
key Key?
Provide an optional Key for the Marker. This key will get passed through to the created marker widget.
finalinherited
point LatLng
Coordinates of the marker
finalinherited
properties Map<String, Object?>?
final
rotate bool?
Whether to counter rotate this marker to the map's rotation, to keep a fixed orientation
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
Width of child
finalinherited

Methods

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

Operators

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