Driving Route Navigation API
includes global positioning, data retrieval, Route planning, real-time navigation and other query functions
See details: HTTP://WWW.HAOSERVICE.COM/DOCS/24
Example details:
{"Error_code": 0,
"Reason": "Success",
"Result": {"route":
{"origin": "116.379018,39.865026", "Destination": "116.321139,39.896028",
"Paths": [{"Steps": [{"Instruction": " Drive Southeast 116 meters to the left in front",
" polyline": "116.37986, 39.865673;..... 116.380363,39.865173;116.3806,39.864799 "},/* path * /
{"instruction": " Drive eastward 74 meters to the right in front of the ramp",/* Navigation description * /
"Polyline": "116.3806, 39.864796; 116.381218,39.864899;116.381348,39.864956 "},
{"instruction": " go along Beijing South railway Station Road 565 meters right",
"Polyline": "116.381348, 39.864956; ..... 116.384529,39.865883; "},
{"instruction": " go south along Majiabu East road 176 meters straight to the left road",
"Polyline": "116.38752, 39.86512;..... 116.386925,39.863609 "},
{"instruction": " go south along Majiabu East Road 702 meters to the right",
"Polyline": "116.386925,39.863605;116.386848,39.863197;"},
{"instruction": " Drive 424 meters west of the south third Ring road and go to the main road to the left in front",
"Polyline": "116.386734, 39.857262;... 116.383781,39.857288; "},
{"instruction": " 294 meters southeast to reach the destination",
"Polyline": "116.319847, 39.896862; ..... 116.32,39.896358;116.320068,39.896332; "}
]}
]}
}
}
Driving route Navigation