AddressesUtils
object AddressesUtils
Types
Link copied to clipboard
interface AddressesCreationCallback
Callback for creating list of Address asynchronously
Link copied to clipboard
interface MapMatchedLocationsCallback
Callback for checking map-matched location of addresses
Functions
Link copied to clipboard
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
Link copied to clipboard
fun checkAddressesLocation(addresses: List<Address>, callback: AddressesUtils.MapMatchedLocationsCallback)