Marker class

Constructors

Marker(dynamic latlng, {num? size, num? width, num? height, double? opacity, MarkerAlignment? align, MarkerOffset? offset, dynamic widget, dynamic data})
Marker.from(dynamic value, {Key? key, num? size, num? width, num? height, num? opacity, MarkerAlignment? align, MarkerOffset? offset, dynamic widget, dynamic data})
factory

Properties

align MarkerAlignment?
final
data → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
hasIcon bool
no setter
hasImage bool
no setter
hasSvg bool
no setter
height double?
final
icon MarkerIcon?
final
image MarkerImage?
final
latlng LatLng
final
offset MarkerOffset?
final
opacity double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
final
svg MarkerSvg?
final
widget Widget?
final
width double?
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