POST api/location/geolist

Request Information

URI Parameters

None.

Body Parameters

Object

None.

Request Formats

application/json, text/json

Sample:
{}

Response Information

Resource Description

OKOfCenterPolygon[]
NameDescriptionTypeAdditional information
data

Collection of CenterPolygon

None.

errCode

integer

None.

errMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "errCode": 1,
  "errMsg": "sample string 2",
  "data": [
    {
      "ObjectID": 1,
      "CircleID": 2,
      "CircleName": "sample string 3",
      "Lon": 4.0,
      "Lat": 5.0,
      "oLon": 6.0,
      "oLat": 7.0,
      "R": 8,
      "IOType": 9
    },
    {
      "ObjectID": 1,
      "CircleID": 2,
      "CircleName": "sample string 3",
      "Lon": 4.0,
      "Lat": 5.0,
      "oLon": 6.0,
      "oLat": 7.0,
      "R": 8,
      "IOType": 9
    }
  ]
}