Search Results for

    Show / Hide Table of Contents

    Class BoundingBoxGeoJson

    Inheritance
    Object
    JsonObject<BoundingBoxGeoJson>
    BoundingBoxGeoJson
    Inherited Members
    JsonObject<BoundingBoxGeoJson>.CreateFromJson(String)
    JsonObject<BoundingBoxGeoJson>.ToJson(BoundingBoxGeoJson)
    Namespace: JoshAaronMiller.INaturalist
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class BoundingBoxGeoJson : JsonObject<BoundingBoxGeoJson>

    Fields

    coordinates

    Declaration
    public List<List<int>> coordinates
    Field Value
    Type Description
    List<List<Int32>>

    type

    Declaration
    public string type
    Field Value
    Type Description
    String
    In This Article
    • Fields
      • coordinates
      • type
    Back to top Documentation