The Address type represents an international mailing address in objects of the following types:
Workplace (Activity API 1.0)
Workplace and Suggestion (Activity API 2.0)
Schema |
|
type Address { id: ID! longLabel: String buildingLabel: String country: String county: KeyedString city: KeyedString postalCode: String location: Geopoint }
|
Field |
Type |
Description |
id |
ID! |
ID of address. |
longLabel |
String |
Full label of address. |
buildingLabel |
String |
Building label of address. |
country |
String |
Country code of address. |
county |
County of address. |
|
city |
KeyedString |
City of address. |
postalCode |
String |
Postal code of address. |
location |
Geopoint location of address. |
|
|
|
|
HealthCare Locator SDK 1.0 and higher
GraphQL Activity API 1.0 and Activity API 2.0