Show / Hide Table of Contents

Class Node

Represents a node.

Inheritance
System.Object
OsmGeo
Node
Inherited Members
OsmGeo.Id
OsmGeo.Type
OsmGeo.Tags
OsmGeo.ChangeSetId
OsmGeo.Visible
OsmGeo.TimeStamp
OsmGeo.Version
OsmGeo.UserId
OsmGeo.UserName
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Node : OsmGeo

Constructors

Node()

Creates a new node.

Declaration
public Node()

Properties

Latitude

The latitude.

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

Longitude

The longitude.

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

Methods

ToString()

Returns a description of this object.

Declaration
public override string ToString()
Returns
System.String

Overrides
System.Object.ToString()
Back to top Built by Itinero, MIT licensed.