MindFusion.Wpf Pack Programmer's Guide
Decoration.Latitude Property
See Also
 





Gets or sets the latitude associated with this decoration.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public double Latitude { get; set; }

Visual Basic  Copy Code

Public Property Latitude As Double

 Property Value

A double value specifying the latitude of the decoration's location.

 Remarks

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.

 See Also

Decoration Members
Decoration Class
MindFusion.Mapping Namespace