type property

  1. @override
GeoJSONType type
getter/setter pairoverride

The GeoJSONType type member of the GeoJSON object.

It is a string that determines the type of the GeoJSON object.

Implementation

@override
GeoJSONType type = GeoJSONType.featureCollection;