stopSearch(walkscoreAPI)
stopSearch()所属R语言包:walkscoreAPI
Stop Search
停止搜索
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A function to preform the Stop Search API Call.
瓶坯停止搜索API调用的功能。
用法----------Usage----------
stopSearch(x, y, key)
参数----------Arguments----------
参数:x
longitude of query location (numeric)
查询位置的经度(数字)
参数:y
latitude of query location (numeric)
查询位置的纬度(数字)
参数:key
your Walk Score API key (string)
你走路的分数API键(字符串)
Details
详细信息----------Details----------
The Stop Search API Call returns the sixteen closest stops to a query location which service unique routes.
停止搜索API调用返回的16站到查询位置服务的独特路线。
值----------Value----------
Returns a list of objects of class "Stop2", which are basically lists with the following elements:
返回一个列表对象类“停止2”,这基本上是以下元素的列表:
参数:stopID
A unique ID for the particular stop, which can be used to get additional info about that stop.
一个独特的ID为特定的站,它可以被用来获取有关该站的其他信息。
参数:stopName
Name of the particular stop.
的特定的一站的名称。
参数:stopDistance
Distance to the query location, in miles.
查询位置,距离英里。
参数:stopLong
Longitude of the particular stop.
经度的特定停止。
参数:stopLat
Latitude of the particular stop.
纬度的特别站。
参数:routeDetails
Object of class "RouteDetails", which lists the route id, name, catagory, and agency of the orute served at the stop.
“RouteDetails”类的对象,其中列出的路径ID,姓名,别和机构在停止送达的orute的,。
注意----------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>stopDetails</code>, <code>networkSearch</code>
实例----------Examples----------
## Not run: [#不运行:]
stopSearch(-73.98496,40.74807,"your key")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|