ArcGIS Runtime SDK for iOS
100.15
|
Metadata about the network analyst service or dataset used by AGSRouteTask
.
Instances of this class represent metadata about the network analyst service or dataset used by AGSRouteTask
. It provides default values for the parameters created through defaultRouteParametersWithCompletion: (AGSRouteTask)
.
Properties | |
NSArray< NSString * > * | accumulateAttributeNames |
NSDictionary< NSString *, AGSCostAttribute * > * | costAttributes |
NSString * | defaultTravelModeName |
AGSUnitSystem | directionsDistanceUnits |
NSString * | directionsLanguage |
AGSDirectionsStyle | directionsStyle |
AGSNetworkDirectionsSupport | directionsSupport |
BOOL | findBestSequence |
double | maxLocatingDistance |
NSString * | networkName |
AGSSpatialReference * | outputSpatialReference |
BOOL | preserveFirstStop |
BOOL | preserveLastStop |
NSDictionary< NSString *, AGSRestrictionAttribute * > * | restrictionAttributes |
AGSRouteShapeType | routeShapeType |
NSDate * | startTime |
NSArray< NSString * > * | supportedLanguages |
NSArray< NSString * > * | supportedRestrictionUsageParameterValues |
BOOL | supportsRerouting |
NSArray< AGSTravelMode * > * | travelModes |
|
readnonatomiccopy |
A list of network attributes that can be accumulated and returned as part of the route. You might want to perform the analysis using a distance-based impedance attribute and accumulate a time-based cost attribute. The results of this kind of analysis are based on distance, but they also specify how long it would take to reach a portion of the service area.
|
readnonatomiccopy |
A list of cost attributes that can be used as a travel mode impedance (AGSTravelMode::impedanceAttributeName
) to optimize the route. The key in the dictionary represents the name of the cost attribute.
|
readnonatomiccopy |
|
readnonatomicassign |
The linear units used while providing distances for turn-by-turn directions.
|
readnonatomiccopy |
The language used when computing directions. For example, en, fr, pt-BR, zh-Hans etc.
|
readnonatomicassign |
The style used for providing directions.
|
readnonatomicassign |
Whether the underlying network dataset supports the returning of directions. For services prior to ArcGIS 10.8, this value will be AGSNetworkDirectionsSupportUnknown
.
AGSNetworkDirectionsSupport
|
readnonatomicassign |
Specifies whether or not to optimize the order of the stops in the route.
|
readnonatomicassign |
Maximum locating distance is the furthest distance in meters that is searched when locating or relocating a point onto the network. The search looks for suitable edges or junctions and snaps the point to the nearest one. If a suitable location isn't found within the maximum locating distance, the object is marked as unlocated.
|
readnonatomiccopy |
Name of the underlying transportation network dataset.
|
readnonatomicstrong |
The spatial reference in which the result geometries are returned, unless the AGSRouteParameters::outputSpatialReference
property is specified.
|
readnonatomicassign |
If YES
, keeps the first stop fixed in the sequence even when findBestSequence
is enabled. Only applicable if findBestSequence
is enabled.
|
readnonatomicassign |
If YES
, keeps the last stop fixed in the sequence even when the findBestSequence
property is enabled. Only applicable if the findBestSequence
property is enabled.
|
readnonatomiccopy |
The list of supported restrictions for constraining the route. The key in the dictionary represents the name of the restriction attribute.
|
readnonatomicassign |
Specifies the type of route geometry to return in the result AGSRoute::routeGeometry
.
|
readnonatomicstrong |
The time the route begins. If not specified, defaults to the time the task is executed.
|
readnonatomiccopy |
The list of languages supported for generating turn-by-turn driving directions.
|
readnonatomiccopy |
The list of supported restriction parameter values.
|
readnonatomicassign |
Indicates whether the network analyst service or dataset supports rerouting. If the property doesn't exist on a service, it will default to NO
. For local data value will be YES
.
|
readnonatomiccopy |
Specifies the available travel modes that can be used to customize the route.