|
ArcGIS Runtime SDK for iOS
100.15
|
Instance Methods | |
| (instancetype) | - initWithBasemapType:latitude:longitude:levelOfDetail: |
Class Methods | |
| (instancetype) | + mapWithBasemapType:latitude:longitude:levelOfDetail: |
| - (instancetype) initWithBasemapType: | (AGSBasemapType) | basemapType | |
| latitude: | (double) | latitude | |
| longitude: | (double) | longitude | |
| levelOfDetail: | (NSInteger) | levelOfDetail | |
Creates a map with a basemap and an initial viewpoint. 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 initWithBasemapStyle: (AGSMap).
| basemapType | The basemap. |
| latitude | The latitude for the initial viewpoint. |
| longitude | The longitude for the initial viewpoint. |
| levelOfDetail | The level of detail (converted to scale) for the initial viewpoint. 0 is the most zoomed out. |
initWithBasemapStyle: (AGSMap). Extends class AGSMap.
| + (instancetype) mapWithBasemapType: | (AGSBasemapType) | basemapType | |
| latitude: | (double) | latitude | |
| longitude: | (double) | longitude | |
| levelOfDetail: | (NSInteger) | levelOfDetail | |
Creates a map with a basemap and an initial viewpoint. 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 mapWithBasemapStyle: (AGSMap).
| basemapType | The basemap. |
| latitude | The latitude for the initial viewpoint. |
| longitude | The longitude for the initial viewpoint. |
| levelOfDetail | The level of detail (converted to scale) for the initial viewpoint. 0 is the most zoomed out. |
mapWithBasemapStyle: (AGSMap). Extends class AGSMap.