PolyMaker class

Constructors

PolyMaker({required BuildContext context, Color? toolColor, Color? polygonColor, IconData? iconLocation, IconData? iconEditMode, IconData? iconCloseEdit, IconData? iconDoneEdit, IconData? iconUndoEdit, IconData? iconGPSPoint, bool? autoEditMode, bool? pointDistance, LatLng? targetCameraPosition, TrackingMode? trackingMode, bool? enableDragMarker})

Properties

autoEditMode bool?
Property to auto edit mode when maps open
final
context BuildContext
BuildContext property
getter/setter pair
enableDragMarker bool?
Property to enable draggable marker
final
hashCode int
The hash code for this object.
no setterinherited
iconCloseEdit IconData?
Property to customize close tool icon
final
iconDoneEdit IconData?
Property to customize done icon
final
iconEditMode IconData?
Property to customize edit mode icon
final
iconGPSPoint IconData?
final
iconLocation IconData?
Property to customize location icon
final
iconUndoEdit IconData?
Property to cusstomize undo icon
final
pointDistance bool?
Property to enable and disable point distance
final
polygonColor Color?
Property to customize polygon color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetCameraPosition → LatLng?
Property to respond to user-defined camera pos
final
toolColor Color?
Property to customize tool color
final
trackingMode TrackingMode?
Property to choose tracking mode, you can choose PLANAR or LINEAR
final

Methods

getLocation() Future<List<LatLng>?>
Function to open location maker and get result locations
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