GeoJSON.FromString Method
Takes a string as input and parses to features.
Thread safety: This method is thread-safe.
FromString(System.String str)
Takes a string as input and parses to features.Syntax
public static FeatureCollection FromString (
System.String str
)
Parameters
str
Type: System.String
The GeoJSON string.
The GeoJSON string.
Return Value
Type: A collection of Feature elements.
A Collection of features.
A Collection of features.
Platforms
Windows, Linux, Android