PropertyLocation
Property location with coordinates, country, and locality.
- countryType: null | string
ISO 3166-1 alpha-2 country code.
- latitudeType: null | number | string
Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$Format: doubleWGS84 latitude.
- localityType: null | string
City or area name.
- longitudeType: null | number | string
Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$Format: doubleWGS84 longitude.