zhengqunkoo / taxibros

Instantly query taxi arrival times
0 stars 1 forks source link

Split ConvertRoad to ConvertLocation and ConvertLocationRecords #71

Closed pengnam closed 6 years ago

pengnam commented 6 years ago

Location and Location records use to share many common functions.

Now, location records are downloaded by using a kdtree to find nearest road. Location still uses the nearest road API.