ArcGIS Runtime SDK for iOS: AGSScene(AGSDeprecated) Category Reference
ArcGIS Runtime SDK for iOS  100.15
AGSScene(AGSDeprecated) Category Reference

Instance Methods

(instancetype) - initWithBasemapType:
 

Class Methods

(instancetype) + sceneWithBasemapType:
 

Method Documentation

◆ initWithBasemapType:

- (instancetype) initWithBasemapType: (AGSBasemapType)  basemapType

Creates a scene with a basemap. In order to take advantage of geographically load balanced services and monitor usage with API keys or named users, use initWithBasemapStyle: (AGSScene).

Parameters
basemapTypeThe basemap.
Since
100.0
Deprecated:
100.14.0. Use initWithBasemapStyle: (AGSScene).

Extends class AGSScene.

◆ sceneWithBasemapType:

+ (instancetype) sceneWithBasemapType: (AGSBasemapType)  basemapType

Creates a scene with a basemap. In order to take advantage of geographically load balanced services and monitor usage with API keys or named users, use sceneWithBasemapStyle: (AGSScene).

Parameters
basemapTypeThe basemap.
Returns
A new scene created from the basemapType.
Since
100.0
Deprecated:
100.14.0. Use sceneWithBasemapStyle: (AGSScene).

Extends class AGSScene.