Walking Route Example
Bing Services
This example returns a walking route from the Eiffel Tower to the Louvre Museum in Paris, France. The route is optimized for distance. Responses are shown for both XML and JSON formats.
http://dev.virtualearth.net/REST/V1/Routes/Walking?wp.0=Eiffel%20Tower&wp.1=louvre%20museum&optmz=distance&output=xml&key=BingMapsKey
XML Response
The response for this example contains a Route resource that includes a set of route steps for a route leg. The steps are defined as a collection of ItineraryItem values.
<Response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/search/local/ws/rest/v1">
<Copyright>
Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.
</Copyright>
<BrandLogoUri>
http://dev.virtualearth.net/Branding/logo_powered_by.png
</BrandLogoUri>
<StatusCode>200</StatusCode>
<StatusDescription>OK</StatusDescription>
<AuthenticationResultCode>ValidCredentials</AuthenticationResultCode>
<TraceId>
e23356991f5e43e68900cc6147778d9a
</TraceId>
<ResourceSets>
<ResourceSet>
<EstimatedTotal>1</EstimatedTotal>
<Resources>
<Route>
<Id>
v62,i0,a0,cen-US,dAAAAAAAAAAA=,y0,s1,m2,o2,t0,wEcpXBNw6NAA=~oHj1SFPg4RQAAOABsjz3PgA=~RWlmZmVsIFRvd2VyLCBQYXJpcywgRnJhbmNl~~~,w49ZXBP5BNQA=~oHj1SDG/4RQAAOAB0m39PgA=~TG91dnJlLCBQYXJpcywgRnJhbmNl~~~,k1,u
</Id>
<BoundingBox>
<SouthLatitude>48.857371</SouthLatitude>
<WestLongitude>2.295273</WestLongitude>
<NorthLatitude>48.860788</NorthLatitude>
<EastLongitude>2.340455</EastLongitude>
</BoundingBox>
<DistanceUnit>Kilometer</DistanceUnit>
<DurationUnit>Second</DurationUnit>
<TravelDistance>3.854</TravelDistance>
<TravelDuration>2775</TravelDuration>
<RouteLeg>
<TravelDistance>3.854</TravelDistance>
<TravelDuration>2775</TravelDuration>
<ActualStart>
<Latitude>48.85791</Latitude>
<Longitude>2.295273</Longitude>
</ActualStart>
<ActualEnd>
<Latitude>48.860118</Latitude>
<Longitude>2.340455</Longitude>
</ActualEnd>
<StartLocation>
<Name>Eiffel Tower, Paris, France</Name>
<Point>
<Latitude>48.857929</Latitude>
<Longitude>2.29526</Longitude>
</Point>
<BoundingBox>
<SouthLatitude>48.85746</SouthLatitude>
<WestLongitude>2.2933</WestLongitude>
<NorthLatitude>48.859039</NorthLatitude>
<EastLongitude>2.29569</EastLongitude>
</BoundingBox>
<EntityType>Monument</EntityType>
<Address>
<AdminDistrict>IdF</AdminDistrict>
<AdminDistrict2>Paris</AdminDistrict2>
<CountryRegion>France</CountryRegion>
<FormattedAddress>Eiffel Tower, Paris, France</FormattedAddress>
<Locality>Paris</Locality>
<Landmark>Eiffel Tower</Landmark>
</Address>
<Confidence>High</Confidence>
<MatchCode>Good</MatchCode>
<GeocodePoint>
<Latitude>48.857929</Latitude>
<Longitude>2.29526</Longitude>
<CalculationMethod>Rooftop</CalculationMethod>
<UsageType>Display</UsageType>
</GeocodePoint>
</StartLocation>
<EndLocation>
<Name>Louvre, Paris, France</Name>
<Point>
<Latitude>48.86013</Latitude>
<Longitude>2.34043</Longitude>
</Point>
<BoundingBox>
<SouthLatitude>48.859371</SouthLatitude>
<WestLongitude>2.33046</WestLongitude>
<NorthLatitude>48.863522</NorthLatitude>
<EastLongitude>2.33995</EastLongitude>
</BoundingBox>
<EntityType>Museum</EntityType>
<Address>
<AdminDistrict>IdF</AdminDistrict>
<AdminDistrict2>Paris</AdminDistrict2>
<CountryRegion>France</CountryRegion>
<FormattedAddress>Louvre, Paris, France</FormattedAddress>
<Locality>Paris</Locality>
<Landmark>Louvre</Landmark>
</Address>
<Confidence>High</Confidence>
<MatchCode>Good</MatchCode>
<GeocodePoint>
<Latitude>48.86013</Latitude>
<Longitude>2.34043</Longitude>
<CalculationMethod>Rooftop</CalculationMethod>
<UsageType>Display</UsageType>
</GeocodePoint>
</EndLocation>
<ItineraryItem>
<TravelMode>Walking</TravelMode>
<TravelDistance>0.01</TravelDistance>
<TravelDuration>7</TravelDuration>
<ManeuverPoint>
<Latitude>48.85791</Latitude>
<Longitude>2.295273</Longitude>
</ManeuverPoint>
<Instruction maneuverType="DepartStart">
Depart Avenue Gustave Eiffel toward Avenue Anatole France
</Instruction>
<CompassDirection>northeast</CompassDirection>
<Detail>
<ManeuverType>DepartStart</ManeuverType>
<StartPathIndex>0</StartPathIndex>
<EndPathIndex>1</EndPathIndex>
<Name>Avenue Gustave Eiffel</Name>
<CompassDegrees>56</CompassDegrees>
<Mode>Walking</Mode>
<PreviousEntityId>0</PreviousEntityId>
<NextEntityId>0</NextEntityId>
<RoadType>Street</RoadType>
</Detail>
<Exit/>
<TollZone/>
<TransitTerminus/>
<IconType>Walk</IconType>
<Time>0001-01-01T00:00:00</Time>
<TransitStopId>0</TransitStopId>
<TowardsRoadName>Avenue Anatole France</TowardsRoadName>
<SideOfStreet>Unknown</SideOfStreet>
</ItineraryItem>
<ItineraryItem>
<TravelMode>Walking</TravelMode>
<TravelDistance>0.134</TravelDistance>
<TravelDuration>96</TravelDuration>
<ManeuverPoint>
<Latitude>48.857982</Latitude>
<Longitude>2.295381</Longitude>
</ManeuverPoint>
<Instruction maneuverType="KeepStraight">Keep straight onto path</Instruction>
<CompassDirection>east</CompassDirection>
<Detail>
<ManeuverType>KeepStraight</ManeuverType>
<StartPathIndex>1</StartPathIndex>
<EndPathIndex>4</EndPathIndex>
<CompassDegrees>79</CompassDegrees>
<Mode>Walking</Mode>
<PreviousEntityId>0</PreviousEntityId>
<NextEntityId>0</NextEntityId>
<RoadType>Street</RoadType>
</Detail>
<Exit/>
<TollZone/>
<TransitTerminus/>
<IconType>Walk</IconType>
<Time>0001-01-01T00:00:00</Time>
<TransitStopId>0</TransitStopId>
<SideOfStreet>Unknown</SideOfStreet>
</ItineraryItem>
<ItineraryItem>
<TravelMode>Walking</TravelMode>
<TravelDistance>0.112</TravelDistance>
<TravelDuration>80</TravelDuration>
<ManeuverPoint>
<Latitude>48.857773</Latitude>
<Longitude>2.297081</Longitude>
</ManeuverPoint>
<Instruction maneuverType="TurnLeftThenBearRight">
Turn left and then bear right onto Allée Adrienne Lecouvreur
</Instruction>
<CompassDirection>southeast</CompassDirection>
<Detail>
<ManeuverType>TurnLeft</ManeuverType>
<StartPathIndex>4</StartPathIndex>
<EndPathIndex>7</EndPathIndex>
<CompassDegrees>80</CompassDegrees>
<Mode>Walking</Mode>
<PreviousEntityId>0</PreviousEntityId>
<NextEntityId>0</NextEntityId>
<RoadType>Street</RoadType>
</Detail>
<Detail>
<ManeuverType>BearRight</ManeuverType>
<StartPathIndex>7</StartPathIndex>
<EndPathIndex>9</EndPathIndex>
<Name>Allée Adrienne Lecouvreur</Name>
<CompassDegrees>123</CompassDegrees>
<Mode>Walking</Mode>
<PreviousEntityId>0</PreviousEntityId>
<NextEntityId>0</NextEntityId>
<RoadType>Street</RoadType>
</Detail>
<Exit/>
<TollZone/>
<TransitTerminus/>
<IconType>Walk</IconType>
<Time>0001-01-01T00:00:00</Time>
<TransitStopId>0</TransitStopId>
<SideOfStreet>Unknown</SideOfStreet>
</ItineraryItem>
<ItineraryItem>
<TravelMode>Walking</TravelMode>
<TravelDistance>0.15</TravelDistance>
<TravelDuration>108</TravelDuration>
<ManeuverPoint>
<Latitude>48.857371</Latitude>
<Longitude>2.298181</Longitude>
</ManeuverPoint>
<Instruction maneuverType="BearLeft">Bear left onto Avenue Émile Pouvillon</Instruction>
<CompassDirection>east</CompassDirection>
<Detail>
<ManeuverType>BearLeft</ManeuverType>
<StartPathIndex>9</StartPathIndex>
<EndPathIndex>12</EndPathIndex>
<Name>Avenue Émile Pouvillon</Name>
<CompassDegrees>79</CompassDegrees>
<Mode>Walking</Mode>
<PreviousEntityId>0</PreviousEntityId>
<NextEntityId>0</NextEntityId>
<RoadType>Street</RoadType>
</Detail>
<Exit/>
<TollZone/>
<TransitTerminus/>
<IconType>Walk</IconType>
<Time>0001-01-01T00:00:00</Time>
<TransitStopId>0</TransitStopId>
<SideOfStreet>Unknown</SideOfStreet>
</ItineraryItem>
<ItineraryItem>
<TravelMode>Walking</TravelMode>
<TravelDistance>1.77</TravelDistance>
<TravelDuration>1274</TravelDuration>
<ManeuverPoint>
<Latitude>48.85765</Latitude>
<Longitude>2.300139</Longitude>
</ManeuverPoint>
<Instruction maneuverType="RoadNameChange">Road name changes to Rue Saint-Dominique</Instruction>
<CompassDirection>east</CompassDirection>
<Detail>
<ManeuverType>RoadNameChange</ManeuverType>
<StartPathIndex>12</StartPathIndex>
<EndPathIndex>21</EndPathIndex>
<Name>Rue Saint-Dominique</Name>
<CompassDegrees>69</CompassDegrees>
<Mode>Walking</Mode>
<PreviousEntityId>0</PreviousEntityId>
<NextEntityId>0</NextEntityId>
<RoadType>Street</RoadType>
</Detail>
<Exit/>
<TollZone/>
<TransitTerminus/>
<IconType>Walk</IconType>
<Time>0001-01-01T00:00:00</Time>
<TransitStopId>0</TransitStopId>
<SideOfStreet>Unknown</SideOfStreet>
</ItineraryItem>
<ItineraryItem>
<TravelMode>Walking</TravelMode>
<TravelDistance>0.703</TravelDistance>
<TravelDuration>506</TravelDuration>
<ManeuverPoint>
<Latitude>48.858159</Latitude>
<Longitude>2.322793</Longitude>
</ManeuverPoint>
<Instruction maneuverType="TurnLeft">Turn left onto Rue de Bellechasse</Instruction>
<CompassDirection>northeast</CompassDirection>
<Detail>
<ManeuverType>TurnLeft</ManeuverType>
<StartPathIndex>21</StartPathIndex>
<EndPathIndex>25</EndPathIndex>
<Name>Rue de Bellechasse</Name>
<CompassDegrees>45</CompassDegrees>
<Mode>Walking</Mode>
<PreviousEntityId>0</PreviousEntityId>
<NextEntityId>0</NextEntityId>
<RoadType>Street</RoadType>
</Detail>
<Exit/>
<TollZone/>
<TransitTerminus/>
<IconType>Walk</IconType>
<Time>0001-01-01T00:00:00</Time>
<TransitStopId>0</TransitStopId>
<SideOfStreet>Unknown</SideOfStreet>
</ItineraryItem>
<ItineraryItem>
<TravelMode>Walking</TravelMode>
<TravelDistance>0.102</TravelDistance>
<TravelDuration>73</TravelDuration>
<ManeuverPoint>
<Latitude>48.859752</Latitude>
<Longitude>2.329633</Longitude>
</ManeuverPoint>
<Instruction maneuverType="TurnLeft">Turn left onto Pont Royal</Instruction>
<CompassDirection>northeast</CompassDirection>
<Detail>
<ManeuverType>TurnLeft</ManeuverType>
<StartPathIndex>25</StartPathIndex>
<EndPathIndex>27</EndPathIndex>
<Name>Pont Royal</Name>
<CompassDegrees>36</CompassDegrees>
<Mode>Walking</Mode>
<PreviousEntityId>0</PreviousEntityId>
<NextEntityId>0</NextEntityId>
<RoadType>MajorRoad</RoadType>
</Detail>
<Exit/>
<TollZone/>
<TransitTerminus/>
<IconType>Walk</IconType>
<Time>0001-01-01T00:00:00</Time>
<TransitStopId>0</TransitStopId>
<SideOfStreet>Unknown</SideOfStreet>
</ItineraryItem>
<ItineraryItem>
<TravelMode>Walking</TravelMode>
<TravelDistance>0.038</TravelDistance>
<TravelDuration>27</TravelDuration>
<ManeuverPoint>
<Latitude>48.860562</Latitude>
<Longitude>2.330228</Longitude>
</ManeuverPoint>
<Instruction maneuverType="KeepToStayRight">Keep right to stay on Pont Royal</Instruction>
<CompassDirection>east</CompassDirection>
<Detail>
<ManeuverType>KeepToStayRight</ManeuverType>
<StartPathIndex>27</StartPathIndex>
<EndPathIndex>30</EndPathIndex>
<Name>Pont Royal</Name>
<CompassDegrees>73</CompassDegrees>
<Mode>Walking</Mode>
<PreviousEntityId>0</PreviousEntityId>
<NextEntityId>0</NextEntityId>
<RoadType>MajorRoad</RoadType>
</Detail>
<Exit/>
<TollZone/>
<TransitTerminus/>
<IconType>Walk</IconType>
<Time>0001-01-01T00:00:00</Time>
<TransitStopId>0</TransitStopId>
<SideOfStreet>Unknown</SideOfStreet>
</ItineraryItem>
<ItineraryItem>
<TravelMode>Walking</TravelMode>
<TravelDistance>0.703</TravelDistance>
<TravelDuration>506</TravelDuration>
<ManeuverPoint>
<Latitude>48.860691</Latitude>
<Longitude>2.3307</Longitude>
</ManeuverPoint>
<Instruction maneuverType="BearRight">Bear right onto Quai François Mitterrand</Instruction>
<CompassDirection>east</CompassDirection>
<Detail>
<ManeuverType>BearRight</ManeuverType>
<StartPathIndex>30</StartPathIndex>
<EndPathIndex>33</EndPathIndex>
<Name>Quai François Mitterrand</Name>
<CompassDegrees>103</CompassDegrees>
<Mode>Walking</Mode>
<PreviousEntityId>0</PreviousEntityId>
<NextEntityId>0</NextEntityId>
<RoadType>MajorRoad</RoadType>
</Detail>
<Exit/>
<TollZone/>
<TransitTerminus/>
<IconType>Walk</IconType>
<Time>0001-01-01T00:00:00</Time>
<TransitStopId>0</TransitStopId>
<SideOfStreet>Unknown</SideOfStreet>
</ItineraryItem>
<ItineraryItem>
<TravelMode>Walking</TravelMode>
<TravelDistance>0.132</TravelDistance>
<TravelDuration>95</TravelDuration>
<ManeuverPoint>
<Latitude>48.859012</Latitude>
<Longitude>2.339852</Longitude>
</ManeuverPoint>
<Instruction maneuverType="TurnLeft">Turn left onto Rue de l'Amiral de Coligny</Instruction>
<CompassDirection>northeast</CompassDirection>
<Detail>
<ManeuverType>TurnLeft</ManeuverType>
<StartPathIndex>33</StartPathIndex>
<EndPathIndex>36</EndPathIndex>
<Name>Rue de l'Amiral de Coligny</Name>
<CompassDegrees>29</CompassDegrees>
<Mode>Walking</Mode>
<PreviousEntityId>0</PreviousEntityId>
<NextEntityId>0</NextEntityId>
<RoadType>Arterial</RoadType>
</Detail>
<Exit/>
<TollZone/>
<TransitTerminus/>
<IconType>Walk</IconType>
<Time>0001-01-01T00:00:00</Time>
<TransitStopId>0</TransitStopId>
<SideOfStreet>Unknown</SideOfStreet>
</ItineraryItem>
<ItineraryItem>
<TravelMode>Walking</TravelMode>
<TravelDistance>0</TravelDistance>
<TravelDuration>0</TravelDuration>
<ManeuverPoint>
<Latitude>48.860118</Latitude>
<Longitude>2.340455</Longitude>
</ManeuverPoint>
<Instruction maneuverType="ArriveFinish">Arrive at Louvre, Paris, France</Instruction>
<CompassDirection>northeast</CompassDirection>
<Hint>
The last intersection is Place du Louvre / Rue des Prêtres Saint-Germain-l'Auxerrois
</Hint>
<Hint>If you reach Place du Louvre, you've gone too far</Hint>
<Detail>
<ManeuverType>ArriveFinish</ManeuverType>
<StartPathIndex>36</StartPathIndex>
<EndPathIndex>36</EndPathIndex>
<Name>Rue de l'Amiral de Coligny</Name>
<CompassDegrees>26</CompassDegrees>
<Mode>Walking</Mode>
<PreviousEntityId>0</PreviousEntityId>
<NextEntityId>0</NextEntityId>
<RoadType>Arterial</RoadType>
</Detail>
<Exit/>
<TollZone/>
<TransitTerminus/>
<IconType>Walk</IconType>
<Time>0001-01-01T00:00:00</Time>
<TransitStopId>0</TransitStopId>
<SideOfStreet>Unknown</SideOfStreet>
</ItineraryItem>
<StartTime>0001-01-01T00:00:00</StartTime>
<EndTime>0001-01-01T00:00:00</EndTime>
</RouteLeg>
</Route>
</Resources>
</ResourceSet>
</ResourceSets>
</Response>
JSON Response
You would receive the following JSON response if the output=xml parameter was not set in this example.
{
"authenticationResultCode":"ValidCredentials",
"brandLogoUri":"http:\/\/dev.virtualearth.net\/Branding\/logo_powered_by.png",
"copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.",
"resourceSets":[
{
"estimatedTotal":1,
"resources":[
{
"__type":"Route:http:\/\/schemas.microsoft.com\/search\/local\/ws\/rest\/v1",
"bbox":[
48.857371,
2.295273,
48.860788,
2.340455
],
"id":"v62,i0,a0,cen-US,dAAAAAAAAAAA=,y0,s1,m2,o2,t0,wEcpXBNw6NAA=~oHj1SFPg4RQAAOABsjz3PgA=~RWlmZmVsIFRvd2VyLCBQYXJpcywgRnJhbmNl~~~,w49ZXBP5BNQA=~oHj1SDG\/4RQAAOAB0m39PgA=~TG91dnJlLCBQYXJpcywgRnJhbmNl~~~,k1,u",
"distanceUnit":"Kilometer",
"durationUnit":"Second",
"routeLegs":[
{
"actualEnd":{
"type":"Point",
"coordinates":[
48.860118,
2.340455
]
},
"actualStart":{
"type":"Point",
"coordinates":[
48.85791,
2.295273
]
},
"endLocation":{
"bbox":[
48.859371,
2.33046,
48.863522,
2.33995
],
"name":"Louvre, Paris, France",
"point":{
"type":"Point",
"coordinates":[
48.86013,
2.34043
]
},
"address":{
"adminDistrict":"IdF",
"adminDistrict2":"Paris",
"countryRegion":"France",
"formattedAddress":"Louvre, Paris, France",
"locality":"Paris",
"landmark":"Louvre"
},
"confidence":"High",
"entityType":"Museum",
"geocodePoints":[
{
"type":"Point",
"coordinates":[
48.86013,
2.34043
],
"calculationMethod":"Rooftop",
"usageTypes":[
"Display"
]
}
],
"matchCodes":[
"Good"
]
},
"itineraryItems":[
{
"compassDirection":"northeast",
"details":[
{
"compassDegrees":56,
"endPathIndices":[
1
],
"maneuverType":"DepartStart",
"mode":"Walking",
"names":[
"Avenue Gustave Eiffel"
],
"roadType":"Street",
"startPathIndices":[
0
]
}
],
"exit":"",
"iconType":"Walk",
"instruction":{
"maneuverType":"DepartStart",
"text":"Depart Avenue Gustave Eiffel toward Avenue Anatole France"
},
"maneuverPoint":{
"type":"Point",
"coordinates":[
48.85791,
2.295273
]
},
"sideOfStreet":"Unknown",
"tollZone":"",
"towardsRoadName":"Avenue Anatole France",
"transitTerminus":"",
"travelDistance":0.01,
"travelDuration":7,
"travelMode":"Walking"
},
{
"compassDirection":"east",
"details":[
{
"compassDegrees":79,
"endPathIndices":[
4
],
"maneuverType":"KeepStraight",
"mode":"Walking",
"roadType":"Street",
"startPathIndices":[
1
]
}
],
"exit":"",
"iconType":"Walk",
"instruction":{
"maneuverType":"KeepStraight",
"text":"Keep straight onto path"
},
"maneuverPoint":{
"type":"Point",
"coordinates":[
48.857982,
2.295381
]
},
"sideOfStreet":"Unknown",
"tollZone":"",
"transitTerminus":"",
"travelDistance":0.134,
"travelDuration":96,
"travelMode":"Walking"
},
{
"compassDirection":"southeast",
"details":[
{
"compassDegrees":80,
"endPathIndices":[
7
],
"maneuverType":"TurnLeft",
"mode":"Walking",
"roadType":"Street",
"startPathIndices":[
4
]
},
{
"compassDegrees":123,
"endPathIndices":[
9
],
"maneuverType":"BearRight",
"mode":"Walking",
"names":[
"Allée Adrienne Lecouvreur"
],
"roadType":"Street",
"startPathIndices":[
7
]
}
],
"exit":"",
"iconType":"Walk",
"instruction":{
"maneuverType":"TurnLeftThenBearRight",
"text":"Turn left and then bear right onto Allée Adrienne Lecouvreur"
},
"maneuverPoint":{
"type":"Point",
"coordinates":[
48.857773,
2.297081
]
},
"sideOfStreet":"Unknown",
"tollZone":"",
"transitTerminus":"",
"travelDistance":0.112,
"travelDuration":80,
"travelMode":"Walking"
},
{
"compassDirection":"east",
"details":[
{
"compassDegrees":79,
"endPathIndices":[
12
],
"maneuverType":"BearLeft",
"mode":"Walking",
"names":[
"Avenue Émile Pouvillon"
],
"roadType":"Street",
"startPathIndices":[
9
]
}
],
"exit":"",
"iconType":"Walk",
"instruction":{
"maneuverType":"BearLeft",
"text":"Bear left onto Avenue Émile Pouvillon"
},
"maneuverPoint":{
"type":"Point",
"coordinates":[
48.857371,
2.298181
]
},
"sideOfStreet":"Unknown",
"tollZone":"",
"transitTerminus":"",
"travelDistance":0.15,
"travelDuration":108,
"travelMode":"Walking"
},
{
"compassDirection":"east",
"details":[
{
"compassDegrees":69,
"endPathIndices":[
21
],
"maneuverType":"RoadNameChange",
"mode":"Walking",
"names":[
"Rue Saint-Dominique"
],
"roadType":"Street",
"startPathIndices":[
12
]
}
],
"exit":"",
"iconType":"Walk",
"instruction":{
"maneuverType":"RoadNameChange",
"text":"Road name changes to Rue Saint-Dominique"
},
"maneuverPoint":{
"type":"Point",
"coordinates":[
48.85765,
2.300139
]
},
"sideOfStreet":"Unknown",
"tollZone":"",
"transitTerminus":"",
"travelDistance":1.77,
"travelDuration":1274,
"travelMode":"Walking"
},
{
"compassDirection":"northeast",
"details":[
{
"compassDegrees":45,
"endPathIndices":[
25
],
"maneuverType":"TurnLeft",
"mode":"Walking",
"names":[
"Rue de Bellechasse"
],
"roadType":"Street",
"startPathIndices":[
21
]
}
],
"exit":"",
"iconType":"Walk",
"instruction":{
"maneuverType":"TurnLeft",
"text":"Turn left onto Rue de Bellechasse"
},
"maneuverPoint":{
"type":"Point",
"coordinates":[
48.858159,
2.322793
]
},
"sideOfStreet":"Unknown",
"tollZone":"",
"transitTerminus":"",
"travelDistance":0.703,
"travelDuration":506,
"travelMode":"Walking"
},
{
"compassDirection":"northeast",
"details":[
{
"compassDegrees":36,
"endPathIndices":[
27
],
"maneuverType":"TurnLeft",
"mode":"Walking",
"names":[
"Pont Royal"
],
"roadType":"MajorRoad",
"startPathIndices":[
25
]
}
],
"exit":"",
"iconType":"Walk",
"instruction":{
"maneuverType":"TurnLeft",
"text":"Turn left onto Pont Royal"
},
"maneuverPoint":{
"type":"Point",
"coordinates":[
48.859752,
2.329633
]
},
"sideOfStreet":"Unknown",
"tollZone":"",
"transitTerminus":"",
"travelDistance":0.102,
"travelDuration":73,
"travelMode":"Walking"
},
{
"compassDirection":"east",
"details":[
{
"compassDegrees":73,
"endPathIndices":[
30
],
"maneuverType":"KeepToStayRight",
"mode":"Walking",
"names":[
"Pont Royal"
],
"roadType":"MajorRoad",
"startPathIndices":[
27
]
}
],
"exit":"",
"iconType":"Walk",
"instruction":{
"maneuverType":"KeepToStayRight",
"text":"Keep right to stay on Pont Royal"
},
"maneuverPoint":{
"type":"Point",
"coordinates":[
48.860562,
2.330228
]
},
"sideOfStreet":"Unknown",
"tollZone":"",
"transitTerminus":"",
"travelDistance":0.038,
"travelDuration":27,
"travelMode":"Walking"
},
{
"compassDirection":"east",
"details":[
{
"compassDegrees":103,
"endPathIndices":[
33
],
"maneuverType":"BearRight",
"mode":"Walking",
"names":[
"Quai François Mitterrand"
],
"roadType":"MajorRoad",
"startPathIndices":[
30
]
}
],
"exit":"",
"iconType":"Walk",
"instruction":{
"maneuverType":"BearRight",
"text":"Bear right onto Quai François Mitterrand"
},
"maneuverPoint":{
"type":"Point",
"coordinates":[
48.860691,
2.3307
]
},
"sideOfStreet":"Unknown",
"tollZone":"",
"transitTerminus":"",
"travelDistance":0.703,
"travelDuration":506,
"travelMode":"Walking"
},
{
"compassDirection":"northeast",
"details":[
{
"compassDegrees":29,
"endPathIndices":[
36
],
"maneuverType":"TurnLeft",
"mode":"Walking",
"names":[
"Rue de l'Amiral de Coligny"
],
"roadType":"Arterial",
"startPathIndices":[
33
]
}
],
"exit":"",
"iconType":"Walk",
"instruction":{
"maneuverType":"TurnLeft",
"text":"Turn left onto Rue de l'Amiral de Coligny"
},
"maneuverPoint":{
"type":"Point",
"coordinates":[
48.859012,
2.339852
]
},
"sideOfStreet":"Unknown",
"tollZone":"",
"transitTerminus":"",
"travelDistance":0.132,
"travelDuration":95,
"travelMode":"Walking"
},
{
"compassDirection":"northeast",
"details":[
{
"compassDegrees":26,
"endPathIndices":[
36
],
"maneuverType":"ArriveFinish",
"mode":"Walking",
"names":[
"Rue de l'Amiral de Coligny"
],
"roadType":"Arterial",
"startPathIndices":[
36
]
}
],
"exit":"",
"hints":[
{
"hintType":null,
"text":"The last intersection is Place du Louvre \/ Rue des Prêtres Saint-Germain-l'Auxerrois"
},
{
"hintType":null,
"text":"If you reach Place du Louvre, you've gone too far"
}
],
"iconType":"Walk",
"instruction":{
"maneuverType":"ArriveFinish",
"text":"Arrive at Louvre, Paris, France"
},
"maneuverPoint":{
"type":"Point",
"coordinates":[
48.860118,
2.340455
]
},
"sideOfStreet":"Unknown",
"tollZone":"",
"transitTerminus":"",
"travelDistance":0,
"travelDuration":0,
"travelMode":"Walking"
}
],
"startLocation":{
"bbox":[
48.85746,
2.2933,
48.859039,
2.29569
],
"name":"Eiffel Tower, Paris, France",
"point":{
"type":"Point",
"coordinates":[
48.857929,
2.29526
]
},
"address":{
"adminDistrict":"IdF",
"adminDistrict2":"Paris",
"countryRegion":"France",
"formattedAddress":"Eiffel Tower, Paris, France",
"locality":"Paris",
"landmark":"Eiffel Tower"
},
"confidence":"High",
"entityType":"Monument",
"geocodePoints":[
{
"type":"Point",
"coordinates":[
48.857929,
2.29526
],
"calculationMethod":"Rooftop",
"usageTypes":[
"Display"
]
}
],
"matchCodes":[
"Good"
]
},
"travelDistance":3.854,
"travelDuration":2775
}
],
"travelDistance":3.854,
"travelDuration":2775
}
]
}
],
"statusCode":200,
"statusDescription":"OK",
"traceId":"10fc9a17384d4d1096be9e428af7d32a"
}