routeDetails(walkscoreAPI)
routeDetails()所属R语言包:walkscoreAPI
Route Details
路线详情
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A function to perform the Route Details API call, which provides additional information about a particular route.
一个函数来执行的路线详细的API调用,它提供了一个特定的路线的其他信息。
用法----------Usage----------
routeDetails(routeid, key)
参数----------Arguments----------
参数:routeid
Route ID number for the route of interest (string)
利益的路线路线的ID号(串)
参数:key
your Walk Score API key (string)
你走路的分数API键(字符串)
Details
详细信息----------Details----------
Route ID is a unique string of characters used to identfy routes. They can be obtained through the search functions provided in this library.
路由ID是一个唯一的字符串使用的字符identfy路线。它们可以通过设置在该库中的搜索功能获得。
值----------Value----------
Returns an object of class RouteDetails, basically a list of the following elements:
返回类的一个对象RouteDetails,基本上是以下元素列表:
参数:routeID
The route ID of the route of intrest (same as input ID)
的路径ID的路由的intrest(作为输入ID相同)
参数:routeName
Name of the route of interest
兴趣路线名称
参数:routeCatagory
Mode of transportation associated with this route
与这条路线的交通方式
参数:agency
Transit agency associated with this route
这条路线与运输公司
参数:agencyURL
Agency website
机构网站
参数:routeGeometry
Coordinates of route linestring, used for mapping the route.
的坐标路由LINESTRING,用于映射该路由。
参数:stopList
List of stop ID's served by this route.
这条路线的服务站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>networkSearch</code>,<code>stopDetails</code>
实例----------Examples----------
## Not run: [#不运行:]
routeDetails("r415","your key")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|