LayersResponse Data Type

Properties
name data type description
layers array of Layer

Example

{
  "layers" : [ {
    "name" : "...",
    "dates" : [ "...", "..." ],
    "bounds" : {
      "xmin" : 12345.0,
      "ymin" : 12345.0,
      "xmax" : 12345.0,
      "ymax" : 12345.0
    }
  }, {
    "name" : "...",
    "dates" : [ "...", "..." ],
    "bounds" : {
      "xmin" : 12345.0,
      "ymin" : 12345.0,
      "xmax" : 12345.0,
      "ymax" : 12345.0
    }
  } ]
}