SimpleMapOptions class

Constructors

SimpleMapOptions({bool interactive = true, SimpleMapProjection projection = const MillerProjection(offsetEquator: 77, offsetPrimeMeridian: -33), IconData mapIcon = MapProjectionIcon.miller, Color mapColor = const Color(0xFFCDD0D7), Color bgColor = const Color(0x0), Color? pointColor, Color? startPointColor, bool withShadow = true, Offset shadowOffset = const Offset(0.0, 0.5), Widget markerBuilder(SimpleMapMarker, Offset)?})
const

Properties

bgColor Color
The color of the map canvas
final
hashCode int
The hash code for this object.
no setterinherited
interactive bool
Enable map animation
final
mapColor Color
The color of the map
final
mapIcon IconData
Map's vector representation based on IconData
final
markerBuilder → (Widget Function(SimpleMapMarker, Offset)?)
Marker builder
final
pointColor Color?
The color of the map's point
final
projection → SimpleMapProjection
Map projection
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowOffset Offset
The map's shadow offset
final
startPointColor Color?
The start color of the map's point animation
final
withShadow bool
3D effect (based on map shadow)
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