Obsolete Members for Map

  • Map
  • The following members of class Map are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

    Public Functions

    (obsolete) Map(Esri::ArcGISRuntime::BasemapType basemapType, double latitude, double longitude, int levelOfDetail, QObject *parent = nullptr)

    Member Function Documentation

    Map::Map(Esri::ArcGISRuntime::BasemapType basemapType, double latitude, double longitude, int levelOfDetail, QObject *parent = nullptr)

    This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

    Constructor that takes basemap type, center point, and level-of-detail.

    • basemapType - The type of basemap you want to use.
    • latitude - The latitude of the center point.
    • longitude - The longitude of the center point.
    • levelOfDetail - the level of detail or initial zoom level.
    • parent - The optional parent.

    The map will be created with a basemap set, a spatial reference in WGS84 and the initial viewpoint set. In order to take advantage of geographically load balanced services and monitor usage with API keys or named users, use Map(BasemapStyle, QObject*).

    Obsolete since Esri::ArcGISRuntime 100.14. Use Map(BasemapStyle, QObject*).

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.