LocationAddress
Physical address of a location
type LocationAddress {
city: String
country: String
countryCode: String
formatted: [String!]!
latitude: Float
longitude: Float
phone: String
postalCode: String
state: String
stateCode: String
streetLine1: String
streetLine2: String
}
Fields
LocationAddress.city ● String scalar
City
LocationAddress.country ● String scalar
Country of the location (ISO 3166-1 alpha-2 code)
LocationAddress.countryCode ● String scalar
Country ISO 3166-1 alpha-2 code (e.g., PL, US)
LocationAddress.formatted ● [String!]! non-null scalar
Formatted address lines (country-aware ordering)
LocationAddress.latitude ● Float scalar
Latitude (decimal degrees)
LocationAddress.longitude ● Float scalar
Longitude (decimal degrees)
LocationAddress.phone ● String scalar
Phone number
LocationAddress.postalCode ● String scalar
Postal / ZIP code
LocationAddress.state ● String scalar
State / province name
LocationAddress.stateCode ● String scalar
State / province code (e.g., CA, MZ)
LocationAddress.streetLine1 ● String scalar
First line of street address
LocationAddress.streetLine2 ● String scalar
Second line of street address (apartment, suite)
Member Of
Location object