LocalitiesDetailsResponseResultGeometry

data class LocalitiesDetailsResponseResultGeometry(val location: LatLng, val viewport: LatLngBounds? = null)

The location of the PostalCode, in latitude and longitude, eventually associated with a Viewport.

Parameters

location
viewport

Constructors

Link copied to clipboard
constructor(location: LatLng, viewport: LatLngBounds? = null)

Properties

Link copied to clipboard
@SerializedName(value = "location")
val location: LatLng
Link copied to clipboard
@SerializedName(value = "viewport")
val viewport: LatLngBounds? = null