PlaceName

data class PlaceName(val name: String?, val coordinates: String)

The outcome of a reverse-geocode lookup.

Parameters

name

a short place label (e.g. "Koregaon Park, Pune"), or null when unresolved.

coordinates

the formatted lat, lng fallback line, always present.

Constructors

Link copied to clipboard
constructor(name: String?, coordinates: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The best single line to show: the resolved name when available, else the coordinates.

Link copied to clipboard
val name: String?