Fleet WayPoint : 按航点设置访问时间范围
Fleet WayPoint : set range of access hours by waypoint
是否可以设置一个开放访问时间范围来计算findpickups.json?
在 Nokia HERE 文档中指出,要建立访问时间范围,必须使用此方法指明。 "acc: mo10: 30: 00 + 01: 00 | mo12: 00: 00 + 01: 00; st: 600", 但是否可以指出以下情况?
From Monday to Friday from 10:30 a.m. to 12 p.m. and from 4:00 p.m. to 8:00 p.m.
指定访问时间的格式为 xsd 类型 xs:datetime only
DDhh:mm:ss[Z|(+|-)hh:mm]|DDhh:mm:ss[Z|(+|-)hh:mm]
对于访问时间,天数 (DD) 缩写为两个小写字符:mo 表示星期一,tu 表示星期二,we, th, fr, sa, su。小时 (hh) 必须是 0..23 范围内的整数值。分和秒必须在 0..59 范围内。
第一个时间戳定义访问时间的开始,第二个时间戳定义访问时间的结束。访问时间限制需要服务时间,即在航点的时间长度,
例如 acc:mo09:30:00-01:00|12:00:00-01:00;st:600
无法为一个目的地指定多天,但您可以指定多个具有单独访问时间的目的地,如下图所示
https://wse.api.here.com/2/findpickups.json?departure=2015-05-04T8:00:00%2b01:00&mode=fastest;car;traffic:disabled&app_id={YOUR_APP_ID}&app_code={YOUR_APP_CODE}&start=DuisburgRuhrort;51.4541,6.7406&destination1=ZecheZollverein;51.486,7.0459;acc:mo09: 00:00%2b01:00%7cmo10:00:00%2b01:00;st:60&destination2=KokereiZollverein;51.4879,7.0337;acc:mo10:30:00%2b01:00%7cmo12:00:00%2b01:00; st:600&destination3=MuehlheimRuhrHbf;51.432,6.886;acc:mo08:00:00%2b01:00%7cmo09:00:00%2b01:00;st:60&end=DuisburgHafen;51.4576,6.7717&improveFor=TIME
是否可以设置一个开放访问时间范围来计算findpickups.json?
在 Nokia HERE 文档中指出,要建立访问时间范围,必须使用此方法指明。 "acc: mo10: 30: 00 + 01: 00 | mo12: 00: 00 + 01: 00; st: 600", 但是否可以指出以下情况?
From Monday to Friday from 10:30 a.m. to 12 p.m. and from 4:00 p.m. to 8:00 p.m.
指定访问时间的格式为 xsd 类型 xs:datetime only
DDhh:mm:ss[Z|(+|-)hh:mm]|DDhh:mm:ss[Z|(+|-)hh:mm]
对于访问时间,天数 (DD) 缩写为两个小写字符:mo 表示星期一,tu 表示星期二,we, th, fr, sa, su。小时 (hh) 必须是 0..23 范围内的整数值。分和秒必须在 0..59 范围内。 第一个时间戳定义访问时间的开始,第二个时间戳定义访问时间的结束。访问时间限制需要服务时间,即在航点的时间长度,
例如 acc:mo09:30:00-01:00|12:00:00-01:00;st:600
无法为一个目的地指定多天,但您可以指定多个具有单独访问时间的目的地,如下图所示
https://wse.api.here.com/2/findpickups.json?departure=2015-05-04T8:00:00%2b01:00&mode=fastest;car;traffic:disabled&app_id={YOUR_APP_ID}&app_code={YOUR_APP_CODE}&start=DuisburgRuhrort;51.4541,6.7406&destination1=ZecheZollverein;51.486,7.0459;acc:mo09: 00:00%2b01:00%7cmo10:00:00%2b01:00;st:60&destination2=KokereiZollverein;51.4879,7.0337;acc:mo10:30:00%2b01:00%7cmo12:00:00%2b01:00; st:600&destination3=MuehlheimRuhrHbf;51.432,6.886;acc:mo08:00:00%2b01:00%7cmo09:00:00%2b01:00;st:60&end=DuisburgHafen;51.4576,6.7717&improveFor=TIME