Skip to main content
All docs
V25.1
  • IMapLocation.GeoPosition Property

    Gets a location’s geographic position.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    string GeoPosition { get; }

    Property Value

    Type Description
    String

    The geographic position.

    Remarks

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

    See Also