|
ArcGIS Runtime SDK for iOS
100.15
|
AGSApplication::ags_showNetworkActivityIndicator:. ASWebAuthenticationSession is used instead of SFSafariViewController for out-of-app authentication workflow which does not require this delegate method. application:openURL:options: (AGSApplicationDelegate) instead. refresh (AGSFeature) instead. ASWebAuthenticationSession is used instead of SFSafariViewController for out-of-app authentication workflow and view controller is dismissed by ASWebAuthenticationSession. ASWebAuthenticationSession is used instead of SFSafariViewController for out-of-app authentication workflow and view controller is presented by ASWebAuthenticationSession. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISDarkGray. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISImageryStandard. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISImagery. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISImagery. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISLightGray. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISLightGray. AGSBasemapType and its associated basemap helpers has been deprecated. Use the National Geographic Style Map. https://www.arcgis.com/home/item.html?id=f33a34de3a294590ab48f246e99958c9 AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISNavigation. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISOceans. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleOSMStandard. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISStreets. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISStreetsNight. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISStreets. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISStreetsRelief. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISTerrain. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISTerrain. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISTopographic. AGSBasemapType and its associated basemap helpers has been deprecated. Use initWithStyle: (AGSBasemap) with AGSBasemapStyleArcGISTopographic. continueWithDefaultHandling (AGSAuthenticationChallenge) to respond to the authentication challenge which allows the user to browse for the certificate on the device. Alternatively, you can choose to handle the challenge yourself and display custom UI for picking a certificate, in which case use the new init method initWithIdentityCertificateData:password: (AGSCredential) to create the credential and respond to the challenge. continueWithDefaultHandling (AGSAuthenticationChallenge) to respond to the authentication challenge which allows the user to browse for the certificate on the device. Alternatively, you can choose to handle the challenge yourself and display custom UI for picking a certificate, in which case use the new init method initWithIdentityCertificateData:password: (AGSCredential) to create the credential and respond to the challenge. continueWithDefaultHandling (AGSAuthenticationChallenge) to respond to the authentication challenge which allows the user to browse for the certificate on the device. Alternatively, you can choose to handle the challenge yourself and display custom UI for picking a certificate, in which case use the new init method initWithIdentityCertificateData:password: (AGSCredential) to create the credential and respond to the challenge. dictionarySymbolStyleWithURL: (AGSDictionarySymbolStyle) instead. AGSDictionarySymbolStyle from a specification is no longer supported with the new Arcade-based symbol styles. AGSDictionarySymbolStyle from a specification is no longer supported with the new military symbol styles. initWithURL: (AGSDictionarySymbolStyle) instead. AGSDictionarySymbolStyle from a specification is no longer supported with the new Arcade-based symbol styles. AGSDictionarySymbolStyle from a specification is no longer supported with the new military symbol styles. featureLayerWithFeatureTable: (AGSFeatureLayer) or featureLayerWithItem:layerID: (AGSFeatureLayer) instead. initWithFeatureTable: (AGSFeatureLayer) or initWithItem:layerID: (AGSFeatureLayer) instead. importDeltaWithGeodatabase:deltaPath:completion: (AGSGeodatabaseSyncTask) instead. cancelWithCompletion: (AGSJob). pause method through the NSProgress API (exposed via NSProgressReporting through the progress property). AGSLabelDefinition object using an AGSLabelExpression and AGSTextSymbol. This reduces the chance of AGSLabelDefinition being used with no AGSLabelDefinition::expression or AGSLabelDefinition::textSymbol, which would result in no labels being created. AGSLabelDefinition object using an AGSLabelExpression and AGSTextSymbol. This reduces the chance of AGSLabelDefinition being used with no AGSLabelDefinition::expression or AGSLabelDefinition::textSymbol, which would result in no labels being created. stopWithCompletion: (AGSLocationDataSource). initWithBasemapStyle: (AGSMap). mapWithBasemapStyle: (AGSMap). AGSMobileMapPackage::unpackWithMobileMapPackageFileURL:outputDirectory:completion:. AGSMobileScenePackage::unpackWithMobileScenePackageFileURL:outputDirectory:completion:. downloadPreplannedOfflineMapJobWithParameters:downloadDirectory: (AGSOfflineMapTask). This method does not support the scheduled updates workflow and will default to use AGSPreplannedUpdateModeSyncWithFeatureServices. An instance of AGSDownloadPreplannedOfflineMapParameters can be created and populated as required. Alternatively the recommended workflow is to use AGSOfflineMapTask::createDefaultDownloadPreplannedOfflineMapParametersWithPreplannedMapArea:completion: and then make any adjustments. This will determine if scheduled updates are present and update the property AGSDownloadPreplannedOfflineMapParameters::updateMode appropriately. downloadPreplannedOfflineMapJobWithParameters:downloadDirectory: (AGSOfflineMapTask). Use AGSDownloadPreplannedOfflineMapParameters::includeBasemap to set basemap inclusion. Note reversal of logic from 'exclude basemap' to 'include basemap'. #featureTypeChangeRequiresUserNotificationForTemplate instead numberFromString:field:error: (AGSPopupManager) instead. AGSCredentialCache::removeAndRevokeCredential:completion or AGSCredentialCache::removeAndRevokeAllCredentialsWithCompletion instead. initWithPortal:type: (AGSPortalItem) instead. initWithPortal:type: (AGSPortalItem) instead. AGSPreplannedMapArea and accessing the items with AGSPreplannedMapArea::packageItems. isPaused property through the NSProgress API (exposed via NSProgressReporting through the progress property). pause method through the NSProgress API (exposed via NSProgressReporting through the progress property). resume method through the NSProgress API (exposed via NSProgressReporting through the progress property). enableReroutingWithParameters:completion: (AGSRouteTracker) instead. initWithRouteResult:routeIndex:skipCoincidentStops: (AGSRouteTracker) instead. routeTrackerWithRouteResult:routeIndex:skipCoincidentStops: (AGSRouteTracker) instead. initWithBasemapStyle: (AGSScene). sceneWithBasemapStyle: (AGSScene). AGSDictionarySymbolStyle::dictionaryName property instead. 100.2 AGSDirectionMessageTypeLength is not supported, use AGSDirectionManeuver::length instead.
100.2 AGSDirectionMessageTypeTime is not supported, use AGSDirectionManeuver::duration instead.
100.2 AGSDirectionMessageTypeSummary is not supported, use AGSDirectionManeuver::duration and AGSDirectionManeuver::length instead.
100.2 AGSDirectionMessageTypeTimeWindow is not supported, use AGSStop::timeWindowEnd instead.
100.2 AGSDirectionMessageTypeViolationTime is not supported, use AGSStop::violationTime instead.
100.2 AGSDirectionMessageTypeWaitTime is not supported, use AGSStop::waitTime instead.
100.2 AGSDirectionMessageTypeServiceTime is not supported, use the difference between AGSDirectionManeuver::duration and AGSStop::waitTime instead.
100.2 AGSDirectionMessageTypeEstimatedArrivalTime is not supported, use AGSDirectionManeuver::estimatedArriveTime instead.
100.2 AGSDirectionMessageTypeCumulativeLength is not supported, use the sum of previous AGSDirectionManeuver::length instead.
color property exposed through AGSGeoView::selectionProperties. AGSFeatureTable::layer instead AGSGeodatabase::generateGeodatabaseGeometry. A geodatabase can be generated using geometry including an AGSEnvelope or an AGSPolygon - this property will always return the bounding envelope. The AGSGeodatabase::generateGeodatabaseGeometry property will return the underlying geometry. color property exposed through AGSGeoView::selectionProperties. AGSLocationDataSource::status. angle property. AGSMarkerSymbolAngleAlignment has been renamed to AGSSymbolAngleAlignment. AGSMarkerSymbolAngleAlignmentMap has been renamed to AGSSymbolAngleAlignmentMap. AGSMarkerSymbolAnglePinAlignmentScreen has been renamed to AGSSymbolAngleAlignmentScreen. #relatedFeaturesDefinition.showRelatedFeatures instead. fetchLicenseInfoWithCompletion: (AGSPortal). AGSItem.itemID provides a unique identifier of the item. termsOfUse instead. color property exposed through AGSGeoView::selectionProperties AGSSymbolRotationType has been renamed to AGSRotationType. AGSSymbolRotationTypeArithmetic has been renamed to AGSRotationTypeArithmetic. AGSSymbolRotationTypeGeographic has been renamed to AGSRotationTypeGeographic. symbolWithCompletion: (AGSSymbolStyleSearchResult) for fetching a symbol from the search result. makeDefaultTraceConfiguration (AGSUtilityNamedTraceConfiguration) instead to create an instance of AGSUtilityTraceConfiguration for this AGSUtilityNamedTraceConfiguration. makeDefaultTraceConfiguration (AGSUtilityTier) instead to create an instance of AGSUtilityTraceConfiguration defined for this AGSUtilityTier. 100.14.0. Use AGSBasemapStyle.