Gets or sets the latitude associated with this decoration.
Namespace: MindFusion.Mapping
Package: MindFusion.Mapping
C# 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.
You can call the Latitude method of the Map class to get the double value for latitude specified in [degrees,minutes,seconds,N/S] format.