NUIMapPolyline class

Inheritance

Constructors

NUIMapPolyline.new({required String id, required List<NUILatLng> points, required bool visible, required int width, required Color color, required dynamic onTap(), required int zIndex, required bool geodesic, required bool consumeTapEvents})

Properties

color Color
final
consumeTapEvents bool
final
geodesic bool
final
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairinherited
onTap → dynamic Function()
final
points List<NUILatLng>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visible bool
final
width int
final
zIndex int
final

Methods

getMapPosition() → LatLng
override
getPolyline() → Polyline
getPolylineLatLng() List<LatLng>
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