π serviceArea-job-spec
POST https://{{logistics-service}}.arcgis.com/arcgis/rest/services/World/ServiceAreas/GPServer/GenerateServiceAreas/submitJob
GenerateServiceAreas
is a job (asynchronous) operation that calculates a polygon that represents the distance that can be reached when driving or walking on a street network.

π API reference: GenerateServiceAreas
task
π Related guides: Service areas
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
facilities | string | (Required) One or more locations around which service areas are generated. | |
token | string | (Required) You need a valid access token. To learn more, read the collection's documentation. | |
f | string | (Required) Specify the response format. | |
travel_mode | string | Specify the mode of transportation for the analysis. | |
break_values | string | Specify the size and number of service areas to generate for each facility. | |
break_units | string | Specify the units for the break_values parameter. The default value is Minutes. | |
travel_direction | string | Specify whether the direction of travel used to generate the service areas is toward or away from the facilities. The default value is Away From Facility. | |
time_of_day | string | Specify whether travel times will use traffic conditions. | |
time_zone_for_time_of_day | string | Specify the time zone of the time_of_day parameter. The default value is Geographically Local. | |
use_hierarchy | string | Specify whether hierarchy will be used when generating service areas. The default value is false. | |
uturn_at_junctions | string | Restrict or permit the analysis to make U-turns at junctions. The default value is Allowed Only at Intersections and Dead Ends. | |
polygons_for_multiple_facilities | string | Specify how service areas will be generated when multiple facilities are present. The default value is Overlapping. | |
polygon_overlap_type | string | Specify whether multiple service areas around a facility are created as disks or rings. The default value is Rings. | |
detailed_polygons | string | Specify whether detailed service areas will be created. The default value is false. | |
polygon_trim_distance | string | Specify the distance within which the service areas are trimmed. The default value is 100 meters. | |
polygon_simplification_tolerance | string | Specify how the service area geometry returned by the service will be simplified. The default value is 10 meters. | |
point_barriers | string | Specify one or more points that act as temporary restrictions or represent additional time or distance that may be required to travel on the underlying streets. | |
line_barriers | string | Specify one or more lines that prohibit travel anywhere the lines intersect the streets. | |
polygon_barriers | string | Specify polygons that either prohibit travel or proportionately scale the time or distance required to travel on the streets intersected by the polygons. | |
restrictions | string | Specify the restrictions that will be honored by the service. | |
attribute_parameter_values | string | Specify additional values required by an attribute or restriction, such as whether the restriction prohibits, avoids, or prefers travel on restricted roads. | |
impedance | string | Specify the impedance. | |
analysis_region | string | Specify the region in which the analysis will be performed. | |
save_output_network_analysis_layer | string | Specify whether the service will save the analysis settings as a network analysis layer file. The default value is false. | |
overrides | string | Specify additional settings that can influence the behavior of the solver. | |
time_impedance | string | Specify the time-based impedance. The default value is TravelTime. | |
distance_impedance | string | Specify the distance-based impedance. The default value is Kilometers. | |
polygon_detail | string | Specify the level of detail for the output polygons. The default value is Standard. | |
output_type | string | Specify the type of output to be generated. The default value is Polygons. | |
output_format | string | Specify the format in which the output features will be created. The default value is Feature Set. | |
env:outSR | string | Specify the spatial reference of the geometries. | |
ignore_invalid_locations | string | Specify whether invalid input locations will be ignored. The default value is true. |