Route (POST method) Reports
Contents
This API allows you to retrieve report data for a route by POST request. For each route, a minimum of two stops and a report type are required in the POST body. The report response returns a list of reports in JSON format.
With a POST request for a route reports:
-
You can pass in either an
Address
object orCoords
object. -
You can add a
label
to each of theStops
. -
Hours of service options also benefit from a POST request. Additional hours of service options to fully support Cycle Time Gains, use of custom places for rest stops, and Canadian hours of service are only available through the POST version of the request.
POST requests share many of the same parameters with GET requests, but may have slightly different names and are case sensitive in the POST body. (See sample JSON below.)
POST /route/routeReports?dataVersion={dataVersion}
Request Element
Element | Definition | Required |
---|---|---|
ReportRequestBody | A ReportRequestBody System Object. It contains list of ReportRoutes System Object. | Y |
DataVersion | Data version: Current (default), PCM_EU, PCM_OC, PCM_SA, PCM_AF, PCM_AS, PCM_ME, PCM_GT, PCM_WW, PCM_NA or PCM18 through PCM35 (for access to prior versions). | N |
Sample Request Body - North America
POST https://pcmiler.alk.com/apis/rest/v1.0/Service.svc/route/routeReports?dataversion=Current HTTP/1.1
Content-Type: Application/JSON
Authorization: YOURAPIKEY
Host: pcmiler.alk.com
Content-Length: 6343
{
"ReportRoutes": [{
"RouteId": "",
"Stops": [{
"Address": {
"StreetAddress": "",
"City": "Philadelphia",
"State": "PA",
"Zip": "19123",
"County": "",
"Country": "US",
"SPLC": "",
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "",
"StateAbbreviation": "",
"CountryAbbreviation": ""
},
"Coords": {
"Lat": "",
"Lon": ""
},
"Region": 4,
"Label": "Origin",
"PlaceName": "",
"PlaceId": "",
"Costs": {
"CostOfStop": 0,
"HoursPerStop": 0,
"Loaded": true,
"OnDuty": true,
"UseOrigin": true
},
"ID": "Origin",
"IsViaPoint": false,
"SideOfStreetAdherence": 0
},
{
"Address": {
"StreetAddress": "",
"City": "Princeton",
"State": "NJ",
"Zip": "08540",
"County": "",
"Country": "US",
"SPLC": "",
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "",
"StateAbbreviation": "",
"CountryAbbreviation": ""
},
"Coords": {
"Lat": "",
"Lon": ""
},
"Region": 4,
"Label": "Stop 1",
"PlaceName": "",
"PlaceId": "",
"Costs": {
"CostOfStop": 0,
"HoursPerStop": 0,
"Loaded": true,
"OnDuty": true,
"UseOrigin": true
},
"ID": "Stop 1",
"IsViaPoint": false,
"SideOfStreetAdherence": 0
},
{
"Address": {
"StreetAddress": "",
"City": "NY",
"State": "NY",
"Zip": "10001",
"County": "",
"Country": "US",
"SPLC": "",
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "",
"StateAbbreviation": "",
"CountryAbbreviation": ""
},
"Coords": {
"Lat": "",
"Lon": ""
},
"Region": 4,
"Label": "Destination",
"PlaceName": "",
"PlaceId": "",
"Costs": {
"CostOfStop": 0,
"HoursPerStop": 0,
"Loaded": true,
"OnDuty": true,
"UseOrigin": true
},
"ID": "Dest",
"IsViaPoint": false,
"SideOfStreetAdherence": 0
}
],
"Options": {
"AFSetIDs": [-1],
"AFSetNames": [""],
"BordersOpen": true,
"ClassOverrides": 0,
"CustomRoadSpeeds": [{
"RoadCategory": 1,
"Speed": 55
}],
"DistanceUnits": 0,
"ElevLimit": 0,
"FerryDiscourage": false,
"FuelConsumption": 1.26,
"FuelRoute": false,
"FuelType": 0,
"GovernorSpeedLimit": 55,
"HighwayOnly": true,
"HoSOptions": {
"Enabled": false,
"RemainingDriveTimeUntilBreak": null,
"RemainingDriveTime": null,
"RemainingOnDutyTime": null,
"HoSRuleType": null,
"RemainingCycleDutyTime": null,
"CycleTimeGains": [],
"LastCycleResetDateTime": "",
"Last24HourBreakDateTime": "",
"RemainingCanadaOnDutyTime": null,
"RemainingDriveTimeUntilBreakDriver2": null,
"RemainingDriveTimeDriver2": null,
"RemainingOnDutyTimeDriver2": null,
"RemainingCycleDutyTimeDriver2": null,
"CycleTimeGainsDriver2": [],
"LastCycleResetDateTimeDriver2": "",
"Last24HourBreakDateTimeDriver2": "",
"RemainingCanadaOnDutyTimeDriver2": null,
"AlternateHoSRuleType": null,
"RemainingTimeUntilFullDayBreak": null,
"RemainingTimeUntilFullDayBreakDriver2": null,
"RemainingDrivingTimeInWeek": null,
"RemainingOnDutyTimeInDay": null,
"RemainingConsecutiveDrivingTime": null,
"RemainingFortnightlyTime": null,
"CurrentOffDutyTime": null,
"CurrentOffDutyTimeDriver2": null,
"UseCycleReset": true,
"TerminalDayStartTime": "",
"UseCustomPlaces": true,
"TeamDriving": true,
"CustomBreakDurations": {
"ShortBreakDuration": null,
"EndOfDutyBreakDuration": null,
"CycleResetBreakDuration": null,
"DriverSwitchBreakDuration": null,
"BorderCrossingWaitDuration": null
},
"Deprecated": 0,
"MaxAlternateRestStops": null,
"SkipRestStopInsertion": true,
"ActiveDriver": 1,
"MaxDrivingTimeInDay": null,
"MaxOnDutyTimeInDay": null,
"MaxOnDutyTimeInWeek": null,
"AdverseConditionException": false,
"POIStopsReturned": true,
"HOSWindowStart": null,
"HOSWindowEnd": null
},
"HubRouting": false,
"MaintainHeading": true,
"OverrideRestrict": false,
"profileName": "Heavy Duty Doubles",
"Refrigerated": true,
"RouteOptimization": 0,
"RoutingType": 0,
"SideOfStreetAdherence": 0,
"TollDiscourage": true,
"TrailerCfg": {
"TypeOfTrailer": 1,
"Count": null,
"MaxHeight": "",
"MaxWeight": null,
"MaxAxles": null,
"Engine": {
"Hybrid": true,
"EmissionType": 2,
"MinPollutionVeh": true
}
},
"TruckCfg": {
"Axles": 2,
"Height": "",
"LCV": false,
"Length": "",
"MaxWeightPerAxleGroup": 10000,
"TireCount": 8,
"Units": 0,
"Weight": "20000",
"Width": ""
},
"UseSites": true,
"VehicleProfile": 0,
"TrafficLookaheadDistance": 5,
"AvoidCountry": ["FR"],
"AvoidState": [""],
"FavorCountry": ["IT"],
"FavorState": [""],
"IncludeTrimblePlaceIDs": false,
"TollRoads": 2,
"HazMatTypes": [1, 2],
"TunnelCategories": [1, 2],
"useCrossStreetTurnAvoidance": true,
"RestrictionZones": {
"CongestionZone": 2,
"LowEmissionZone": 1,
"UltraLowEmissionZone": 2
}
},
"AssetId": "12345",
"ReportingOptions": {
"EstimatedTimeOptions": {
"ETAETD": 0,
"DateOption": 0,
"DateAndTime": {
"CalendarDate": "",
"DayOfWeek": 3,
"TimeOfDay": "07:00",
"TimeZone": 0
}
},
"IncludeVehicleRestrictedCleanupPoints": true,
"UseTraffic": true,
"ExchangeRate": 1.26,
"FuelUnits": 0,
"IncludeFerryDistance": true,
"IncludeRoadClass": true,
"Language": 0,
"TollCurrency": 0,
"TollDiscount": "",
"UseCustomRoadSpeeds": true,
"UseEUTollsReport": false,
"UseTollData": true
},
"ReportTypes": [{
"__type": "DirectionsReportType:http://pcmiler.alk.com/APIs/v1.0",
"CondenseDirections": false
},
{
"__type": "MileageReportType:http://pcmiler.alk.com/APIs/v1.0",
"THoursWithSeconds": false
}
]
}]
}
Sample Response - North America
[{
"__type": "DirectionsReport:http://pcmiler.alk.com/APIs/v1.0",
"Origin": {
"TimeZone": "EDT",
"Address": {
"StreetAddress": "",
"City": "Philadelphia",
"State": "PA",
"Zip": "19123",
"County": "Philadelphia",
"Country": "United States",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "Pennsylvania",
"StateAbbreviation": "PA",
"CountryAbbreviation": "US"
},
"Errors": [],
"Coords": {
"Lat": "39.965177",
"Lon": "-75.152564"
},
"SpeedLimitInfo": null,
"Region": 4,
"ConfidenceLevel": "Exact",
"Label": "Origin",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Origin"
},
"RouteID": "",
"Destination": {
"TimeZone": "EDT",
"Address": {
"StreetAddress": "",
"City": "New York",
"State": "NY",
"Zip": "10001",
"County": "New York",
"Country": "United States",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "New York",
"StateAbbreviation": "NY",
"CountryAbbreviation": "US"
},
"Errors": [],
"Coords": {
"Lat": "40.749416",
"Lon": "-73.993754"
},
"SpeedLimitInfo": null,
"Region": 4,
"ConfidenceLevel": "Exact",
"Label": "Destination",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Dest"
},
"ReportLegs": [{
"Origin": {
"TimeZone": "EDT",
"Address": {
"StreetAddress": "",
"City": "Philadelphia",
"State": "PA",
"Zip": "19123",
"County": "Philadelphia",
"Country": "United States",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "Pennsylvania",
"StateAbbreviation": "PA",
"CountryAbbreviation": "US"
},
"Errors": [],
"Coords": {
"Lat": "39.965177",
"Lon": "-75.152564"
},
"SpeedLimitInfo": null,
"Region": 4,
"ConfidenceLevel": "Exact",
"Label": "Origin",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Origin"
},
"ReportLines": [{
"Warn": null,
"Direction": "Origin, Philadelphia, PA 19123",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.965177",
"Lon": "-75.152564"
},
"End": {
"Lat": "39.965177",
"Lon": "-75.152564"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "local"
}, {
"Warn": null,
"Direction": "Go south on Local",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.965177",
"Lon": "-75.152564"
},
"End": {
"Lat": "39.961417",
"Lon": "-75.148191"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "local"
}, {
"Warn": null,
"Direction": "Drive 0.418 miles",
"Dist": "0.418",
"Time": "0:01",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.965177",
"Lon": "-75.152564"
},
"End": {
"Lat": "39.961417",
"Lon": "-75.148191"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "local"
}, {
"Warn": null,
"Direction": "Turn right on North 6th Street",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.961417",
"Lon": "-75.148191"
},
"End": {
"Lat": "39.961308",
"Lon": "-75.14822"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "0.426",
"Time": "0:01",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.961417",
"Lon": "-75.148191"
},
"End": {
"Lat": "39.961308",
"Lon": "-75.14822"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Turn left on Spring Garden Street",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.961308",
"Lon": "-75.14822"
},
"End": {
"Lat": "39.960109",
"Lon": "-75.137334"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "primary"
}, {
"Warn": null,
"Direction": "Drive 0.583 miles (~3 min)",
"Dist": "1.009",
"Time": "0:04",
"InterCh": null,
"Delay": "0:01",
"Begin": {
"Lat": "39.961308",
"Lon": "-75.14822"
},
"End": {
"Lat": "39.960109",
"Lon": "-75.137334"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "primary"
}, {
"Warn": null,
"Direction": "Turn right on North Columbus Boulevard",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.960109",
"Lon": "-75.137334"
},
"End": {
"Lat": "39.954225",
"Lon": "-75.139735"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "primary"
}, {
"Warn": null,
"Direction": "Drive 0.428 miles",
"Dist": "1.437",
"Time": "0:05",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.960109",
"Lon": "-75.137334"
},
"End": {
"Lat": "39.954225",
"Lon": "-75.139735"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "primary"
}, {
"Warn": null,
"Direction": "Turn right on Summer Street",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.954225",
"Lon": "-75.139735"
},
"End": {
"Lat": "39.954317",
"Lon": "-75.14018"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "1.461",
"Time": "0:05",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.954225",
"Lon": "-75.139735"
},
"End": {
"Lat": "39.954317",
"Lon": "-75.14018"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Straight on ramp to I-95 North - Delaware Expressway",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.954317",
"Lon": "-75.14018"
},
"End": {
"Lat": "39.956772",
"Lon": "-75.140733"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "ramp"
}, {
"Warn": null,
"Direction": "Drive 0.183 miles on Ramp",
"Dist": "1.644",
"Time": "0:06",
"InterCh": null,
"Delay": "0:01",
"Begin": {
"Lat": "39.954317",
"Lon": "-75.14018"
},
"End": {
"Lat": "39.956772",
"Lon": "-75.140733"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "ramp"
}, {
"Warn": null,
"Direction": "Drive 18.162 miles (~29 min)",
"Dist": "19.806",
"Time": "0:35",
"InterCh": null,
"Delay": "0:09",
"Begin": {
"Lat": "39.956772",
"Lon": "-75.140733"
},
"End": {
"Lat": "40.120224",
"Lon": "-74.887764"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "interstate"
}, {
"Warn": null,
"Direction": "Take left Exit 40 (Trenton) to I-295 East",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.120224",
"Lon": "-74.887764"
},
"End": {
"Lat": "40.121164",
"Lon": "-74.887757"
},
"TurnInstruction": "TC_BearLeft",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "ramp"
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles on Exit 40 (Trenton) (~ 1 block)",
"Dist": "19.871",
"Time": "0:35",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.120224",
"Lon": "-74.887764"
},
"End": {
"Lat": "40.121164",
"Lon": "-74.887757"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "ramp"
}, {
"Warn": null,
"Direction": "Drive 11.118 miles (~12 min) (to PA/NJ State Line)",
"Dist": "30.989",
"Time": "0:47",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.121164",
"Lon": "-74.887757"
},
"End": {
"Lat": "40.259232",
"Lon": "-74.846875"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "interstate"
}, {
"Warn": null,
"Direction": "Drive 7.169 miles (~8 min)",
"Dist": "38.158",
"Time": "0:55",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.259232",
"Lon": "-74.846875"
},
"End": {
"Lat": "40.285585",
"Lon": "-74.731016"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "interstate"
}, {
"Warn": null,
"Direction": "Take Exit 69A to US-206 North",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.285585",
"Lon": "-74.731016"
},
"End": {
"Lat": "40.285239",
"Lon": "-74.732179"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "ramp"
}, {
"Warn": null,
"Direction": "Drive 0.233 miles on Exit 69A",
"Dist": "38.391",
"Time": "0:56",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.285585",
"Lon": "-74.731016"
},
"End": {
"Lat": "40.285239",
"Lon": "-74.732179"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "ramp"
}, {
"Warn": null,
"Direction": "Drive 5.956 miles (~11 min)",
"Dist": "44.347",
"Time": "1:06",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.285239",
"Lon": "-74.732179"
},
"End": {
"Lat": "40.348232",
"Lon": "-74.664429"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "primary"
}, {
"Warn": null,
"Direction": "Stay on US-206 North as it turns left",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.348232",
"Lon": "-74.664429"
},
"End": {
"Lat": "40.372119",
"Lon": "-74.662573"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "primary"
}, {
"Warn": null,
"Direction": "Drive 1.826 miles (~3 min)",
"Dist": "46.173",
"Time": "1:10",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.348232",
"Lon": "-74.664429"
},
"End": {
"Lat": "40.372119",
"Lon": "-74.662573"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "primary"
}, {
"Warn": null,
"Direction": "Turn right on Ewing Street",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.372119",
"Lon": "-74.662573"
},
"End": {
"Lat": "40.354464",
"Lon": "-74.645911"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Drive 1.544 miles (~5 min)",
"Dist": "47.717",
"Time": "1:14",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.372119",
"Lon": "-74.662573"
},
"End": {
"Lat": "40.354464",
"Lon": "-74.645911"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Turn left on Local",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.354464",
"Lon": "-74.645911"
},
"End": {
"Lat": "40.354907",
"Lon": "-74.645014"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "local"
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "47.784",
"Time": "1:14",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.354464",
"Lon": "-74.645911"
},
"End": {
"Lat": "40.354907",
"Lon": "-74.645014"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "local"
}
],
"Dest": {
"TimeZone": "EDT",
"Address": {
"StreetAddress": "",
"City": "Princeton",
"State": "NJ",
"Zip": "08540",
"County": "Mercer",
"Country": "United States",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "New Jersey",
"StateAbbreviation": "NJ",
"CountryAbbreviation": "US"
},
"Errors": [],
"Coords": {
"Lat": "40.354907",
"Lon": "-74.645014"
},
"SpeedLimitInfo": null,
"Region": 4,
"ConfidenceLevel": "Exact",
"Label": "Stop 1",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Stop 1"
}
}, {
"Origin": {
"TimeZone": "EDT",
"Address": {
"StreetAddress": "",
"City": "Princeton",
"State": "NJ",
"Zip": "08540",
"County": "Mercer",
"Country": "United States",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "New Jersey",
"StateAbbreviation": "NJ",
"CountryAbbreviation": "US"
},
"Errors": [],
"Coords": {
"Lat": "40.354907",
"Lon": "-74.645014"
},
"SpeedLimitInfo": null,
"Region": 4,
"ConfidenceLevel": "Exact",
"Label": "Stop 1",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Stop 1"
},
"ReportLines": [{
"Warn": null,
"Direction": "Stop 1, Princeton, NJ 08540",
"Dist": "47.784",
"Time": "1:14",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.354907",
"Lon": "-74.645014"
},
"End": {
"Lat": "40.354907",
"Lon": "-74.645014"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "local"
}, {
"Warn": null,
"Direction": "Go south on Local",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.354907",
"Lon": "-74.645014"
},
"End": {
"Lat": "40.353977",
"Lon": "-74.645503"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "local"
}, {
"Warn": null,
"Direction": "Drive 0.083 miles",
"Dist": "47.867",
"Time": "1:15",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.354907",
"Lon": "-74.645014"
},
"End": {
"Lat": "40.353977",
"Lon": "-74.645503"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "local"
}, {
"Warn": null,
"Direction": "Keep right on NJ-27 South",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.353977",
"Lon": "-74.645503"
},
"End": {
"Lat": "40.350398",
"Lon": "-74.657124"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "primary"
}, {
"Warn": null,
"Direction": "Drive 0.659 miles (~2 min)",
"Dist": "48.526",
"Time": "1:17",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.353977",
"Lon": "-74.645503"
},
"End": {
"Lat": "40.350398",
"Lon": "-74.657124"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "primary"
}, {
"Warn": null,
"Direction": "Turn left on Route 571 East - Washington Road",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.350398",
"Lon": "-74.657124"
},
"End": {
"Lat": "40.331529",
"Lon": "-74.638347"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "primary"
}, {
"Warn": null,
"Direction": "Drive 1.648 miles (~4 min)",
"Dist": "50.174",
"Time": "1:21",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.350398",
"Lon": "-74.657124"
},
"End": {
"Lat": "40.331529",
"Lon": "-74.638347"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "primary"
}, {
"Warn": null,
"Direction": "At circle, take second exit on US-1 North",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.331529",
"Lon": "-74.638347"
},
"End": {
"Lat": "40.331265",
"Lon": "-74.638203"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": true,
"RoadClass": "primary"
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "50.195",
"Time": "1:21",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.331529",
"Lon": "-74.638347"
},
"End": {
"Lat": "40.331265",
"Lon": "-74.638203"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "primary"
}, {
"Warn": null,
"Direction": "Drive 34.040 miles (~1 hr 5 min)",
"Dist": "84.235",
"Time": "2:26",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.331265",
"Lon": "-74.638203"
},
"End": {
"Lat": "40.676822",
"Lon": "-74.197516"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "divided"
}, {
"Warn": null,
"Direction": "Stay on US-1 North as it bears left",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.676822",
"Lon": "-74.197516"
},
"End": {
"Lat": "40.708446",
"Lon": "-74.165384"
},
"TurnInstruction": "TC_BearLeft",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "interstate"
}, {
"Warn": null,
"Direction": "Drive 3.202 miles (~4 min)",
"Dist": "87.437",
"Time": "2:30",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.676822",
"Lon": "-74.197516"
},
"End": {
"Lat": "40.708446",
"Lon": "-74.165384"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "interstate"
}, {
"Warn": null,
"Direction": "Proceed ahead as name changes to US-1 North",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.708446",
"Lon": "-74.165384"
},
"End": {
"Lat": "40.73907",
"Lon": "-74.068167"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "interstate"
}, {
"Warn": null,
"Direction": "Drive 5.841 miles (~7 min)",
"Dist": "93.278",
"Time": "2:37",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.708446",
"Lon": "-74.165384"
},
"End": {
"Lat": "40.73907",
"Lon": "-74.068167"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "interstate"
}, {
"Warn": "Warning - Truck Restricted",
"Direction": "Warning - Truck Restricted",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.708446",
"Lon": "-74.165384"
},
"End": {
"Lat": "40.73907",
"Lon": "-74.068167"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "interstate"
}, {
"Warn": null,
"Direction": "Stay on NJ-139 East as US-1 splits off",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.73907",
"Lon": "-74.068167"
},
"End": {
"Lat": "40.730874",
"Lon": "-74.047872"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "interstate"
}, {
"Warn": null,
"Direction": "Drive 1.291 miles (~2 min) (Start toll)",
"Dist": "94.569",
"Time": "2:39",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.73907",
"Lon": "-74.068167"
},
"End": {
"Lat": "40.730874",
"Lon": "-74.047872"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "interstate"
}, {
"Warn": "Warning - Truck Restricted",
"Direction": "Warning - Truck Restricted",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.73907",
"Lon": "-74.068167"
},
"End": {
"Lat": "40.730874",
"Lon": "-74.047872"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "interstate"
}, {
"Warn": null,
"Direction": "Drive 0.433 miles (~ 3 blocks)",
"Dist": "95.002",
"Time": "2:40",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.730874",
"Lon": "-74.047872"
},
"End": {
"Lat": "40.72999",
"Lon": "-74.03969"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "interstate"
}, {
"Warn": null,
"Direction": "Stay on I-78 East - Holland Tunnel as NJ-139 splits off",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.72999",
"Lon": "-74.03969"
},
"End": {
"Lat": "40.727568",
"Lon": "-74.021076"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "divided"
}, {
"Warn": null,
"Direction": "Drive 0.989 miles (~2 min) (to NJ/NY State Line)",
"Dist": "95.991",
"Time": "2:42",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.72999",
"Lon": "-74.03969"
},
"End": {
"Lat": "40.727568",
"Lon": "-74.021076"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "divided"
}, {
"Warn": "Warning - Clearance: 12' 06\"; Max Length: 45'",
"Direction": "Warning - Clearance: 12' 06\"; Max Length: 45'",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.72999",
"Lon": "-74.03969"
},
"End": {
"Lat": "40.727568",
"Lon": "-74.021076"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "divided"
}, {
"Warn": null,
"Direction": "Take Holland Tunnel - I-78 East",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.727568",
"Lon": "-74.021076"
},
"End": {
"Lat": "40.722683",
"Lon": "-74.006823"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "divided"
}, {
"Warn": null,
"Direction": "Drive 0.847 miles (~2 min)",
"Dist": "96.838",
"Time": "2:44",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.727568",
"Lon": "-74.021076"
},
"End": {
"Lat": "40.722683",
"Lon": "-74.006823"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "divided"
}, {
"Warn": "Warning - Clearance: 12' 06\"; Max Length: 45'",
"Direction": "Warning - Clearance: 12' 06\"; Max Length: 45'",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.727568",
"Lon": "-74.021076"
},
"End": {
"Lat": "40.722683",
"Lon": "-74.006823"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "divided"
}, {
"Warn": null,
"Direction": "Straight on Exit 3 (Brooklyn) to Ericsson Place",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.722683",
"Lon": "-74.006823"
},
"End": {
"Lat": "40.720447",
"Lon": "-74.006853"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "ramp"
}, {
"Warn": null,
"Direction": "Drive 0.245 miles on Exit 3 (Brooklyn) (End toll)",
"Dist": "97.083",
"Time": "2:45",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.722683",
"Lon": "-74.006823"
},
"End": {
"Lat": "40.720447",
"Lon": "-74.006853"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "ramp"
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "97.113",
"Time": "2:45",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.720447",
"Lon": "-74.006853"
},
"End": {
"Lat": "40.72038",
"Lon": "-74.006284"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Stay on Beach Street as it bears right",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.72038",
"Lon": "-74.006284"
},
"End": {
"Lat": "40.717606",
"Lon": "-74.000219"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Drive 0.369 miles (~4 min)",
"Dist": "97.482",
"Time": "2:49",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.72038",
"Lon": "-74.006284"
},
"End": {
"Lat": "40.717606",
"Lon": "-74.000219"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Turn left on Centre Street",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.717606",
"Lon": "-74.000219"
},
"End": {
"Lat": "40.725147",
"Lon": "-73.995287"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Drive 0.585 miles (~4 min)",
"Dist": "98.067",
"Time": "2:53",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.717606",
"Lon": "-74.000219"
},
"End": {
"Lat": "40.725147",
"Lon": "-73.995287"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Turn left on East Houston Street",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.725147",
"Lon": "-73.995287"
},
"End": {
"Lat": "40.728398",
"Lon": "-74.002844"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Drive 0.457 miles (~3 min)",
"Dist": "98.524",
"Time": "2:56",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.725147",
"Lon": "-73.995287"
},
"End": {
"Lat": "40.728398",
"Lon": "-74.002844"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Turn right on Avenue of the Americas",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.728398",
"Lon": "-74.002844"
},
"End": {
"Lat": "40.74786",
"Lon": "-73.989192"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Drive 1.523 miles (~8 min)",
"Dist": "100.047",
"Time": "3:04",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.728398",
"Lon": "-74.002844"
},
"End": {
"Lat": "40.74786",
"Lon": "-73.989192"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Turn left on West 31st Street",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.74786",
"Lon": "-73.989192"
},
"End": {
"Lat": "40.749416",
"Lon": "-73.993754"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Drive 0.261 miles (~2 min)",
"Dist": "100.308",
"Time": "3:06",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.74786",
"Lon": "-73.989192"
},
"End": {
"Lat": "40.749416",
"Lon": "-73.993754"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": "Destination, New York, NY 10001",
"Dist": "100.308",
"Time": "3:06",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.749416",
"Lon": "-73.993754"
},
"End": {
"Lat": "40.749416",
"Lon": "-73.993754"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false,
"RoadClass": "secondary"
}, {
"Warn": null,
"Direction": " 2021 Trimble Inc.",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": null,
"End": null,
"TurnInstruction": null,
"DriveSide": null,
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "All drive times are approximate. ",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": null,
"End": null,
"TurnInstruction": null,
"DriveSide": null,
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "('~5 mins' indicates you should be on this segment for 'about 5 minutes'. )",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": null,
"End": null,
"TurnInstruction": null,
"DriveSide": null,
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "This suggested route is based on various data sources and may be incomplete or",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": null,
"End": null,
"TurnInstruction": null,
"DriveSide": null,
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "inaccurate in some cases. The user assumes full liability for any delay, loss",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": null,
"End": null,
"TurnInstruction": null,
"DriveSide": null,
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "or damage which may occur as a result of its use. Please obey local traffic laws.",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": null,
"End": null,
"TurnInstruction": null,
"DriveSide": null,
"IsRoundabout": false
}
],
"Dest": {
"TimeZone": "EDT",
"Address": {
"StreetAddress": "",
"City": "New York",
"State": "NY",
"Zip": "10001",
"County": "New York",
"Country": "United States",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "New York",
"StateAbbreviation": "NY",
"CountryAbbreviation": "US"
},
"Errors": [],
"Coords": {
"Lat": "40.749416",
"Lon": "-73.993754"
},
"SpeedLimitInfo": null,
"Region": 4,
"ConfidenceLevel": "Exact",
"Label": "Destination",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Dest"
}
}
],
"AssetId": "12345"
}, {
"__type": "MileageReport:http://pcmiler.alk.com/APIs/v1.0",
"ReportLines": [{
"Stop": {
"TimeZone": "EDT",
"Address": {
"StreetAddress": "",
"City": "Philadelphia",
"State": "PA",
"Zip": "19123",
"County": "Philadelphia",
"Country": "United States",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "Pennsylvania",
"StateAbbreviation": "PA",
"CountryAbbreviation": "US"
},
"Errors": [],
"Coords": {
"Lat": "39.965177",
"Lon": "-75.152564"
},
"SpeedLimitInfo": null,
"Region": 4,
"ConfidenceLevel": "Exact",
"Label": "Origin",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Origin"
},
"LMiles": "0.000",
"TMiles": "0.000",
"LCostMile": "0.00",
"TCostMile": "0.00",
"LHours": "0:00",
"THours": "0:00",
"LTolls": "0.00",
"TTolls": "0.00",
"LEstghg": "0.0",
"TEstghg": "0.0",
"EtaEtd": "10/5/2021 13:45"
}, {
"Stop": {
"TimeZone": "EDT",
"Address": {
"StreetAddress": "",
"City": "Princeton",
"State": "NJ",
"Zip": "08540",
"County": "Mercer",
"Country": "United States",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "New Jersey",
"StateAbbreviation": "NJ",
"CountryAbbreviation": "US"
},
"Errors": [],
"Coords": {
"Lat": "40.354907",
"Lon": "-74.645014"
},
"SpeedLimitInfo": null,
"Region": 4,
"ConfidenceLevel": "Exact",
"Label": "Stop 1",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Stop 1"
},
"LMiles": "47.784",
"TMiles": "47.784",
"LCostMile": "81.05",
"TCostMile": "81.05",
"LHours": "1:14",
"THours": "1:14",
"LTolls": "0.00",
"TTolls": "0.00",
"LEstghg": "159.8",
"TEstghg": "159.8",
"EtaEtd": "10/5/2021 15:00"
}, {
"Stop": {
"TimeZone": "EDT",
"Address": {
"StreetAddress": "",
"City": "New York",
"State": "NY",
"Zip": "10001",
"County": "New York",
"Country": "United States",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "New York",
"StateAbbreviation": "NY",
"CountryAbbreviation": "US"
},
"Errors": [],
"Coords": {
"Lat": "40.749416",
"Lon": "-73.993754"
},
"SpeedLimitInfo": null,
"Region": 4,
"ConfidenceLevel": "Exact",
"Label": "Destination",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Dest"
},
"LMiles": "52.524",
"TMiles": "100.308",
"LCostMile": "152.83",
"TCostMile": "233.88",
"LHours": "1:51",
"THours": "3:06",
"LTolls": "44.00",
"TTolls": "44.00",
"LEstghg": "175.6",
"TEstghg": "335.4",
"EtaEtd": "10/5/2021 16:51"
}
],
"RouteID": "",
"TrafficDataUsed": true,
"AssetId": "12345"
}
]
Sample Request - Europe
POST https://pcmiler.alk.com/apis/rest/v1.0/Service.svc/route/routeReports?dataversion=Current
Content-Type: Application/JSON
Authorization: APIKEYHERE
Host: pcmiler.alk.com
Content-Length: 6310
{
"ReportRoutes": [{
"RouteId": "",
"Stops": [{
"Address": {
"StreetAddress": "",
"City": "Rome",
"State": "",
"Zip": "",
"County": "",
"Country": "IT",
"SPLC": "",
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "",
"StateAbbreviation": "",
"CountryAbbreviation": ""
},
"Coords": {
"Lat": "",
"Lon": ""
},
"Region": 3,
"Label": "Origin",
"PlaceName": "",
"PlaceId": "",
"Costs": {
"CostOfStop": 0,
"HoursPerStop": 0,
"Loaded": true,
"OnDuty": true,
"UseOrigin": true
},
"ID": "Origin",
"IsViaPoint": false,
"SideOfStreetAdherence": 0
},
{
"Address": {
"StreetAddress": "",
"City": "Naples",
"State": "",
"Zip": "",
"County": "",
"Country": "IT",
"SPLC": "",
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "",
"StateAbbreviation": "",
"CountryAbbreviation": ""
},
"Coords": {
"Lat": "",
"Lon": ""
},
"Region": 3,
"Label": "Stop 2",
"PlaceName": "",
"PlaceId": "",
"Costs": {
"CostOfStop": 0,
"HoursPerStop": 0,
"Loaded": true,
"OnDuty": true,
"UseOrigin": true
},
"ID": "Stop 1",
"IsViaPoint": false,
"SideOfStreetAdherence": 0
},
{
"Address": {
"StreetAddress": "",
"City": "Bari",
"State": "",
"Zip": "",
"County": "",
"Country": "IT",
"SPLC": "",
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "",
"StateAbbreviation": "",
"CountryAbbreviation": ""
},
"Coords": {
"Lat": "",
"Lon": ""
},
"Region": 3,
"Label": "Destination",
"PlaceName": "",
"PlaceId": "",
"Costs": {
"CostOfStop": 0,
"HoursPerStop": 0,
"Loaded": true,
"OnDuty": true,
"UseOrigin": true
},
"ID": "Dest",
"IsViaPoint": false,
"SideOfStreetAdherence": 0
}
],
"Options": {
"AFSetIDs": [-1],
"AFSetNames": [""],
"BordersOpen": true,
"ClassOverrides": 0,
"CustomRoadSpeeds": [{
"RoadCategory": 1,
"Speed": 55
}],
"DistanceUnits": 0,
"ElevLimit": 0,
"FerryDiscourage": false,
"FuelConsumption": 1.26,
"FuelRoute": false,
"FuelType": 0,
"GovernorSpeedLimit": 55,
"HighwayOnly": true,
"HoSOptions": {
"Enabled": false,
"RemainingDriveTimeUntilBreak": null,
"RemainingDriveTime": null,
"RemainingOnDutyTime": null,
"HoSRuleType": null,
"RemainingCycleDutyTime": null,
"CycleTimeGains": [],
"LastCycleResetDateTime": "",
"Last24HourBreakDateTime": "",
"RemainingCanadaOnDutyTime": null,
"RemainingDriveTimeUntilBreakDriver2": null,
"RemainingDriveTimeDriver2": null,
"RemainingOnDutyTimeDriver2": null,
"RemainingCycleDutyTimeDriver2": null,
"CycleTimeGainsDriver2": [],
"LastCycleResetDateTimeDriver2": "",
"Last24HourBreakDateTimeDriver2": "",
"RemainingCanadaOnDutyTimeDriver2": null,
"AlternateHoSRuleType": null,
"RemainingTimeUntilFullDayBreak": null,
"RemainingTimeUntilFullDayBreakDriver2": null,
"RemainingDrivingTimeInWeek": null,
"RemainingOnDutyTimeInDay": null,
"RemainingConsecutiveDrivingTime": null,
"RemainingFortnightlyTime": null,
"CurrentOffDutyTime": null,
"CurrentOffDutyTimeDriver2": null,
"UseCycleReset": true,
"TerminalDayStartTime": "",
"UseCustomPlaces": true,
"TeamDriving": true,
"CustomBreakDurations": {
"ShortBreakDuration": null,
"EndOfDutyBreakDuration": null,
"CycleResetBreakDuration": null,
"DriverSwitchBreakDuration": null,
"BorderCrossingWaitDuration": null
},
"Deprecated": 0,
"MaxAlternateRestStops": null,
"SkipRestStopInsertion": true,
"ActiveDriver": 1,
"MaxDrivingTimeInDay": null,
"MaxOnDutyTimeInDay": null,
"MaxOnDutyTimeInWeek": null,
"AdverseConditionException": false,
"POIStopsReturned": true,
"HOSWindowStart": null,
"HOSWindowEnd": null
},
"HubRouting": false,
"MaintainHeading": true,
"OverrideRestrict": false,
"profileName": "Heavy Rigid",
"Refrigerated": true,
"RouteOptimization": 0,
"RoutingType": 0,
"SideOfStreetAdherence": 0,
"TollDiscourage": true,
"TrailerCfg": {
"TypeOfTrailer": 1,
"Count": null,
"MaxHeight": "",
"MaxWeight": null,
"MaxAxles": null,
"Engine": {
"Hybrid": true,
"EmissionType": 2,
"MinPollutionVeh": true
}
},
"TruckCfg": {
"Axles": 2,
"Height": "",
"LCV": false,
"Length": "",
"MaxWeightPerAxleGroup": 10000,
"TireCount": 8,
"Units": 0,
"Weight": "20000",
"Width": ""
},
"UseSites": true,
"VehicleProfile": 0,
"TrafficLookaheadDistance": 5,
"AvoidCountry": ["FR"],
"AvoidState": [""],
"FavorCountry": ["IT"],
"FavorState": [""],
"IncludeTrimblePlaceIDs": false,
"TollRoads": 2,
"HazMatTypes": [1, 2],
"TunnelCategories": [1, 2],
"useCrossStreetTurnAvoidance": true,
"RestrictionZones": {
"CongestionZone": 2,
"LowEmissionZone": 1,
"UltraLowEmissionZone": 2
}
},
"AssetId": "12345",
"ReportingOptions": {
"EstimatedTimeOptions": {
"ETAETD": 0,
"DateOption": 0,
"DateAndTime": {
"CalendarDate": "",
"DayOfWeek": 3,
"TimeOfDay": "07:00",
"TimeZone": 0
}
},
"IncludeVehicleRestrictedCleanupPoints": true,
"UseTraffic": true,
"ExchangeRate": 1.26,
"FuelUnits": 0,
"IncludeFerryDistance": true,
"IncludeRoadClass": true,
"Language": 0,
"TollCurrency": 0,
"TollDiscount": "",
"UseCustomRoadSpeeds": true,
"UseEUTollsReport": false,
"UseTollData": true
},
"ReportTypes": [{
"__type": "DirectionsReportType:http://pcmiler.alk.com/APIs/v1.0",
"CondenseDirections": false
},
{
"__type": "MileageReportType:http://pcmiler.alk.com/APIs/v1.0",
"THoursWithSeconds": false
}
]
}]
}
Sample Response - Europe
[{
"__type": "DirectionsReport:http://pcmiler.alk.com/APIs/v1.0",
"Origin": {
"TimeZone": "+2:00",
"Address": {
"StreetAddress": "",
"City": "Rome",
"State": "IT",
"Zip": "00185",
"County": "Roma",
"Country": "Italy",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "Lazio",
"StateAbbreviation": "",
"CountryAbbreviation": "IT"
},
"Errors": [],
"Coords": {
"Lat": "41.903220",
"Lon": "12.495650"
},
"SpeedLimitInfo": null,
"Region": 3,
"ConfidenceLevel": "Exact",
"Label": "Origin",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Origin"
},
"RouteID": "",
"Destination": {
"TimeZone": "+2:00",
"Address": {
"StreetAddress": "",
"City": "Bari",
"State": "IT",
"Zip": "70122",
"County": "Bari",
"Country": "Italy",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "Puglia",
"StateAbbreviation": "",
"CountryAbbreviation": "IT"
},
"Errors": [],
"Coords": {
"Lat": "41.125870",
"Lon": "16.866660"
},
"SpeedLimitInfo": null,
"Region": 3,
"ConfidenceLevel": "Exact",
"Label": "Destination",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Dest"
},
"ReportLegs": [{
"Origin": {
"TimeZone": "+2:00",
"Address": {
"StreetAddress": "",
"City": "Rome",
"State": "IT",
"Zip": "00185",
"County": "Roma",
"Country": "Italy",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "Lazio",
"StateAbbreviation": "",
"CountryAbbreviation": "IT"
},
"Errors": [],
"Coords": {
"Lat": "41.903220",
"Lon": "12.495650"
},
"SpeedLimitInfo": null,
"Region": 3,
"ConfidenceLevel": "Exact",
"Label": "Origin",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Origin"
},
"ReportLines": [{
"Warn": null,
"Direction": "Origin, 00185 Rome, IT",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.90322",
"Lon": "12.49565"
},
"End": {
"Lat": "41.90322",
"Lon": "12.49565"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Go north on Via Vittorio Emanuele Orlando",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.903225",
"Lon": "12.495662"
},
"End": {
"Lat": "41.9033",
"Lon": "12.49557"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "0.007",
"Time": "0:00",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.903225",
"Lon": "12.495662"
},
"End": {
"Lat": "41.9033",
"Lon": "12.49557"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn right on Via Pietro Barbieri",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.9033",
"Lon": "12.49557"
},
"End": {
"Lat": "41.90729",
"Lon": "12.50137"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.406 miles (~2 min)",
"Dist": "0.413",
"Time": "0:02",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.9033",
"Lon": "12.49557"
},
"End": {
"Lat": "41.90729",
"Lon": "12.50137"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn left on Via Palestro",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.90729",
"Lon": "12.50137"
},
"End": {
"Lat": "41.90842",
"Lon": "12.5"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.105 miles (~ 1 block)",
"Dist": "0.518",
"Time": "0:02",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.90729",
"Lon": "12.50137"
},
"End": {
"Lat": "41.90842",
"Lon": "12.5"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn right on Via 20 Settembre",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.90842",
"Lon": "12.5"
},
"End": {
"Lat": "41.91124",
"Lon": "12.50413"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.293 miles",
"Dist": "0.811",
"Time": "0:04",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.90842",
"Lon": "12.5"
},
"End": {
"Lat": "41.91124",
"Lon": "12.50413"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Stay on Via Nomentana as it bears right",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.91124",
"Lon": "12.50413"
},
"End": {
"Lat": "41.91283",
"Lon": "12.50668"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.174 miles (~ 2 blocks)",
"Dist": "0.985",
"Time": "0:04",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.91124",
"Lon": "12.50413"
},
"End": {
"Lat": "41.91283",
"Lon": "12.50668"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn right on Viale Regina Margherita",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.91283",
"Lon": "12.50668"
},
"End": {
"Lat": "41.91118",
"Lon": "12.50864"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.153 miles (~ 3 blocks)",
"Dist": "1.138",
"Time": "0:05",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.91283",
"Lon": "12.50668"
},
"End": {
"Lat": "41.91118",
"Lon": "12.50864"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "At circle, take third exit on Viale Regina Margherita",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.91118",
"Lon": "12.50864"
},
"End": {
"Lat": "41.91074",
"Lon": "12.50921"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": true
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "1.185",
"Time": "0:05",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.91118",
"Lon": "12.50864"
},
"End": {
"Lat": "41.91074",
"Lon": "12.50921"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.745 miles (~2 min)",
"Dist": "1.930",
"Time": "0:07",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.91074",
"Lon": "12.50921"
},
"End": {
"Lat": "41.90294",
"Lon": "12.51921"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn right on Piazzale di San Lorenzo",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.90294",
"Lon": "12.51921"
},
"End": {
"Lat": "41.90265",
"Lon": "12.51912"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "1.950",
"Time": "0:07",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.90294",
"Lon": "12.51921"
},
"End": {
"Lat": "41.90265",
"Lon": "12.51912"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Keep right on Piazzale del Verano",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.90265",
"Lon": "12.51912"
},
"End": {
"Lat": "41.90207",
"Lon": "12.51854"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles (~ 1 block)",
"Dist": "2.000",
"Time": "0:07",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.90265",
"Lon": "12.51912"
},
"End": {
"Lat": "41.90207",
"Lon": "12.51854"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Stay on Piazzale del Verano as it turns left",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.90207",
"Lon": "12.51854"
},
"End": {
"Lat": "41.90185",
"Lon": "12.51904"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "2.030",
"Time": "0:07",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.90207",
"Lon": "12.51854"
},
"End": {
"Lat": "41.90185",
"Lon": "12.51904"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Stay on Piazzale del Verano as it turns left",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.90185",
"Lon": "12.51904"
},
"End": {
"Lat": "41.90812",
"Lon": "12.53416"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.985 miles (~3 min)",
"Dist": "3.015",
"Time": "0:10",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.90185",
"Lon": "12.51904"
},
"End": {
"Lat": "41.90812",
"Lon": "12.53416"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn right on Via di Portonaccio",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.90812",
"Lon": "12.53416"
},
"End": {
"Lat": "41.89854",
"Lon": "12.5384"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.710 miles (~4 min)",
"Dist": "3.725",
"Time": "0:14",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.90812",
"Lon": "12.53416"
},
"End": {
"Lat": "41.89854",
"Lon": "12.5384"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn left on Via Castelguidone",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.89854",
"Lon": "12.5384"
},
"End": {
"Lat": "41.89888",
"Lon": "12.53945"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "3.784",
"Time": "0:14",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.89854",
"Lon": "12.5384"
},
"End": {
"Lat": "41.89888",
"Lon": "12.53945"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Straight on ramp to A 24 East - Autostrada dei Parchi",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.89888",
"Lon": "12.53945"
},
"End": {
"Lat": "41.89945",
"Lon": "12.54091"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.085 miles on Ramp (~ 1 block)",
"Dist": "3.869",
"Time": "0:15",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.89888",
"Lon": "12.53945"
},
"End": {
"Lat": "41.89945",
"Lon": "12.54091"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 2.657 miles (~3 min)",
"Dist": "6.526",
"Time": "0:17",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.89945",
"Lon": "12.54091"
},
"End": {
"Lat": "41.91189",
"Lon": "12.58954"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Stay on A 24 East - Autostrada dei Parchi as it bears right",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.91189",
"Lon": "12.58954"
},
"End": {
"Lat": "41.91894",
"Lon": "12.60908"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 1.131 miles",
"Dist": "7.657",
"Time": "0:19",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.91189",
"Lon": "12.58954"
},
"End": {
"Lat": "41.91894",
"Lon": "12.60908"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Take Prenestina Exit to E 80 South - Grande Raccordo Anulare",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.91894",
"Lon": "12.60908"
},
"End": {
"Lat": "41.91915",
"Lon": "12.61021"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles on Civitavecchia Exit",
"Dist": "7.718",
"Time": "0:19",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.91894",
"Lon": "12.60908"
},
"End": {
"Lat": "41.91915",
"Lon": "12.61021"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.253 miles on Napoli Exit (~ 3 blocks)",
"Dist": "7.971",
"Time": "0:20",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.91915",
"Lon": "12.61021"
},
"End": {
"Lat": "41.91715",
"Lon": "12.61393"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 4.315 miles (~5 min)",
"Dist": "12.286",
"Time": "0:24",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.91715",
"Lon": "12.61393"
},
"End": {
"Lat": "41.85717",
"Lon": "12.598471"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Take Exit 19 (Napoli) to E 821 East",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.85717",
"Lon": "12.598471"
},
"End": {
"Lat": "41.85536",
"Lon": "12.59778"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.131 miles on Exit 19 (Napoli)",
"Dist": "12.417",
"Time": "0:25",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.85717",
"Lon": "12.598471"
},
"End": {
"Lat": "41.85536",
"Lon": "12.59778"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.454 miles on Napoli Exit (~ 4 blocks)",
"Dist": "12.871",
"Time": "0:26",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.85536",
"Lon": "12.59778"
},
"End": {
"Lat": "41.85175",
"Lon": "12.60118"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 12.018 miles (~14 min)",
"Dist": "24.889",
"Time": "0:40",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.85175",
"Lon": "12.60118"
},
"End": {
"Lat": "41.8039",
"Lon": "12.8182"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Merge left on E 45 East - Autostrada del Sole",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.8039",
"Lon": "12.8182"
},
"End": {
"Lat": "40.85217",
"Lon": "14.31714"
},
"TurnInstruction": "TC_MergeLeft",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 113.177 miles (~2 hr 10 min)",
"Dist": "138.066",
"Time": "2:49",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.8039",
"Lon": "12.8182"
},
"End": {
"Lat": "40.85217",
"Lon": "14.31714"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Take Napoli Centro Exit to A 3 West - Autostrada Napoli-Salerno",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.85217",
"Lon": "14.31714"
},
"End": {
"Lat": "40.84843",
"Lon": "14.31258"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.361 miles on Napoli Centro Exit",
"Dist": "138.427",
"Time": "2:50",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.85217",
"Lon": "14.31714"
},
"End": {
"Lat": "40.84843",
"Lon": "14.31258"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.851 miles (~ 8 blocks)",
"Dist": "139.278",
"Time": "2:51",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84843",
"Lon": "14.31258"
},
"End": {
"Lat": "40.84431",
"Lon": "14.29733"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Take Centro Exit and then merge left on Via Reggia di Portici",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84431",
"Lon": "14.29733"
},
"End": {
"Lat": "40.84169",
"Lon": "14.29006"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.428 miles on Centro Exit (~ 6 blocks)",
"Dist": "139.706",
"Time": "2:52",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84431",
"Lon": "14.29733"
},
"End": {
"Lat": "40.84169",
"Lon": "14.29006"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.725 miles (~2 min)",
"Dist": "140.431",
"Time": "2:54",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84169",
"Lon": "14.29006"
},
"End": {
"Lat": "40.84666",
"Lon": "14.27784"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "At circle, take second exit on Via Amerigo Vespucci",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84666",
"Lon": "14.27784"
},
"End": {
"Lat": "40.84674",
"Lon": "14.27755"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": true
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "140.451",
"Time": "2:54",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84666",
"Lon": "14.27784"
},
"End": {
"Lat": "40.84674",
"Lon": "14.27755"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 1.339 miles (~3 min)",
"Dist": "141.790",
"Time": "2:57",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84674",
"Lon": "14.27755"
},
"End": {
"Lat": "40.84099",
"Lon": "14.25417"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn left on Via Agostino Depretis",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84099",
"Lon": "14.25417"
},
"End": {
"Lat": "40.83977",
"Lon": "14.25357"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.090 miles",
"Dist": "141.880",
"Time": "2:57",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84099",
"Lon": "14.25417"
},
"End": {
"Lat": "40.83977",
"Lon": "14.25357"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn right on Piazza Municipio",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.83977",
"Lon": "14.25357"
},
"End": {
"Lat": "40.84014",
"Lon": "14.25226"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.073 miles",
"Dist": "141.953",
"Time": "2:58",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.83977",
"Lon": "14.25357"
},
"End": {
"Lat": "40.84014",
"Lon": "14.25226"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}],
"Dest": {
"TimeZone": "+2:00",
"Address": {
"StreetAddress": "",
"City": "Naples",
"State": "IT",
"Zip": "80133",
"County": "Napoli",
"Country": "Italy",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "Campania",
"StateAbbreviation": "",
"CountryAbbreviation": "IT"
},
"Errors": [],
"Coords": {
"Lat": "40.840140",
"Lon": "14.252260"
},
"SpeedLimitInfo": null,
"Region": 3,
"ConfidenceLevel": "Exact",
"Label": "Stop 2",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Stop 1"
}
}, {
"Origin": {
"TimeZone": "+2:00",
"Address": {
"StreetAddress": "",
"City": "Naples",
"State": "IT",
"Zip": "80133",
"County": "Napoli",
"Country": "Italy",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "Campania",
"StateAbbreviation": "",
"CountryAbbreviation": "IT"
},
"Errors": [],
"Coords": {
"Lat": "40.840140",
"Lon": "14.252260"
},
"SpeedLimitInfo": null,
"Region": 3,
"ConfidenceLevel": "Exact",
"Label": "Stop 2",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Stop 1"
},
"ReportLines": [{
"Warn": null,
"Direction": "Stop 2, 80133 Naples, IT (0:00)",
"Dist": "141.953",
"Time": "2:58",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84014",
"Lon": "14.25226"
},
"End": {
"Lat": "40.84014",
"Lon": "14.25226"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Go east on Piazza Municipio",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.840145",
"Lon": "14.25226"
},
"End": {
"Lat": "40.83928",
"Lon": "14.25426"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.123 miles",
"Dist": "142.076",
"Time": "2:58",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.840145",
"Lon": "14.25226"
},
"End": {
"Lat": "40.83928",
"Lon": "14.25426"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Stay on Piazza Municipio as it bears left",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.83928",
"Lon": "14.25426"
},
"End": {
"Lat": "40.84658",
"Lon": "14.27748"
},
"TurnInstruction": "TC_BearLeft",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 1.433 miles (~3 min)",
"Dist": "143.509",
"Time": "3:01",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.83928",
"Lon": "14.25426"
},
"End": {
"Lat": "40.84658",
"Lon": "14.27748"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "At circle, take third exit on Via Alessandro Volta",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84658",
"Lon": "14.27748"
},
"End": {
"Lat": "40.8465",
"Lon": "14.27774"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": true
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "143.525",
"Time": "3:01",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84658",
"Lon": "14.27748"
},
"End": {
"Lat": "40.8465",
"Lon": "14.27774"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.558 miles",
"Dist": "144.083",
"Time": "3:02",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.8465",
"Lon": "14.27774"
},
"End": {
"Lat": "40.84257",
"Lon": "14.28706"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Straight on Autostrade Exit to A 3 East - Autostrada Napoli-Salerno",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84257",
"Lon": "14.28706"
},
"End": {
"Lat": "40.84414",
"Lon": "14.29723"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.597 miles on Autostrade Exit (~2 min)",
"Dist": "144.680",
"Time": "3:04",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84257",
"Lon": "14.28706"
},
"End": {
"Lat": "40.84414",
"Lon": "14.29723"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.672 miles",
"Dist": "145.352",
"Time": "3:05",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84414",
"Lon": "14.29723"
},
"End": {
"Lat": "40.84761",
"Lon": "14.30917"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Stay on A 3 East - Autostrada Napoli-Salerno as it bears left",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84761",
"Lon": "14.30917"
},
"End": {
"Lat": "40.69615",
"Lon": "14.78284"
},
"TurnInstruction": "TC_BearLeft",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 31.593 miles (~44 min)",
"Dist": "176.945",
"Time": "3:48",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.84761",
"Lon": "14.30917"
},
"End": {
"Lat": "40.69615",
"Lon": "14.78284"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Proceed ahead as name changes to E 45 East - Autostrada del Mediterraneo",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.69615",
"Lon": "14.78284"
},
"End": {
"Lat": "40.61008",
"Lon": "15.28888"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 30.557 miles (~33 min)",
"Dist": "207.502",
"Time": "4:22",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.69615",
"Lon": "14.78284"
},
"End": {
"Lat": "40.61008",
"Lon": "15.28888"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Take Potenza Exit to E 847 East - Raccordo Autostradale Scalo Sicignano-Potenza",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.61008",
"Lon": "15.28888"
},
"End": {
"Lat": "40.61084",
"Lon": "15.29469"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.439 miles on Potenza Exit",
"Dist": "207.941",
"Time": "4:23",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.61008",
"Lon": "15.28888"
},
"End": {
"Lat": "40.61084",
"Lon": "15.29469"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 74.010 miles (~1 hr 25 min)",
"Dist": "281.951",
"Time": "5:50",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.61084",
"Lon": "15.29469"
},
"End": {
"Lat": "40.50728",
"Lon": "16.48039"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Take Matera Exit to SS7 Raccordo North",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.50728",
"Lon": "16.48039"
},
"End": {
"Lat": "40.50847",
"Lon": "16.48263"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.232 miles on Matera Exit (~ 4 blocks)",
"Dist": "282.183",
"Time": "5:50",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.50728",
"Lon": "16.48039"
},
"End": {
"Lat": "40.50847",
"Lon": "16.48263"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 17.349 miles (~27 min)",
"Dist": "299.532",
"Time": "6:18",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.50847",
"Lon": "16.48263"
},
"End": {
"Lat": "40.68637",
"Lon": "16.59017"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Proceed ahead as name changes to SS99 North",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.68637",
"Lon": "16.59017"
},
"End": {
"Lat": "40.81509",
"Lon": "16.5633"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 9.449 miles (~14 min)",
"Dist": "308.981",
"Time": "6:32",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.68637",
"Lon": "16.59017"
},
"End": {
"Lat": "40.81509",
"Lon": "16.5633"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Proceed ahead as name changes to SS96 North",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.81509",
"Lon": "16.5633"
},
"End": {
"Lat": "40.94643",
"Lon": "16.64184"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 10.294 miles (~15 min)",
"Dist": "319.275",
"Time": "6:47",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.81509",
"Lon": "16.5633"
},
"End": {
"Lat": "40.94643",
"Lon": "16.64184"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Stay on SS96 North as it bears left",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.94643",
"Lon": "16.64184"
},
"End": {
"Lat": "41.0847",
"Lon": "16.77232"
},
"TurnInstruction": "TC_BearLeft",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 12.368 miles (~19 min)",
"Dist": "331.643",
"Time": "7:07",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "40.94643",
"Lon": "16.64184"
},
"End": {
"Lat": "41.0847",
"Lon": "16.77232"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Take Modugno Exit to SS96 East",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.0847",
"Lon": "16.77232"
},
"End": {
"Lat": "41.08691",
"Lon": "16.77599"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.247 miles on Modugno Exit (~ 2 blocks)",
"Dist": "331.890",
"Time": "7:07",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.0847",
"Lon": "16.77232"
},
"End": {
"Lat": "41.08691",
"Lon": "16.77599"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 2.435 miles (~5 min)",
"Dist": "334.325",
"Time": "7:12",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.08691",
"Lon": "16.77599"
},
"End": {
"Lat": "41.10433",
"Lon": "16.81582"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Stay on SS96 East as it bears left",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.10433",
"Lon": "16.81582"
},
"End": {
"Lat": "41.10657",
"Lon": "16.82042"
},
"TurnInstruction": "TC_BearLeft",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.287 miles (~ 3 blocks)",
"Dist": "334.612",
"Time": "7:12",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.10433",
"Lon": "16.81582"
},
"End": {
"Lat": "41.10657",
"Lon": "16.82042"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn right on Foggia Exit and then merge left on SS16 North",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.10657",
"Lon": "16.82042"
},
"End": {
"Lat": "41.10606",
"Lon": "16.82031"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.135 miles on Foggia Exit (~ 3 blocks)",
"Dist": "334.747",
"Time": "7:13",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.10657",
"Lon": "16.82042"
},
"End": {
"Lat": "41.10606",
"Lon": "16.82031"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 2.056 miles (~3 min)",
"Dist": "336.803",
"Time": "7:16",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.10606",
"Lon": "16.82031"
},
"End": {
"Lat": "41.13416",
"Lon": "16.81513"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Take Exit 4 (Bari Centro-Via Napoli) and then merge left on Via Napoli",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.13416",
"Lon": "16.81513"
},
"End": {
"Lat": "41.13426",
"Lon": "16.81792"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.197 miles on Exit 4 (Bari Centro-Via Napoli)",
"Dist": "337.000",
"Time": "7:16",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.13416",
"Lon": "16.81513"
},
"End": {
"Lat": "41.13426",
"Lon": "16.81792"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 1.120 miles (~3 min)",
"Dist": "338.120",
"Time": "7:19",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.13426",
"Lon": "16.81792"
},
"End": {
"Lat": "41.12819",
"Lon": "16.8379"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn left on Via di Maratona",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.12819",
"Lon": "16.8379"
},
"End": {
"Lat": "41.13069",
"Lon": "16.83801"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.173 miles (~ 1 block)",
"Dist": "338.293",
"Time": "7:19",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.12819",
"Lon": "16.8379"
},
"End": {
"Lat": "41.13069",
"Lon": "16.83801"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn right on Via Francesco Martino",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.13069",
"Lon": "16.83801"
},
"End": {
"Lat": "41.13187",
"Lon": "16.86727"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 1.966 miles (~4 min)",
"Dist": "340.259",
"Time": "7:23",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.13069",
"Lon": "16.83801"
},
"End": {
"Lat": "41.13187",
"Lon": "16.86727"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "At circle, take second exit on Banchina Dogana",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.13187",
"Lon": "16.86727"
},
"End": {
"Lat": "41.13197",
"Lon": "16.86735"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": true
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "340.271",
"Time": "7:23",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.13187",
"Lon": "16.86727"
},
"End": {
"Lat": "41.13197",
"Lon": "16.86735"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.095 miles (~ 2 blocks)",
"Dist": "340.366",
"Time": "7:24",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.13197",
"Lon": "16.86735"
},
"End": {
"Lat": "41.13299",
"Lon": "16.8686"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn right",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.13299",
"Lon": "16.8686"
},
"End": {
"Lat": "41.13296",
"Lon": "16.86887"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "340.380",
"Time": "7:24",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.13299",
"Lon": "16.8686"
},
"End": {
"Lat": "41.13296",
"Lon": "16.86887"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Keep right on Varco Dogana",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.13296",
"Lon": "16.86887"
},
"End": {
"Lat": "41.13271",
"Lon": "16.8692"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "340.405",
"Time": "7:24",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.13296",
"Lon": "16.86887"
},
"End": {
"Lat": "41.13271",
"Lon": "16.8692"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn right on Corso Antonio De Tullio",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.13271",
"Lon": "16.8692"
},
"End": {
"Lat": "41.12879",
"Lon": "16.86483"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.393 miles (~ 6 blocks)",
"Dist": "340.798",
"Time": "7:25",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.13271",
"Lon": "16.8692"
},
"End": {
"Lat": "41.12879",
"Lon": "16.86483"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn left on Piazza Giuseppe Massari",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.12879",
"Lon": "16.86483"
},
"End": {
"Lat": "41.12586",
"Lon": "16.86641"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive 0.221 miles (~ 3 blocks)",
"Dist": "341.019",
"Time": "7:26",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.12879",
"Lon": "16.86483"
},
"End": {
"Lat": "41.12586",
"Lon": "16.86641"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Turn left on Corso Vittorio Emanuele II",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.12586",
"Lon": "16.86641"
},
"End": {
"Lat": "41.12587",
"Lon": "16.86666"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "341.032",
"Time": "7:26",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.12586",
"Lon": "16.86641"
},
"End": {
"Lat": "41.12587",
"Lon": "16.86666"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "Destination, 70122 Bari, IT (0:00)",
"Dist": "341.032",
"Time": "7:26",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "41.12587",
"Lon": "16.86666"
},
"End": {
"Lat": "41.12587",
"Lon": "16.86666"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": " 1986-2020 Trimble Inc.",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "0",
"Lon": "0"
},
"End": {
"Lat": "0",
"Lon": "0"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "All drive times are approximate. ",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "0",
"Lon": "0"
},
"End": {
"Lat": "0",
"Lon": "0"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "('~5 mins' indicates you should be on this segment for 'about 5 minutes'. )",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "0",
"Lon": "0"
},
"End": {
"Lat": "0",
"Lon": "0"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "This suggested route is based on various data sources and may be incomplete or",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "0",
"Lon": "0"
},
"End": {
"Lat": "0",
"Lon": "0"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "inaccurate in some cases. The user assumes full liability for any delay, loss",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "0",
"Lon": "0"
},
"End": {
"Lat": "0",
"Lon": "0"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}, {
"Warn": null,
"Direction": "or damage which may occur as a result of its use. Please obey local traffic laws.",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "0",
"Lon": "0"
},
"End": {
"Lat": "0",
"Lon": "0"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}],
"Dest": {
"TimeZone": "+2:00",
"Address": {
"StreetAddress": "",
"City": "Bari",
"State": "IT",
"Zip": "70122",
"County": "Bari",
"Country": "Italy",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "Puglia",
"StateAbbreviation": "",
"CountryAbbreviation": "IT"
},
"Errors": [],
"Coords": {
"Lat": "41.125870",
"Lon": "16.866660"
},
"SpeedLimitInfo": null,
"Region": 3,
"ConfidenceLevel": "Exact",
"Label": "Destination",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Dest"
}
}],
"AssetId": "12345"
}, {
"__type": "MileageReport:http://pcmiler.alk.com/APIs/v1.0",
"ReportLines": [{
"Stop": {
"TimeZone": "+2:00",
"Address": {
"StreetAddress": "",
"City": "Rome",
"State": "IT",
"Zip": "00185",
"County": "Roma",
"Country": "Italy",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "Lazio",
"StateAbbreviation": "",
"CountryAbbreviation": "IT"
},
"Errors": [],
"Coords": {
"Lat": "41.903220",
"Lon": "12.495650"
},
"SpeedLimitInfo": null,
"Region": 3,
"ConfidenceLevel": "Exact",
"Label": "Origin",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Origin"
},
"LMiles": "0.000",
"TMiles": "0.000",
"LCostMile": "0.00",
"TCostMile": "0.00",
"LHours": "0:00",
"THours": "0:00",
"LTolls": "0.00",
"TTolls": "0.00",
"LEstghg": "0.0",
"TEstghg": "0.0",
"EtaEtd": "10/5/2021 05:24"
}, {
"Stop": {
"TimeZone": "+2:00",
"Address": {
"StreetAddress": "",
"City": "Naples",
"State": "IT",
"Zip": "80133",
"County": "Napoli",
"Country": "Italy",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "Campania",
"StateAbbreviation": "",
"CountryAbbreviation": "IT"
},
"Errors": [],
"Coords": {
"Lat": "40.840140",
"Lon": "14.252260"
},
"SpeedLimitInfo": null,
"Region": 3,
"ConfidenceLevel": "Exact",
"Label": "Stop 2",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Stop 1"
},
"LMiles": "141.953",
"TMiles": "141.953",
"LCostMile": "226.69",
"TCostMile": "226.69",
"LHours": "2:57",
"THours": "2:58",
"LTolls": "0.00",
"TTolls": "0.00",
"LEstghg": "7.0",
"TEstghg": "7.0",
"EtaEtd": "10/5/2021 08:22"
}, {
"Stop": {
"TimeZone": "+2:00",
"Address": {
"StreetAddress": "",
"City": "Bari",
"State": "IT",
"Zip": "70122",
"County": "Bari",
"Country": "Italy",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "Puglia",
"StateAbbreviation": "",
"CountryAbbreviation": "IT"
},
"Errors": [],
"Coords": {
"Lat": "41.125870",
"Lon": "16.866660"
},
"SpeedLimitInfo": null,
"Region": 3,
"ConfidenceLevel": "Exact",
"Label": "Destination",
"DistanceFromRoad": null,
"PlaceName": "",
"CrossStreet": null,
"ID": "Dest"
},
"LMiles": "199.079",
"TMiles": "341.032",
"LCostMile": "332.03",
"TCostMile": "558.72",
"LHours": "4:29",
"THours": "7:26",
"LTolls": "0.00",
"TTolls": "0.00",
"LEstghg": "9.8",
"TEstghg": "16.7",
"EtaEtd": "10/5/2021 12:50"
}],
"RouteID": "",
"TrafficDataUsed": true,
"AssetId": "12345"
}]