ArcDeveloper.GeoJSONFeature.GeoJSONFeature C# (CSharp) Method

GeoJSONFeature() public method

Default Constructor
public GeoJSONFeature ( ) : System.Runtime.Serialization
return System.Runtime.Serialization
        public GeoJSONFeature()
        {
            Type = "Feature";
        }