Geo class

Constructors

Geo()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

lineString(List<Point> points) LineString
multiLineString(List<LineString> lines) MultiLineString
multiPoint(List<Point> points) MultiPoint
multiPolygon(List<Polygon> polygons) MultiPolygon
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
point(num longitude, num latitude) Point
polygon(List<LineString> lines) Polygon
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited