GeoJSONMultiPoint.fromJSON constructor

GeoJSONMultiPoint.fromJSON(
  1. String source
)

Constructs a GeoJSONMultiPoint from a JSON string.

Implementation

factory GeoJSONMultiPoint.fromJSON(String source) =>
    GeoJSONMultiPoint.fromMap(json.decode(source));