location/fetch-location-images

Description

  • Obtain location-based images based on latitude and longitude.

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
longitudeYesfloatlongitude
latitudeYesfloatlatitude
widthNointimage width
heightNointimage height

Request Example

 {
  "type": 27,
  "longitude": 104.00005,
  "latitude": 38.00005,
  "width": 425,
  "height": 162
 } 

Return Example

  {
    "data": {
      "status": 0,
      "desc": "",
      "data": []
    }
  }

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark