MindFusion.Mapping Programmer's Guide

Decoration.Longitude Property

See Also
 






Gets or sets the longitude associated with this decoration.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public double Longitude { get; set; }

Visual Basic  Copy Code

Public Property Longitude As Double

 Property Value

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

 Remarks

You 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