networkSearch(walkscoreAPI)
networkSearch()所属R语言包:walkscoreAPI
Network Search
网络搜索
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A function to perform the Network Search API call.
一个函数来执行网络搜索API调用的。
用法----------Usage----------
networkSearch(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----------
gives information about all routes and all stops within a mile radius of a query location. This function returns a very data-rich object with details on every stop and every route included in this radius.
提供信息查询位置方圆一里的所有路线和站内。这个函数返回一个数据非常丰富的对象,每到一站,在此半径包括每一个路线的详细信息。
值----------Value----------
Returns an object of class NetworkSearch, which has two elements: first is $routelist, which is a list of objects of class Route, and second is $stoplist, which is a list of objects of class Stop.
返回一个对象类NetworkSearch,其中有两个要素:第一是routelist,这是一个类的对象的列表Route,第二个是$非索引字表,这是一个类的对象的列表Stop。
参数:routelist
List of routeID, route name, route catagory, maintaining agency, agency website, and stops served by the route.
列表routeID,路线名称,路线别,保持机构,机构的网站,并停止服务的路线。
参数:stoplist
List of stopID, stop name, stop latitude, stop longitude, and a list of routes which use the stop.
列表stopID,站名,停止纬度,停止经度,和停止使用的路由列表。
注意----------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>routeDetails</code>
实例----------Examples----------
## Not run: [#不运行:]
networkSearch(-73.98496,40.74807,"your key")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|