NearbySearchResult

open class NearbySearchResult(val address: Address, val distance: Long = 0)

class that defines a result from ReverseSearchEngine.searchAround.

Parameters

address

the address of the result

distance

the distance (in meters) from the position passed in ReverseSearchEngine.searchAround to this POI.

Inheritors

Constructors

Link copied to clipboard
constructor(address: Address, distance: Long = 0)

Properties

Link copied to clipboard
open val address: Address
Link copied to clipboard
open val distance: Long = 0