Skip to main content
All docs
V25.1
  • MapProvider Enum

    Lists map data providers.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public enum MapProvider

    Members

    Name Description
    Azure

    The component displays Azure Maps.

    Bing

    Obsolete. The component displays Bing Maps.

    Google

    The component displays Google Maps.

    GoogleStatic

    The component displays static Google Maps.

    Related API Members

    The following properties accept/return MapProvider values:

    See Also