protected static Geometry FromJson( string JSONString )
Protected Shared Function FromJson( _ ByVal JSONString As String _ ) As Geometry
Parameters
- JSONString
- JSON string representation of the geometry.
Return Value
A Geometry. The GeometryType is based on the JSON string.