IMapMarkerVisual.Longitude

Fore Syntax

Longitude: IMapVisualNumericProperty;

Fore.NET Syntax

Longitude: Prognoz.Platform.Interop.Map.IMapVisualNumericProperty;

Description

The Longitude property returns longitude parameters for the geolocation marker.

Comments

To work with latitude parameters of geolocation marker, use the IMapMarkerVisual.Latitude property.

Fore and Fore.NET Examples

The property use is given in the example for IMapMarkerVisual.Latitude.

See also:

IMapMarkerVisual