PlaceLocation

@JsonClass(generateAdapter = true)
data class PlaceLocation(val latLng: String)

Represents a place location with latitude and longitude.

Example JSON:

{
"latLng": "40.712776°, -74.005974°"
}

Constructors

Link copied to clipboard
constructor(latLng: String)

Properties

Link copied to clipboard