PropertyLocation

Property location with coordinates, country, and locality.

  • country
    Type: null | string

    ISO 3166-1 alpha-2 country code.

  • latitude
    Type: null | number | string Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$Format: double

    WGS84 latitude.

  • locality
    Type: null | string

    City or area name.

  • longitude
    Type: null | number | string Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$Format: double

    WGS84 longitude.