Show / Hide Table of Contents

Class Osm

Represents the root-object for all API-related communication.

Inheritance
System.Object
Osm
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Osm : IXmlSerializable

Properties

Api

Gets or sets the capabilities.

Declaration
public Capabilities Api { get; set; }
Property Value
Capabilities

Bounds

Gets or sets the bounds.

Declaration
public Bounds Bounds { get; set; }
Property Value
Bounds

Changesets

Gets or sets the changeset.

Declaration
public Changeset[] Changesets { get; set; }
Property Value
Changeset[]

Generator

Gets or sets the generator.

Declaration
public string Generator { get; set; }
Property Value
System.String

GpxFiles

Gets or sets the GPX files.

Declaration
public GpxFile[] GpxFiles { get; set; }
Property Value
GpxFile[]

Nodes

Gets or sets the nodes array.

Declaration
public Node[] Nodes { get; set; }
Property Value
Node[]

Notes

Gets or sets the Notes.

Declaration
public Note[] Notes { get; set; }
Property Value
Note[]

Permissions

Gets or sets the Permissions.

Declaration
public Permissions Permissions { get; set; }
Property Value
Permissions

Policy

Gets or sets the Policy.

Declaration
public Policy Policy { get; set; }
Property Value
Policy

Preferences

Gets or sets the Preferences.

Declaration
public Preferences Preferences { get; set; }
Property Value
Preferences

Relations

Gets or sets the relations array.

Declaration
public Relation[] Relations { get; set; }
Property Value
Relation[]

User

Gets or sets the user.

Declaration
public User User { get; set; }
Property Value
User

Users

Gets or sets the users.

Declaration
public User[] Users { get; set; }
Property Value
User[]

Version

Gets or sets the version #.

Declaration
public double ? Version { get; set; }
Property Value
System.Nullable<System.Double>

Ways

Gets or sets the ways array.

Declaration
public Way[] Ways { get; set; }
Property Value
Way[]

Back to top Built by Itinero, MIT licensed.