Gets or sets the latitude associated with this decoration.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public double Latitude { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Latitude As Double |
A double value specifying the latitude of the decoration's location.
RemarksYou can call the Latitude method of the Map class to get the double value for latitude specified in [degrees,minutes,seconds,N/S] format.
See Also