stopDetails(walkscoreAPI)
stopDetails()所属R语言包:walkscoreAPI
Stop Details
停止详细信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A function to perform the Stop Details API call, which provides additional information about a transit stop of interest.
一个函数来执行的停止API调用,它提供了额外的信息感兴趣的中转站。
用法----------Usage----------
stopDetails(stopid, key)
参数----------Arguments----------
参数:stopid
The stop ID of the stop of interest. (string)
点ID的停止的兴趣。 (字符串)
参数:key
your Walk Score API key. (string)
你走路的分数API密钥。 (字符串)
Details
详细信息----------Details----------
Stop ID is a unique string of characters used to identfy stops. They can be obtained through the search functions provided in this library.
停止ID是一个唯一的字符串使用的字符identfy站。它们可以通过设置在该库中的搜索功能获得。
值----------Value----------
Returns an object of class StopDetails, basically a list of the following elements:
返回类的一个对象StopDetails,基本上是以下元素列表:
参数:stopID
ID of the stop of interest (same as input ID)
感兴趣的停止ID(作为输入ID相同)
参数:stopName
Name of stop of interest.
利益站的名称。
参数:stopLong
Longitude of stop of interest.
经度停止的兴趣。
参数:stopLat
Latitude of stop of interest.
纬度的利益站。
参数:routeList
List of route ID's which serve the stop of interest.
列表的路由ID的停止服务的兴趣。
注意----------Note----------
Visit www.walkscore.com for information on Walk Score and to obtain an API key
访问www.walkscore.com的步行分数的信息,并获得API密钥
(作者)----------Author(s)----------
John Whalen
参考文献----------References----------
<h3>See Also</h3> <code>stopSearch</code>, <code>networkSearch</code>
实例----------Examples----------
## Not run: [#不运行:]
stopDetails("s13993", "your key")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|