POI Range

Platform: API iOS Android

POI Range iOS SDK provides the ability to query all POI information within a specified area.

Interface code (Enum) Interface Class
INQUIRE_TYPE_GEO_POI_RANGE POI range GeoBaseClass

Request Parameters

If no optional parameters are set, the default value will be used.

  • location(required)The comma-separated longitude and latitude (decimal, up to 2 decimal places) of the location to be queried. For example: location=116.41,39.92
  • appKey(required)API authentication key, please refer to How To Get Your Key. For example: appKey=12334567890ABC
  • radiusSet search radius, the value range is 1-50, in kilometers. 5 by default.
  • numberNumber of the results in response, from 1 to 20, 10 is the default.
  • langMulti-language setting, please see Language to find out how our multi-language works and how to set up.

Sample Code

QWeatherConfigInstance.publicID = @"publicID";
    QWeatherConfigInstance.appKey = @"key";
    QWeatherConfigInstance.appType = APP_TYPE_BIZ;
    QWeatherConfigInstance.location = @"116.4,39.1";
    [QWeatherConfigInstance weatherWithInquireType:INQUIRE_TYPE_GEO_POI_RANGE WithSuccess:^(GeoBaseClass *responseObject) {
        
        NSLog(@"Description->%@",[responseObject description]);
        
    } faileureForError:^(NSError *error) {
        NSLog(@"error->%@",error);
        
    }];
    

Response

Parameters Description Example
code Status code, please refer to Status Code 200
location.name Location Name Nanshan District
location.cid Location ID 101280604
location.lat Latitude of the location 22.53122
location.lon Longitude of the location 113.92942
location.adm2 Name of the superior administrative division of the location Shenzhen
location.adm1 The first-level administrative region of the location Guangdong Province
location.country Country name of the location China
location.tz POI Timezone +0800
location.utcOffset The number of hours offset between local time and UTC time, refer to UTC-Offset +08:00
location.isDst Is the location currently observing Daylight Saving time
1 in daylight saving time
0 not in daylight saving time
0
location.type POI type city
location.rank Location Rank 10
location.fxLink Responsive web page of this location, easy to embed in your website or APP http://hfx.link/34T5
refer.sources Data source and other statements, may be null  
refer.license License, may be null