EndpointLocation

Specifies geographic information about an endpoint.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val city: String?

The name of the city where the endpoint is located.

Link copied to clipboard

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the endpoint is located. For example, US for the United States.

Link copied to clipboard

The latitude coordinate of the endpoint location, rounded to one decimal place.

Link copied to clipboard

The longitude coordinate of the endpoint location, rounded to one decimal place.

Link copied to clipboard

The postal or ZIP code for the area where the endpoint is located.

Link copied to clipboard

The name of the region where the endpoint is located. For locations in the United States, this value is the name of a state.

Functions

Link copied to clipboard
inline fun copy(block: EndpointLocation.Builder.() -> Unit = {}): EndpointLocation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String