fromJson
inline fun <G : Geometry> fromJson(@Language(value = "json"
Deserialize a GeometryCollection from a JSON string.
Return
The deserialized GeometryCollection.
Parameters
json
The JSON string to parse.
Throws
if the JSON string is invalid or cannot be deserialized.
if the JSON contains an invalid GeometryCollection.