Address

data class Address(val streetName: String, val city: String, val countryCode: String, val countryName: String)

Provides detailed information about address for the current location.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

streetName

The street name.

city

The city.

countryCode

The 3-character ISO 3166-1 alpha-3 country code.

countryName

The country name.

Constructors

Link copied to clipboard
constructor(streetName: String, city: String, countryCode: String, countryName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard