GeoCircle class

A geometry geographic generator for creating circles.

Constructors

GeoCircle({List<double> center = const [0, 0], double radius = 90, double precision = 6})
Creates a new circle generator.

Properties

center List<double>
The circle center point in degrees.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
precision double
The circle precision angle in degrees.
getter/setter pair
radius double
The circle radius angle in degrees.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call() Map
Returns a new GeoJSON geometry object of type “Polygon” approximating a circle on the surface of a sphere, with the current center, radius and precision.
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