SimpleMapMarker class

Constructors

SimpleMapMarker({double lat = 0.0, double lng = 0.0, double radius = 10.0, Color color = _kColorWhite, ImageProvider<Object>? image})
const

Properties

color Color
Marker color
final
hashCode int
The hash code for this object.
no setterinherited
image ImageProvider<Object>?
Marker image
final
lat double
Latitude
final
lng double
Longitude
final
radius double
Marker radius
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited