NetworkCoverage

  • Name
    object
    Type
    string
    Description

    Type of object is always networkCoverage.

    Allowed values: networkCoverage 
  • Name
    coverage
    Type
    array
    Description
    A list of coverage details for the plans in the project.
  • Name
    location
    Type
    object
    Description
    The location for which coverage information is provided.
    • Name
      coordinates
      Type
      object
      Description

Example

{
  "object": "networkCoverage",
  "coverage": [
    {
      "plan": "pln_0SNlurA049MEWV3V0q7gjQbM4EVo",
      "provider": "p11",
      "strength": "excellent",
      "minDecibelMilliwatts": -100
    }
  ],
  "location": {
    "coordinates": {
      "latitude": 40.7831,
      "longitude": -73.9712
    }
  }
}