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