Location:

Track Correction

MatchRoad Class

Based on the GPS data of the vehicle (minimum 10 track points, distance greater than 50 meters), return the basic information of the road where the track points are located and the current road condition information, and return to the surrounding landmark poi.

ConstructorDescription

nimap.service.MatchRoad(MatchRoadOptions)

 

MatchRoadOptionsTypeDescription

source

String

Collect trace data source, mobile: phone, car navigation Instrument: carnavi, smart wear: swear

 

MethodReturn ValueDescription

search(lonlats:Array,function(result))

according to Track point string for track matching

TOP