Location

data class Location(var longitude: String? = null, var latitude: String? = null)

Represents geographic coordinates in a place挿

Constructors

Link copied to clipboard
constructor(longitude: String? = null, latitude: String? = null)

Properties

Link copied to clipboard

The latitude coordinate, if available.

Link copied to clipboard

The longitude coordinate, if available.