Search Results for

    Show / Hide Table of Contents

    Class Place

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

    Fields

    admin_level

    Declaration
    public int admin_level
    Field Value
    Type Description
    Int32

    ancestor_place_ids

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

    bbox_area

    Declaration
    public float bbox_area
    Field Value
    Type Description
    Single

    bounding_box_geojson

    Declaration
    public BoundingBoxGeoJson bounding_box_geojson
    Field Value
    Type Description
    BoundingBoxGeoJson

    display_name

    Declaration
    public string display_name
    Field Value
    Type Description
    String

    geometry_geojson

    Declaration
    public GeometryGeoJson geometry_geojson
    Field Value
    Type Description
    GeometryGeoJson

    id

    Declaration
    public int id
    Field Value
    Type Description
    Int32

    location

    Declaration
    public string location
    Field Value
    Type Description
    String

    name

    Declaration
    public string name
    Field Value
    Type Description
    String

    place_type

    Declaration
    public int place_type
    Field Value
    Type Description
    Int32

    slug

    Declaration
    public string slug
    Field Value
    Type Description
    String

    uuid

    Declaration
    public string uuid
    Field Value
    Type Description
    String
    In This Article
    Back to top Documentation