Locality Data Type

Properties
name data type description
position Position
blur number
locationComment string
locality string

Example

{
  "position" : {
    "mtb" : {
      "mtb" : "..."
    },
    "epsg" : 12345,
    "type" : "MTB",
    "posCenterLatitude" : 12345.0,
    "posCenterLongitude" : 12345.0,
    "wkt" : "...",
    "wktEpsg" : 12345
  },
  "blur" : 12345,
  "locationComment" : "...",
  "locality" : "..."
}