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.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close