ReverseGeocodingRepository

class ReverseGeocodingRepository(context: Context) : ReverseSearchRepository

Provides meta-data about a given location using TomTom's API.

Constructors

Link copied to clipboard
fun ReverseGeocodingRepository(context: Context)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open suspend override fun getCountry(latLng: LatLng): String?