| abstract class Geometry : GeoJsonObject, SerializableA Geometry object representing points, curves, or surfaces in World Geodetic System 1984 (WGS 84) or a collection of Geometry objects. | |
| open class GeometryCollection : GeometryA collection of  | |
| open class LineString : GeometryA GeoJSON Geometry type comprising a collection of two or more  | |
| open class MultiLineString : GeometryA GeoJSON Geometry type comprising a collection of  | |
| class MultiLineStringBuilderA GeoJSON Geometry type comprising a collection of LineStrings. | |
| open class MultiPoint : GeometryA GeoJSON Geometry type comprising a collection of  | |
| class MultiPointBuilderA GeoJSON Geometry type comprising a collection of LatLngs. | |
| open class MultiPolygon : GeometryA collection of  | |
| class MultiPolygonBuilderA collection of Polygon. | |
| open class Point : GeometryA GeoJSON Geometry type comprising a single  | |
| class PointBuilderA GeoJSON Geometry type comprising a single {@link LatLng}. | |
| open class Polygon : GeometryA GeoJSON Geometry type comprising one or more  | |
| class PolygonBuilderA GeoJSON Geometry type comprising one or more LineString. |