Marker class

Implementers

Constructors

Marker({required Widget child, required LatLng latLng, Alignment alignment = Alignment.center, double width = 20, double height = 20})

Properties

alignment Alignment
The alignment of the marker, which controls where the child is drawn and how the anchor of the marker widget and screen position are interpreted. Defaults to Alignment.center, but with marker like location icon, you might want to use Alignment.bottomCenter.
final
child Widget
final
hashCode int
The hash code for this object.
no setterinherited
height double
Make sure the height of the marker are match with it child height to the marker display exactly
final
latLng LatLng
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
Make sure the width of the marker are match with it child width to the marker display exactly
final

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