我正试图利用谷歌之首,在我所在地周围找到地方。
根据该守则,在搜查地点时点击URL。
NSString *URL = [NSString stringWithFormat:@"https://maps.googleapis.com/maps/api/place/search/json?location=-33.8670522,151.1957362&radius=500&sensor=true&key=0dp-j3dkCU_YUb97RHcbL5shmRrJ5R2y4bYz1Vw"];
NSMutableURLRequest *request = [[NSMutableURLRequest alloc]initWithURL:[NSURL URLWithString:URL]
cachePolicy: NSURLRequestReloadIgnoringLocalCacheData
timeoutInterval: 4];
[request setValue:@"application/json" forHTTPHeaderField:@"accept"];
NSObject *id1 = [[NSURLConnection alloc] initWithRequest:request delegate:self startImmediately:YES];
我收到以下答复,即由Jons格式。
{
"html_attributions" : [],
"results" : [],
"status" : "REQUEST_DENIED"
}
关于搜索谷歌之窗,它说,“请问”的一般原因,是不正确的。 但是, 就我而言,我也说这是正确的。
有什么想法?
同样,我所利用的APICKey在Anthony、Piche和BlackBerry开发的申请也很常见。 是否是? 或者,我是否需要另一张APICKey(我的Pipe App)? 因此, 另一个问题是。 能否在所有三个平台上使用同样的钥匙?