Class GlobalPoint
Inheritance
System.Object
GlobalPoint
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Location
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class GlobalPoint
Constructors
View SourceGlobalPoint()
Declaration
public GlobalPoint()
GlobalPoint(GlobalPoint)
Copy Constructor
Declaration
public GlobalPoint(GlobalPoint cc)
Parameters
Type | Name | Description |
---|---|---|
GlobalPoint | cc |
Fields
View SourceAltitude
Declaration
public float Altitude
Field Value
Type | Description |
---|---|
System.Single |
Id
Declaration
public int Id
Field Value
Type | Description |
---|---|
System.Int32 |
Latitude
Declaration
public float Latitude
Field Value
Type | Description |
---|---|
System.Single |
Longitude
Declaration
public float Longitude
Field Value
Type | Description |
---|---|
System.Single |
StreetAddress
Declaration
public string StreetAddress
Field Value
Type | Description |
---|---|
System.String |