【发布时间】:2011-08-16 23:00:38
【问题描述】:
-
我想在 googlePlaces 查询字符串中添加包含空格的名称。我的字符串是:
googleUrl=[[NSString alloc] initWithFormat:@"https://maps.googleapis.com/maps/api/place/search/xml?location=%f,%f&radius=500&name=burber shop&sensor=false&key=我的钥匙",ab,bb];
请注意
"&name=the burber shop"
在上面的字符串中。 如果我输入 &name=asda 它可以工作,但是因为 burber 店里有空间,所以它不起作用。请提出建议。
2 我想获得所有商店的完整地址。如何做到这一点。
【问题讨论】:
标签: iphone