Directions Report
Contents
The Directions Report provides turn-by-turn directions for a route.
Parameters
With your API key, you can try a Directions Report request using the form below. The required parameters are marked with an asterisk. You can enter values for any of the optional parameters by first checking the box next to them. Scroll down the page to submit your request.
Directions Report Specific Parameter
Data Element | Description | Data Type | Value/Example |
---|---|---|---|
CondenseDirections | Indicate whether or not to condense the driving directions within the report. |
boolean |
Directions Report Request
Direction Report Response
Data Element | Description | Data Type | Value/Example | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
type | Describes the type of report and what it does. |
string | DirectionReport | ||||||||||||||||||||||||||||
RouteID | The route identification key(Can be null) |
Int | |||||||||||||||||||||||||||||
Origin | Where the route started from |
Complex |
| ||||||||||||||||||||||||||||
Destination | Where the route ends at. |
Complex | See Origin row above | ||||||||||||||||||||||||||||
ReportLegs | Turn by turn directions from origin. |
Complex |
|
Sample Response
{
"__type": "DirectionsReport:http://pcmiler.alk.com/APIs/v1.0",
"RouteID": null,
"Origin": {
"Address": {
"StreetAddress": "Fitzwater Street & Dorrance Street",
"City": "Philadelphia",
"State": "PA",
"Zip": "19146",
"County": "Philadelphia",
"Country": "United States",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "Pennsylvania",
"StateAbbreviation": "PA",
"CountryAbbreviation": "US"
},
"Coords": {
"Lat": "39.942892",
"Lon": "-75.173297"
},
"Region": 4,
"Label": "",
"PlaceName": "",
"TimeZone": "EDT",
"Errors": [],
"SpeedLimitInfo": null,
"ConfidenceLevel": "Exact",
"DistanceFromRoad": 0.013,
"CrossStreet": null
},
"Destination": {
"Address": {
"StreetAddress": "2 Convention Boulevard",
"City": "Atlantic City",
"State": "NJ",
"Zip": "08401",
"County": "Atlantic",
"Country": "United States",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "New Jersey",
"StateAbbreviation": "NJ",
"CountryAbbreviation": "US"
},
"Coords": {
"Lat": "39.362469",
"Lon": "-74.438942"
},
"Region": 4,
"Label": "",
"PlaceName": "",
"TimeZone": "EDT",
"Errors": [],
"SpeedLimitInfo": null,
"ConfidenceLevel": "Exact",
"DistanceFromRoad": 0.001,
"CrossStreet": null
},
"ReportLegs": [
{
"Origin": {
"Address": {
"StreetAddress": "Fitzwater Street & Dorrance Street",
"City": "Philadelphia",
"State": "PA",
"Zip": "19146",
"County": "Philadelphia",
"Country": "United States",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "Pennsylvania",
"StateAbbreviation": "PA",
"CountryAbbreviation": "US"
},
"Coords": {
"Lat": "39.942892",
"Lon": "-75.173297"
},
"Region": 4,
"Label": "",
"PlaceName": "",
"TimeZone": "EDT",
"Errors": [],
"SpeedLimitInfo": null,
"ConfidenceLevel": "Exact",
"DistanceFromRoad": 0.013,
"CrossStreet": null
},
"ReportLines": [
{
"Warn": null,
"Direction": "Fitzwater Street & Dorrance Street, Philadelphia, PA 19146",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.942892",
"Lon": "-75.173297"
},
"End": {
"Lat": "39.942892",
"Lon": "-75.173297"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Go west on Fitzwater Street",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.942712",
"Lon": "-75.173334"
},
"End": {
"Lat": "39.942775",
"Lon": "-75.173862"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "0.028",
"Time": "0:00",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.942712",
"Lon": "-75.173334"
},
"End": {
"Lat": "39.942775",
"Lon": "-75.173862"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Turn left on South 19th Street",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.942775",
"Lon": "-75.173862"
},
"End": {
"Lat": "39.938831",
"Lon": "-75.174727"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.275 miles",
"Dist": "0.303",
"Time": "0:01",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.942775",
"Lon": "-75.173862"
},
"End": {
"Lat": "39.938831",
"Lon": "-75.174727"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Turn left on Washington Avenue",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.938831",
"Lon": "-75.174727"
},
"End": {
"Lat": "39.937883",
"Lon": "-75.166819"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.423 miles",
"Dist": "0.726",
"Time": "0:02",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.938831",
"Lon": "-75.174727"
},
"End": {
"Lat": "39.937883",
"Lon": "-75.166819"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Turn right on PA-611 South - South Broad Street",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.937883",
"Lon": "-75.166819"
},
"End": {
"Lat": "39.911282",
"Lon": "-75.172873"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 1.869 miles (~6 min)",
"Dist": "2.595",
"Time": "0:08",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.937883",
"Lon": "-75.166819"
},
"End": {
"Lat": "39.911282",
"Lon": "-75.172873"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Take ramp to I-76 East - Schuylkill Expressway",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.911282",
"Lon": "-75.172873"
},
"End": {
"Lat": "39.912183",
"Lon": "-75.171414"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.287 miles on Ramp",
"Dist": "2.882",
"Time": "0:08",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.911282",
"Lon": "-75.172873"
},
"End": {
"Lat": "39.912183",
"Lon": "-75.171414"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 2.276 miles (~2 min) (to PA/NJ State Line)",
"Dist": "5.158",
"Time": "0:11",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.912183",
"Lon": "-75.171414"
},
"End": {
"Lat": "39.90515",
"Lon": "-75.129511"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 3.128 miles (~3 min)",
"Dist": "8.286",
"Time": "0:14",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.90515",
"Lon": "-75.129511"
},
"End": {
"Lat": "39.871501",
"Lon": "-75.102006"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Proceed ahead as name changes to NJ-42 South - North South Freeway",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.871501",
"Lon": "-75.102006"
},
"End": {
"Lat": "39.770162",
"Lon": "-75.048906"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 7.885 miles (~9 min) (Start toll)",
"Dist": "16.171",
"Time": "0:23",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.871501",
"Lon": "-75.102006"
},
"End": {
"Lat": "39.770162",
"Lon": "-75.048906"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Use the left 2 lanes to stay on Atlantic City Expressway East (Start toll)",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.770162",
"Lon": "-75.048906"
},
"End": {
"Lat": "39.617922",
"Lon": "-74.834144"
},
"TurnInstruction": "TC_BearLeft",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 15.889 miles (~17 min)",
"Dist": "32.060",
"Time": "0:40",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.770162",
"Lon": "-75.048906"
},
"End": {
"Lat": "39.617922",
"Lon": "-74.834144"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Take Exit 28 to NJ-54 North - 12th Street",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.617922",
"Lon": "-74.834144"
},
"End": {
"Lat": "39.61363",
"Lon": "-74.830538"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.371 miles on Exit 28",
"Dist": "32.431",
"Time": "0:41",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.617922",
"Lon": "-74.834144"
},
"End": {
"Lat": "39.61363",
"Lon": "-74.830538"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive less than 0.1 miles on Ramp (End toll)",
"Dist": "32.489",
"Time": "0:41",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.61363",
"Lon": "-74.830538"
},
"End": {
"Lat": "39.613435",
"Lon": "-74.829499"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.300 miles (~ 3 blocks)",
"Dist": "32.789",
"Time": "0:42",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.613435",
"Lon": "-74.829499"
},
"End": {
"Lat": "39.616703",
"Lon": "-74.82578"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Turn right on ramp and then merge right on NJ-54 South - 12th Street",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.616703",
"Lon": "-74.82578"
},
"End": {
"Lat": "39.61716",
"Lon": "-74.825559"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.082 miles on Ramp (~ 2 blocks)",
"Dist": "32.871",
"Time": "0:42",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.616703",
"Lon": "-74.82578"
},
"End": {
"Lat": "39.61716",
"Lon": "-74.825559"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.125 miles (~ 2 blocks) (Start toll)",
"Dist": "32.996",
"Time": "0:42",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.61716",
"Lon": "-74.825559"
},
"End": {
"Lat": "39.615781",
"Lon": "-74.827095"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Take ramp to Atlantic City Expressway West (Start toll)",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.615781",
"Lon": "-74.827095"
},
"End": {
"Lat": "39.61703",
"Lon": "-74.83153"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.271 miles on Ramp",
"Dist": "33.267",
"Time": "0:43",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.615781",
"Lon": "-74.827095"
},
"End": {
"Lat": "39.61703",
"Lon": "-74.83153"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
}
],
"Dest": {
"Address": {
"StreetAddress": "Ramp",
"City": "Hammonton",
"State": "NJ",
"Zip": "08037",
"County": "Atlantic",
"Country": "United States",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "New Jersey",
"StateAbbreviation": "NJ",
"CountryAbbreviation": "US"
},
"Coords": {
"Lat": "39.617030",
"Lon": "-74.831530"
},
"Region": 4,
"Label": "",
"PlaceName": "",
"TimeZone": "EDT",
"Errors": [],
"SpeedLimitInfo": null,
"ConfidenceLevel": "Exact",
"DistanceFromRoad": 0.02,
"CrossStreet": null
}
},
{
"Origin": {
"Address": {
"StreetAddress": "Ramp",
"City": "Hammonton",
"State": "NJ",
"Zip": "08037",
"County": "Atlantic",
"Country": "United States",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "New Jersey",
"StateAbbreviation": "NJ",
"CountryAbbreviation": "US"
},
"Coords": {
"Lat": "39.617030",
"Lon": "-74.831530"
},
"Region": 4,
"Label": "",
"PlaceName": "",
"TimeZone": "EDT",
"Errors": [],
"SpeedLimitInfo": null,
"ConfidenceLevel": "Exact",
"DistanceFromRoad": 0.02,
"CrossStreet": null
},
"ReportLines": [
{
"Warn": null,
"Direction": "Ramp, Hammonton, NJ 08037",
"Dist": "33.267",
"Time": "0:43",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.61703",
"Lon": "-74.83153"
},
"End": {
"Lat": "39.61703",
"Lon": "-74.83153"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Go west on Ramp",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.616794",
"Lon": "-74.831762"
},
"End": {
"Lat": "39.617503",
"Lon": "-74.832909"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.078 miles on Ramp (~ 1 block)",
"Dist": "33.345",
"Time": "0:43",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.616794",
"Lon": "-74.831762"
},
"End": {
"Lat": "39.617503",
"Lon": "-74.832909"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 2.976 miles (~3 min)",
"Dist": "36.321",
"Time": "0:46",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.617503",
"Lon": "-74.832909"
},
"End": {
"Lat": "39.648556",
"Lon": "-74.871473"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Take Exit 31 and then merge left on NJ-73 North - Mays Landing Road",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.648556",
"Lon": "-74.871473"
},
"End": {
"Lat": "39.651528",
"Lon": "-74.872095"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.210 miles on Exit 31 (~ 2 blocks) (End toll)",
"Dist": "36.531",
"Time": "0:47",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.648556",
"Lon": "-74.871473"
},
"End": {
"Lat": "39.651528",
"Lon": "-74.872095"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 2.410 miles (~4 min)",
"Dist": "38.941",
"Time": "0:51",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.651528",
"Lon": "-74.872095"
},
"End": {
"Lat": "39.683337",
"Lon": "-74.88849"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Stay on NJ-73 South as it turns left",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.683337",
"Lon": "-74.88849"
},
"End": {
"Lat": "39.683233",
"Lon": "-74.888964"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive less than 0.1 miles on Ramp",
"Dist": "38.970",
"Time": "0:51",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.683337",
"Lon": "-74.88849"
},
"End": {
"Lat": "39.683233",
"Lon": "-74.888964"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 2.518 miles (~4 min) (Start toll)",
"Dist": "41.488",
"Time": "0:55",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.683233",
"Lon": "-74.888964"
},
"End": {
"Lat": "39.649856",
"Lon": "-74.872425"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Take ramp to Atlantic City Expressway East (Start toll)",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.649856",
"Lon": "-74.872425"
},
"End": {
"Lat": "39.651036",
"Lon": "-74.874348"
},
"TurnInstruction": "TC_BearRight",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.767 miles on Ramp (~2 min)",
"Dist": "42.255",
"Time": "0:57",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.649856",
"Lon": "-74.872425"
},
"End": {
"Lat": "39.651036",
"Lon": "-74.874348"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 12.459 miles (~14 min)",
"Dist": "54.714",
"Time": "1:11",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.651036",
"Lon": "-74.874348"
},
"End": {
"Lat": "39.526183",
"Lon": "-74.706092"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Proceed ahead as name changes to Atlantic City Expressway East",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.526183",
"Lon": "-74.706092"
},
"End": {
"Lat": "39.392137",
"Lon": "-74.510799"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 14.477 miles (~16 min)",
"Dist": "69.191",
"Time": "1:26",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.526183",
"Lon": "-74.706092"
},
"End": {
"Lat": "39.392137",
"Lon": "-74.510799"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Proceed ahead as name changes to Atlantic City Expressway East",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.392137",
"Lon": "-74.510799"
},
"End": {
"Lat": "39.362289",
"Lon": "-74.440574"
},
"TurnInstruction": "TC_Straight",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 4.367 miles (~5 min) (End toll)",
"Dist": "73.558",
"Time": "1:31",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.392137",
"Lon": "-74.510799"
},
"End": {
"Lat": "39.362289",
"Lon": "-74.440574"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.200 miles (~ 3 blocks)",
"Dist": "73.758",
"Time": "1:32",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.362289",
"Lon": "-74.440574"
},
"End": {
"Lat": "39.359775",
"Lon": "-74.438742"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Turn left on Arctic Avenue",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.359775",
"Lon": "-74.438742"
},
"End": {
"Lat": "39.362108",
"Lon": "-74.432919"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.348 miles",
"Dist": "74.106",
"Time": "1:32",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.359775",
"Lon": "-74.438742"
},
"End": {
"Lat": "39.362108",
"Lon": "-74.432919"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Turn left on North Dr Martin Luther King Boulevard",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.362108",
"Lon": "-74.432919"
},
"End": {
"Lat": "39.363416",
"Lon": "-74.433779"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.101 miles (~ 1 block)",
"Dist": "74.207",
"Time": "1:33",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.362108",
"Lon": "-74.432919"
},
"End": {
"Lat": "39.363416",
"Lon": "-74.433779"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Turn left on Baltic Avenue",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.363416",
"Lon": "-74.433779"
},
"End": {
"Lat": "39.361906",
"Lon": "-74.437494"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.224 miles (~ 4 blocks)",
"Dist": "74.431",
"Time": "1:33",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.363416",
"Lon": "-74.433779"
},
"End": {
"Lat": "39.361906",
"Lon": "-74.437494"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Turn right on North Michigan Avenue",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.361906",
"Lon": "-74.437494"
},
"End": {
"Lat": "39.362718",
"Lon": "-74.43803"
},
"TurnInstruction": "TC_Right",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive less than 0.1 miles",
"Dist": "74.494",
"Time": "1:33",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.361906",
"Lon": "-74.437494"
},
"End": {
"Lat": "39.362718",
"Lon": "-74.43803"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Turn left on Kirkman Boulevard",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.362718",
"Lon": "-74.43803"
},
"End": {
"Lat": "39.362586",
"Lon": "-74.439817"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive 0.096 miles (~ 1 block)",
"Dist": "74.590",
"Time": "1:34",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.362718",
"Lon": "-74.43803"
},
"End": {
"Lat": "39.362586",
"Lon": "-74.439817"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Turn left on Convention Boulevard",
"Dist": null,
"Time": null,
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.362586",
"Lon": "-74.439817"
},
"End": {
"Lat": "39.362469",
"Lon": "-74.438942"
},
"TurnInstruction": "TC_Left",
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "Drive less than 0.1 miles (~ 1 block)",
"Dist": "74.654",
"Time": "1:34",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.362586",
"Lon": "-74.439817"
},
"End": {
"Lat": "39.362469",
"Lon": "-74.438942"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": "2 Convention Boulevard, Atlantic City, NJ 08401",
"Dist": "74.654",
"Time": "1:34",
"InterCh": null,
"Delay": null,
"Begin": {
"Lat": "39.362469",
"Lon": "-74.438942"
},
"End": {
"Lat": "39.362469",
"Lon": "-74.438942"
},
"TurnInstruction": null,
"DriveSide": "Right",
"IsRoundabout": false
},
{
"Warn": null,
"Direction": " 1986-2020 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": {
"Address": {
"StreetAddress": "2 Convention Boulevard",
"City": "Atlantic City",
"State": "NJ",
"Zip": "08401",
"County": "Atlantic",
"Country": "United States",
"SPLC": null,
"CountryPostalFilter": 0,
"AbbreviationFormat": 0,
"StateName": "New Jersey",
"StateAbbreviation": "NJ",
"CountryAbbreviation": "US"
},
"Coords": {
"Lat": "39.362469",
"Lon": "-74.438942"
},
"Region": 4,
"Label": "",
"PlaceName": "",
"TimeZone": "EDT",
"Errors": [],
"SpeedLimitInfo": null,
"ConfidenceLevel": "Exact",
"DistanceFromRoad": 0.001,
"CrossStreet": null
}
}
]
}