Geometry classes consist of circle, marker, polyline, and polygon shapes. Custom shapes can be created by extending PolygonShape or PolylineShape and then changing the constructor arguments.
| Class | Description | |
|---|---|---|
| CircleShape | A geographically correct circle shape described by a center point and a radius (specified in km, miles, or meters). | |
| Extent | The bounding box (maxX, maxY, minX, minY) of a geometry. | |
| GeoPoint | GeoPoint represents a geographic location. | |
| MarkerShape | A marker shape described by a lat/lon location [deprecated]. | |
| PointShape | A point shape described by a x/y location. | |
| PolygonShape | A polygon shape described by an array of GeoPoints. | |
| PolylineShape | A polyline shape described by an array of Points. |