Skip to main content
All docs
V26.1
  • IMapLocation.Longitude Property

    Gets a location’s longitude.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    double Longitude { get; }

    Property Value

    Type Description
    Double

    The longitude value.

    Remarks

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

    See Also