type property

  1. @override
GeoJSONType type
getter/setter pairoverride

Specifies the type of GeoJSON Geometry.

This field should be overridden by subclasses to specify the correct GeoJSON type.

Implementation

@override
GeoJSONType type = GeoJSONType.multiPolygon;