Skip to Content

Location

Properties

FieldTypeDescriptionNullable
countrystringTwo-letter country code (ISO 3166-1 alpha-2)false
statestringState/region nametrue
citystringCity nametrue
latitudenumberGeographic latitudetrue
longitudenumberGeographic longitudetrue

Example

{ "country": "US", "state": "NY", "city": "Cupertino", "latitude": 37.3230, "longitude": 122.0322 }
Last updated on