buildAddresses
Builds a list of addresses asynchronously for the passed coordinates You can use this method to build a list of map-matched geopoints that will be accessible in Address.location if map-matching is successful
Performs a basic map matching by using only the coordinates of the points. All other parameters of the points will be ignored.
Parameters
points
the list of GeoPoint to build the list of Address from. Only GeoPoint.x and GeoPoint.y are used to create the Address
callback
the callback to get the result on main thread