问题描述
我试图在iphone上创建一个搜索附近商店,
,但是我找不到任何解决方案来获取Gdata库中的数据。
$ b
$ b $他们只支持以下Google服务提供的Google数据API,但不包含Google地图! b Google Base
logger
图书搜索
日历
代码搜索
联系人
文件列表
财务
健康
Picasa网络相册
电子表格
网站管理员工具
YouTube
任何我应该寻找的解决方案或想法都会非常感谢。
据我所知,唯一的方法是使用标准Google搜索的KML输出格式:
http://maps.google.com.au/maps?f=q&source=s_q&hl=zh-TW&geocode= &安培; q =意大利%20类别:restaurants& sll = -37.816518,144.890628& sspn = 0.007247,0.012424& ie = UTF8& z = 12& output = kml
Im trying to create a "search nearby" shops on iphone,but i can not find any solution on how to get the data from Gdata Libraries.
http://code.google.com/p/gdata-objectivec-client/
They only support the following Google services provides a Google data API, but not google maps?!
Google BaseBloggerBook SearchCalendarCode SearchContactsDocuments ListFinanceHealthPicasa Web AlbumsSpreadsheetsWebmaster ToolsYouTube
Any solution or idea where i should look for would be much appreciated.
As far as I know, the only way to do this is to use the KML output format from a standard Google search:
http://maps.google.com.au/maps?f=q&source=s_q&hl=en&geocode=&q=italian%20category:restaurants&sll=-37.816518,144.890628&sspn=0.007247,0.012424&ie=UTF8&z=12&output=kml
Although you should check Google's terms and conditions to see if you're allowed to use that as an API.
这篇关于从GData访问Google地图列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!