Skip to main content
All docs
V24.1

IMapLocation.Latitude Property

Gets a location’s latitude.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

double Latitude { get; }

Property Value

Type Description
Double

The latitude value.

Remarks

The IMapLocation interface is used to get a location in MapClick and MarkerClick event handlers.

See Also