geoloc(walkscoreAPI)
geoloc()所属R语言包:walkscoreAPI
Google Geolocation API Call
谷歌GEO定位API调用
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A function to perform the Google Geolocation API call, and return the longitude and latitude coordinates of the query location.
谷歌GEO定位API调用一个函数来执行,并返回查询位置的经度和纬度坐标。
用法----------Usage----------
geoloc(address, apikey)
参数----------Arguments----------
参数:address
query address (string). Do not use commas, and zip codes are not required, e.g. "1600 Pennsylvania Ave Washington DC".
查询地址(字符串)。不要使用逗号,和邮政编码是不需要的,例如: “1600年宾夕法尼亚大道华盛顿DC”。
参数:apikey
your Google API key (string)
谷歌API密钥(字符串)
Details
详细信息----------Details----------
Use of this function requires a Google API key, which is different from the Walk Score API key. Get one here: http://code.google.com/apis/maps/signup.html
使用此功能需要一个谷歌API密钥,该密钥是不同的步行分数API密钥。在这里获得一个:http://code.google.com/apis/maps/signup.html
值----------Value----------
Returns an object of class GoogleGeoloc, basically a list of the following elements:
返回类的一个对象GoogleGeoloc,基本上是以下元素列表:
参数:coordinates
A vector of two numbers, the first representing the longitude and the second representing the latitude.
的向量的两个数字,第一个表示的经度和第二表示的纬度。
参数:accuracy
Accuracy rating of geolocation.
GEO定位的精度等级。
参数:city
City containing the requested address
城市含有所请求的地址
参数:state
State containing the requested address
状态包含所请求的地址
参数:country
Country containing the requested address
国家包含请求的地址
注意----------Note----------
For description of Google Geolocation see here: http://code.google.com/apis/gears/api_geolocation.html
对于谷歌GEO位置的描述在这里看到:http://code.google.com/apis/gears/api_geolocation.html
(作者)----------Author(s)----------
John Whalen
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|