Class LocationSelectorDialogResult
Inheritance
System.Object
LocationSelectorDialogResult
Inherited Members
System.Object.ToString()
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: Simplic.PlugIn.SAC.Contact.UI
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class LocationSelectorDialogResult
Properties
| Improve this Doc View SourceLatitude
Gest or sets the Latitude
Declaration
public double Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Longitude
gets or sets the Longitude
Declaration
public double Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |