diff --git a/changelog/unreleased/features/7467.md b/changelog/unreleased/features/7467.md new file mode 100644 index 00000000000..2590e4366c5 --- /dev/null +++ b/changelog/unreleased/features/7467.md @@ -0,0 +1 @@ +- Added `IncidentInfo#length` property. diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 16cade916f1..423af803a66 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -13,15 +13,15 @@ ext { // version which we should use in this build def mapboxNavigatorVersion = System.getenv("FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION") if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == '') { - mapboxNavigatorVersion = '148.0.1' + mapboxNavigatorVersion = '155.0.0' } println("Navigation Native version: " + mapboxNavigatorVersion) version = [ - mapboxMapSdk : '10.15.0', + mapboxMapSdk : '10.16.0-beta.1', mapboxSdkServices : '6.13.0', mapboxNavigator : "${mapboxNavigatorVersion}", - mapboxCommonNative : '23.7.0', + mapboxCommonNative : '23.8.0-beta.1', mapboxCrashMonitor : '2.0.0', mapboxAnnotationPlugin : '0.8.0', mapboxBaseAndroid : '0.8.0', diff --git a/instrumentation-tests/src/androidTest/java/com/mapbox/navigation/instrumentation_tests/core/UpcomingRouteObjectsTest.kt b/instrumentation-tests/src/androidTest/java/com/mapbox/navigation/instrumentation_tests/core/UpcomingRouteObjectsTest.kt index 49a31ac394a..daa456b3312 100644 --- a/instrumentation-tests/src/androidTest/java/com/mapbox/navigation/instrumentation_tests/core/UpcomingRouteObjectsTest.kt +++ b/instrumentation-tests/src/androidTest/java/com/mapbox/navigation/instrumentation_tests/core/UpcomingRouteObjectsTest.kt @@ -184,6 +184,29 @@ class UpcomingRouteObjectsTest : BaseCoreNoCleanUpTest() { ) } + @Test + fun incidentLengthTest() = sdkTest { + mapboxNavigation = createMapboxNavigation() + mapboxNavigation.startTripSession() + val origin = Point.fromLngLat(137.52814, 34.837394) + stayOnPosition(origin) + setUpRoutes( + R.raw.route_with_length, + "137.5281542766699,34.83741480073306;137.53072840419628,34.83636637489471" + ) + + val upcomingIncidents = mapboxNavigation.routeProgressUpdates() + .first { it.navigationRoute.id.startsWith("route_with_length") } + .upcomingRoadObjects + .filter { it.roadObject.objectType == RoadObjectType.INCIDENT } + assertEquals(1, upcomingIncidents.size) + val incident = upcomingIncidents[0].roadObject as Incident + assertEquals( + 1784, + incident.info.length + ) + } + @Test fun distanceToIncidentDoesNotChangeAfterAddingNewWaypointOnTheRouteGeometry() = sdkTest { mapboxNavigation = createMapboxNavigation() diff --git a/instrumentation-tests/src/main/res/raw/route_with_duplicate_incidents.json b/instrumentation-tests/src/main/res/raw/route_with_duplicate_incidents.json index ccfac315995..615ec4cba75 100644 --- a/instrumentation-tests/src/main/res/raw/route_with_duplicate_incidents.json +++ b/instrumentation-tests/src/main/res/raw/route_with_duplicate_incidents.json @@ -1 +1,54679 @@ -{"code":"Ok","routes":[{"weight_typical":"17785.004","voicelocale":"en-GB","routeIndex":"0","distance":307238.719,"duration":16121.847,"duration_typical":15935.705,"geometry":"org_cAazkmiGpEn^`C`PdD~OjAfHdDrIrC|HnFxKfD`FtKnL|PrN|AbAxHxFpJ~HdK`KtGdHvDxFrCxFfDfHrCfHdDvKnBfHdDrNrC`PdDvPjEpSpFdWbVjlArNrd@zAfHdOlq@hA`FjA~CPl@`C|CdDtDjEtDt@TnBl@v@ThA?t@?v@?|AUzAUhAWv@k@hAcArCqBrCgC|EcFhAcAbGgC|E{AhEcA`C?fDT`CVrCxA~BpB|AfChApBv@zAt@nBd@~Cb@|C?~CQxAe@~C{AjEeDjJoB|CwDbFmI`KmIjEc@dA{AxAw@TeD?qF?iA?oBcAoFaF{A{AiAoBiAiCw@gCoFeRqFcR_CyKe@kJPaFd@uDv@mElBsDdDuDtGgHfH}HhLeMhL}MpQwPfS{R~XiYhLeM~IyKtCeEfA_BbVya@bGoLxDiOxHsNtGeMbR{WhP_ZdZak@ng@{~@lj@wfA~Xij@~ImQxOmVp`@gh@pJeM~y@qdAdOyPlTgTxi@}c@f^qXvZ_Ul`Ait@rh@ya@zx@cm@nhAcw@zq@{h@nXiTde@{\\fSeMba@mVt]{RvvBgoAfi@c\\hq@k`@dKoG|PyKxS{MxOaKzL_I`NiJfLuItGoGzLeMzHcKhLwPjEeH|EyKvO}^dK_U~IiTnF}MrNy\\jIeRtGwPjEyKfSaf@zWym@|Pg^`NqXfHaPdK_UxHyP|EeMrN}^~IeWpJgYrNec@vVmv@tKa\\bGyPfHwPrNc\\nFwKzHiOfSca@rR}^jPqXhLeRhLaP`NqSzL{WnFaP~E{RvDc\\zAuZc@ob@oBsi@c@uZPeRhA_Z|Eec@lBkJtGwU|EeM~IqSrJ}M`RqXdO_UlIsN~IoQbV{h@|EyKrCaFpFgHjIkJ|EaFzHcFxHaF`NgHrRkJrNgHhHkExHqGhLmLbK}MzH}MbKmV|EwPfDcRzAgMzAuZPeM?{RQ_p@e@mv@{AqX{AiOoFo]uRqnA{S}tAiEiYcGs_@yD{WeD_UyHwf@kEwZgHmg@{Hob@mIog@uK}^oFeRkE{RaC{Rw@oLe@gMQwKd@oQt@mQnBwPjEqSnF}R~IqS~IkOtK{MtGgHlIoGhLgHdOgHfScFpQgCjTk@n\\j@~Tl@|[V~T?~T?fm@j@xp@pBju@|Cn\\bAta@pB~TbAfi@l@bRyAnQTrYl@rGTzHTlIVfHWjEk@dDm@fHgCjEgC|EmEnFeHrCqGrCkJ|AoLb@sIQkJw@kJmBwKgD}HaCmEoFyFuGsDqJqBmIm@}_@?ye@U{A?kj@gCmc@cFgSaFaNcFaNuDkPyFkPgHeSaKmT{MgSaPah@}c@oy@mlA{qJ_dN{iCytDiAyAuh@qs@w@yAkh@ys@y`@aj@_eAm}AsYaf@cRk`@qJiT{b@o}@k`Ag{B_`@y|@gt@waBmy@ejBoaAcyBipCshGgHaPgm@osAwa@s_Amn@kvAeV_k@mMc\\e|Ck~Gih@ojAmXem@wa@mgAku@k}BwKya@k_@i`BmT_aAy^mbBwVchA{Lij@cVafAu]w|AaNym@iL}h@_YupAyH}^qQ{~@sCwPmBcKqFaf@eDyr@yO}{C}PgvDcB__@uEodAe@}MsYkuGi[esHgDio@}EsdA?eR?iTPml@pJgvD`CccApJigEhL_tEdDgoAhAcr@v@iYvO}}FnBwf@hAk`@nBwZhEaa@tGya@`Nox@ltBo|Hn}@glDr~@{jDxOgo@vOwk@lIeWvDsNdfAwyDzx@}`Dzx@e`DPm@xS}~@|E{WfHkq@xDox@v@og@}AwaAmB{\\uCgYeDuUkEsXgHk`@e@cBoJg]_J_Z_JkV_F}MqJwP_Yeh@as@{cAmTqX_}FclHwVk[c~Ca~DcmAw|A}mCcjDkq@sz@}IyKkvAufBw@cAqaAyrAog@go@ykBq_Csh@_p@ix@mbAeDmEmdAkqAatAodBgDmEmhAgjAaz@kv@ifG{vFgdBq_Bor@uu@}j@yr@ku@}~@w~CurDomBk}BosA_aBwp@gy@ib@wf@ynAw|AqaAosAiWob@y^{m@_Yyf@sYeh@kkAqzBumA}`CaN{WgoAwbCACoIgP}|@mbBitCyqFet@oxAgHaPqUwk@g^ufAiHm[aG}^aGke@uCyWg@qGgEqi@{Au_APmq@hAe^jE{r@zLi`AzHob@vOu_AlIwf@xSukAzAaKbs@ceEh`@g_CdQ}dA|EoXvp@o_Ebw@srEft@cjEbw@isEtGu_@zm@}qDhLke@|Pem@zLg^dZey@xSwk@|}AqkEhLk[~Nc`@lSei@xOob@j_@o}@dOgYzSm[rRmVlIkJjIsIlI}HnQiOtGqGpUmQhLqGxO}Hr]iObbAc\\`eAy\\pY}MhW}MjPaKbVwPn\\gYzSiT~Xq]nMmQvZ{h@rCyF|Wgh@z}A}{CbK{RdrBm_EpaDinGxi@mgAfuAwrCju@eoBbOwg@z^uoAxZccA`GoQvKu_@nFwTnMei@pU}eAvDwZnXk}BpJcr@|Eg^~Ikj@fWosAzSsz@n\\ehAhf@}tAzi@}oAbwCoaGjkA{jCrz@uaChb@{yAp`@{~AzW}tAbRafA`RwwAlXilCnB}UzA}QzH}y@`RonBxHmv@xOa|@xH}^bRij@|T{h@nn@cmAln@ecA`iA}yAldAklAzb@yf@bVk`@vVwf@xHySfDcJzPmq@lI}h@`CuZlBk[v@k`@?q]aCsi@eDaa@_Jcm@iL}c@i[g~@qU}c@wbAetA_xEujGaNoQa]}c@_mE}}Fy`Bg{B{b@cw@sRu_@uR{c@yi@{mA{HqSif@ecAad@qs@_NmQeZuZwVoQ}PoLqJyFoBcAuRyFuKcA_JVaNTiLbAiq@dReKbAySUoBWkIqBaNoGaCyAiL}MmI{RwDaPw@cRd@aPvD_U|L{WdOaPtl@_ZlX_PnMyPpUk`@bV}^`@g@~LePtG}HrNaKrYwZ`]}Yx^{W|WaPzLyFta@{RbVuIdK}CxyAke@zm@eRdp@{RzW}Hhm@wP`_Bmg@z}Aog@ng@{Rlu@g^lg@_Z`o@aa@n\\mVtKuIfi@{c@l_@g^|f@eh@lr@}y@rkCknD~iB}eC|LwPdp@c~@dt@aaAtGuIjPwU~Xk`@xOiThq@y|@ng@cr@p`@ml@|TwZrJ{M|j@o}@~Tu_@|OaZdE{HbVsd@~Tke@vZwp@hWup@dOu_@zW}t@zb@qsAtbAwhDfyA_~EpDwK`M__@dOsd@|Li^tKmVhLmVtGwKhWk`@~MoQng@em@xOuPhXsW`MwLnk@em@nXyWxi@}h@`h@wf@hAeA`pDe`Dp`@g^lXmVnQaPrNoLzSiO|PoLfS{M|[kOzWsInQmEhL}CvK{ArNcA~TyAdZm@tRVnQ`AhPdAxOpBlT|CxSjErY|HxSbFtGpBbKfC`z@dR`Cj@jIpB`Cl@vp@`PtmA|Yhb@bKtw@bR|q@xPth@lLvp@`PbmA~YrCbA|EbAbKfC~j@rNrYfHbVxFhb@jJb@TlfCzm@zcAvUfoBvf@tbAvUj[nGlXbF~T`FzLpB`NxAlXzAvVTnQUzWcAvV_DzSaFbQiFrSiGbGqBz[oLbh@yWbVoLfSaKfH_DvVwKh[oLfZkJrNuDh[yFba@}Cl_@l@jTl@xZ|Cf^|Hjj@lQp\\xPvZpStGbFdZxWng@`f@pk@zm@tVdW`JhJ|IjJjEjEpbBfeBj`AxaA`NzMnhAdhAta@lb@pQpQ`RbRhWtUhAl@t]pXbV|MjP|Hng@vP~c@fHtYpB~Xj@~Tk@rd@eA|EUnaA}H~kAwKrh@cF|LcAly@kJbgBoLl_@}ClM{AjkAaKtGk@lu@yFv_AyKp`@gClu@gHba@sDlXgCvK{A~ToBn\\_Dhb@uD|f@qGdp@aF~iB}Mj[qBr~@uDpk@cApv@?th@j@di@~C|[fCbtA~OrRtDt~@hT|[|Hzq@~Txi@zRbw@nb@rk@x\\h|@bm@jpBh`BbRlQ`~@tu@bRvPnxBrkBltBtfBtR`Pf_Axw@p`CdtB~u@tp@xSvPbl@vf@xe@ba@hL`K`NvKpYdW~I|Hdp@~j@hm@`f@xm@dh@dbAtz@r]~YjmCx~B~MzMvVvUl_@f^lhAfjAldAlqAfSfTpU~YnsA|jB`tAhvBd{@z~AzWdh@pUxa@`NlVdOxW`N`U~u@nnA|P~YhLvPp{AztBfdBzyBpFdHpUrXhq@nx@dKnLba@vf@zLrNlc@ng@b~@~eAd{@~`Ax^td@bl@tp@tGfHzLzMxDjEtVvZvV|Y``ClnCxHjJbGpG|wBbjCl~AhjBl_@`a@n\\f^ba@r_@th@je@hWhTrRrN~T`Pf^hT`RnLhS`KlXdMj[|MbVhJp`@|MrYtIn\\|HjTjEn\\xF~T|Cj[~Cfi@jE|_@zArNTp`@l@dVm@hf@cAn\\yAtR{AhWgChf@oGvVkEp`@_Ive@wKbRcFjj@iOvZkJvViJhb@kOxS}H~TsIdi@sSz^sNdOaFpU}Hf^eMhb@sNj_@gMlXeHt]uIve@iJdZcFda@oGta@cFhWqBrYoBpUcAlc@eA`]Up`@?t]bAvVdAhPbAbh@`Fh|@jJj_@fHnn@|Mpd@|M`o@pSrYxKlhAdh@pv@dc@zWxPxSzMfS|M`YbRvVnQdOdMhP|MbR~OhW`UtVtUvK`KxO`P~M|MpJhJhLdMj[l[x^dc@nQ~Tvw@heAh[vf@nMdRd^dm@lu@hvAnk@xmAf^|y@z^`aA~c@vwApUjv@xZhjA~TlbAxi@vmChf@zyBxOll@bV`w@ng@jvAfHvPpU`f@jPx\\pU`a@x^vk@vV|^fWb\\zb@dh@`o@`p@bw@xr@`RlQnc@ba@rd@va@jzAxwAz^j`@xjAvwAfm@n}@ft@foAzGvMxI|P~IdRvp@pzAnQ`f@lTnl@dDhJ~j@jqBj[jqApUpnAjPxhAnF`f@zLbrAzHn}@bGvwAlB`|@v@bmAPr_A?pzBd@fjAb@br@`CnbAbGzhAtGnx@~Ift@tGng@~M|y@bRn}@jPdm@hPvf@|P`a@vVng@|PzWdZr_@~TvU`YbWjn@xa@`d@~T`d@vPtV|HdVpGvuAj[xqDbw@xHxAzt@vPrRjEvhCjj@nQ|CzcA~T|IpBhm@dMn\\fHl_@fHtmAxWf_ArSdjAlV`iAlVtxA~Yf_ApSr_Bp]~XnGlTbFfjAxW~XxFdZfHlIfCppAp]`d@hOdZnL|[zMrYrNvOjJt]nQxHrDln@td@bRdMta@~YnM`K`NdMn`@|^x{@r_AhItKjb@lj@dVj[tVt_@fHnL`G`K`JlQfLvU|b@tz@zPva@f^`aAfO`f@|Ppn@dDnLlItZpUj{@xt@|vChf@vaBlThj@hLpXpd@heAfG|MvLxWrNpXjPzWta@tp@t~@brAb|AniBbbA~jAro@rz@dp@n}@|f@lv@pz@dyAfi@heAxSrd@~IpSzLzWhb@`fApJxW~zAnpEhm@lbBhL~Y`d@heAd^ps@jf@h{@d{@ftApo@fy@~TpXxDbFlTfTfLxKr`@`a@nFbFpUpSpJtIpJrI|EjElIfHnMnLl~A|tAve@`f@va@rd@tl@tu@hWf^vZfc@~eBdjCde@fo@rY~^f^r_@`h@ng@zWhTde@b\\~TdM|PbFzb@bWpJtDxZdMpo@zRxZpGtV`F~_@xFhb@jEhb@fC`h@hCvbDtDzsBjEnmBm@bbAqBvfAcFxcA}Czt@qGzm@yFve@yF|[kExx@eMl_@gHloAsSrYaFlhA}MzWyAvVcA`Rm@tYW~X?`]l@x_AnGd{@nLn}@dRf^tI|j@lQva@nLbO|D~EpAhm@`Pju@lQba@fH~_@`FnMzAdObAfSpBvOxAfSxAzHl@fSzA`]xA`d@pBpUzAhf@|Cbl@jEl_@hCfm@`Fts@pG|q@dHfLbAxZtDxi@bFrNnBtRpB~MzAjPnBl_@bFlXtDj_@bFvVtDj_@nGtRfCfStDtR~C`YjEtVrDtRtDzLpBrNfCx^fHzWxFnXfHbVfH|PxFrY`KxOdHfLpGzLnG`JbFrNhJxHbFfHbFtGxFfH`FbGxFjIfHvKxKnFnGhHfHpNvPdKnLlMvPzH`KnQlVvKrNhP~TbGrI`NvP|EpGpJvKlI`KfLrNfDtDjItI~I`KlIrI`NjOhLvKzLfMpJhJdKjJjTzRlMnL~I|HfOnLlMvKxOnLhLtIbVlQba@~Yhb@bWtKpGxOrIvKfHbKxF~IjEtKxFjPrIrNfHbRrIjP|HzPfHrNpG`N`Fro@vUrNvFbV~HdVdHzf@rNv{@dWp`@zMxZ`KhPpGp`@hOrYnLtR|H|PfHtRhJ|P~HrNnGt]dRng@bWjEfClXhOrYnQ`RvKvKpGhL|HbKfHfHjEnMrIpN`KxOxKdOxKnMhJjPnL~IfHzLhJ`RjO|P`PbG`FjI|HfOjOjI|HlIjJ~IjJpJvKpJnLrJxKrGrIbG|HxH`KlInL|EnGtGjJxHnLtGxKbGhJnFjJ|E|HbGxKfHnLjEjJpJlQdOtZlIdRfSrd@hLfYpUvp@hLb\\vKx\\lMxa@|ElQpJl[fHbWtG~TxHhYvK|^vKj`@nFnQxDrNnFvP|ElQlIpXjEdMvDdMrCtIjEnLfDvKrCtInFrNtGvPdOj`@bG`P|EdMtGrN|IzRlIdRzLzW|LbWfHrN~MbW|L~TpNdWzHrNhb@lq@zW`a@|PlV~Tj[tKrN`NxPxH`KzLrN`N~O~I`KzLrNzm@rn@dOrNhLvKtGxFvK`KfSvPrNnLnQ|Mxt@ri@xi@x\\jPhJvKpGtKxFzLnGrNfH||@xa@jj@hT|f@vP~P|FzAf@rxAxa@zSbFdkB|c@tl@rNrNtD|gAnXr~@`Uj`AtUhWpG~j@zMx^jJzb@`Kp`@jJxSxFn\\|HvVxFba@`KfSlEpUrDzLpBfOzApJbAfHl@fHj@|Pl@`Nl@|TTxZl@hPT|f@xA~TdAvVxAtVxAva@~Cj_@jEdOxAva@bF|_@xFnXbFta@dHx^~Hfi@dMdVxFhPfC~T~CdVbArRj@`N?tRUta@cA~TU`R?tRj@dObA|LbAfS~CnU`FrUpGzLjEbKtDvVxKlMdH`NtIdZlQ~TdMbKxFvKlEfS|HtVfHdV`F~T|CzLzA~MbA|Wl@~M?vVm@vVyAdD_@zLqA|[qGlXeHzLmEn\\eMz^sNh[sIrYqGrNgC~IcApUqBzWm@tG?dO?jPV`Nl@jTnB`NbAfShC`]jEnXbFhP|CnMfCfSlErNrDpUpG`RxFbRxFnQxFvKjE|EpBnQdHfi@lVvZrNl_@zRtGtD~XnQjPvKhLtItK|H|LjJlMjJvKhJnQhO`NrNtGfHfHfH|PzRlMhO`J`LdDbEtK`PbGrItGbKnFrIhLpSvKrSbKhT|P|^vKzWhLfYtRxf@`Rhe@nMx\\tVho@|Prd@dO~^rN|^fO|^bVpn@vOxa@pQfc@zWxr@dOj`@rY~t@vOj`@fZjv@`Rvf@tRng@~Tvk@tV~o@dVzm@hWft@dZtz@dZdy@dOxa@|P`a@~IdWnQzh@vVlv@~Mnb@zHpXfDbNPr@?B~BnJjEhT`CfMzAvK`CrNxDf^lB~TzAzWv@~Td@hOPdRPrSd@tp@Px\\PzWRdRb@pSd@`Pv@lQfA`P`CtZxD~Y`ChO~BjOtChOdD`PjE~OrCxKxDnL|ErN`G`PtG~O~IdRbGdMbKdRbK`PfOhTjPtUpUtZpNzRdKrNjT~Y|b@hj@|I|M`Yr_@j[fc@~X|^lThYba@hj@x^he@dKnLlMhOlTvUlMrNjPvPvOjOvVtUfSnQx^pXlTvPtRrNrRrNfSnL|L|HbVzMdZvPdZhOpk@zWvZ|Mjf@zRh[nLl_@dMr~@pX`o@dRn\\rIj_@tIj[nG||@`Px^xFp`@xFfNdBjUrCn`@`Fl_@tDjf@jEjj@~C~n@Tj[UpYm@jf@}CvfAaPl_@kJd_AcW`d@eRng@{WjTeMfOkJpz@qn@llEgqD|wEe{DhyD}`DleBeyA`~@gt@rGcFl`Aox@tKsIxt@{m@xe@g^dZ{RtV}MxOgHdZkJnQyFxSkEbGyAvVuDpJyAtGeA`s@kE~T?p`@m@|f@k@po@WvEDry@|@vK?hq@~CbGTnr@jEpk@vDln@nG`RpBng@rIts@|MduAtUjEdAvgBxWnFl@rz@rN|El@bl@rIpUfCfSbAf_Al@zq@_Dnc@sDrR_Dxi@aKlTcFj[aKfS}Hf^aPpUeMjj@g^|f@uZhq@ud@ve@a\\tRgMth@a\\hb@mV`RcK|f@uUhm@eWtRoGzPcFlTyFpUgClXgCva@yAdZWpJ?lITlMbAbV~Cdw@vKrs@nLtR~C`R|CvVfCpz@nGxOVrN?pUqBbGm@pz@eM~u@qXzWaKly@ud@h|@ob@~TaK~j@_U|u@m[|[mQj_@qXzWsS~TqS`CiCrNuPpU{\\lXaa@bRm[fSuZrYk`@tRwUjPwPh[cW`YeRrY_PjT_IrYaKpUkErYcFjPyA`tAyKp{AoLjj@aFpU{Ajq@yFtKcAr`@}CtKcAzHm@x^_Dh[yAj[Ut]?ba@fCba@`Fxi@jJzLfClTpGxS`FfSrIflCllArcBjv@vsCn}AtrBpiAft@va@~dAzm@fi@pXx^zRb]rNlMbFhWrIj_@`KhWbFx_A`Khm@?jPTf^cAtVyAjvA_U|lBm`@dOsDx^kJjq@aPhm@aPxnAyWx`Bq]j`AwP|BQnIq@zW{AvVcAzWUtR?rYl@x^nBzWhCtVfCvVjEfi@`K~j@nLhPtDft@hO|`ApSvp@|Mdl@fMv{@bRlc@fHlX|CpQzAfWl@hWW`NU~Jc@f~@wD|Ps@z|@mE`o@gC|IUlI?~Ij@`CVvKfCtKfC`NfH~IxFr]j[|[~Yjf@he@tGbFvKnGpJlExHfC~IfC`Gl@jETdVbAba@zAlm@d@pGDdDl@rCfChAxFbKaF~IgCfHqBzHqBn\\}Hp`@sNrN}Hxi@m[rNeMvKoLp`@si@nQqXxSk`@dZ_p@paA{yBtRob@jIaPzSaa@rNwUfLmQlI}MnMqSzLoQvDkExDyFzL_PzWsXxO_PjIuIp\\k[hq@io@zrAkqAhcAieArs@qs@hAyAlTsSzWmVdOsNnQ{R`N{MhLyK`N}Mdt@yr@~kA_kAb{@cw@nMwKlMkJtGkEtG_Dn\\mQ`YkJhL_D|[kEhWgCvZqBvZm@f^cA`NUcKcr@b@aK|E{r@|Eyr@hAoQd@_UmTzAeDxAuGxAw@l@eDpGaC|CyD~CmBj@gD?{e@mGze@lGfD?lBk@xD_D`C}CdDqGv@m@tGyAdDyAlT{Ae@~TiAnQ}Exr@}Ezr@c@`KbKbr@aNTg^bAwZl@wZpBiWfC}[jEiL~CaYjJo\\lQuG~CuGjEmMjJoMvKc{@bw@_lA~jAet@xr@aN|MiLxKaNzMoQzReOrN{WlVmTrSiAxAss@ps@icAheA{rAjqAiq@ho@q\\j[kItIyO~O{WrX{L~OyDxFwDjE{LnQoMpSmI|MgLlQsNvU{S`a@kI`PuRnb@qaAzyBeZ~o@ySj`@oQpXq`@ri@wKnLsNdMyi@l[sN|Hq`@rNo\\|H{HpBgHpB_JfCcK`FgHgC}Em@}q@cAua@k@iW_D{WoG{HgCqJmEwKoGgHyFif@ie@}[_ZqUiTaNaK_JcF}EqBcKuDiLqByOk@oQ?qzAzGkQx@{pA|FoDPsYj@}[?cVaAgSqBg^mEoQ}Co}@sSwl@oLayBie@unBca@ee@sImn@kJ{WoBq\\qB{[m@uR?mn@bA}f@|Ca~@dRah@xKg_ArSohA~T{m@hOwp@`P}_@jJsNjEep@rNe{@lQku@nLs`@xFgWpBmTl@kITyO?k[k@aRWo}@aK_JyAsN_D_`@wKgWgHsJ_D_NyFoQ}Hm_@cRah@qXcyB{hAmdAem@gm@uZkvAww@udCioAw|Akv@kkA_k@ySkJySyF{ScFiLoBkj@_Iq`@}Cca@{Ac]Ui[l@yZbAy^tDca@~CqUxAqJbAqr@jEoUpByi@tDs{AdMatAxKoQpB{WnGoM~CiL|CmMtDeZnLiWzMk[hTi[hTyO`PgSlVmXj`@oQpXuRtZaYrd@cVvZsNvPsC|CqUrS{WzR_`@dWo\\tPwVbKuVrIuGfC_k@`UkT`Kk|@xa@_z@he@{WxK_v@pXqz@dMcGl@cVfCsN?yOUaRm@qk@cF_z@{Mas@oLew@oLgWqBaNcA_JUqJ?g^l@eOl@ib@fC_U~CyHxAeKpBaRxFad@`Psh@~Tqv@j`@ao@j`@sRnLuh@f^qv@dh@qJfH{f@n]_k@l[oXrNmMnGyStIgS|HySnGm_@rIk_@fHyS~C}b@tDet@tD}|@{AgSyAcVqBul@sI_aAkOqFm@cgBgY}Em@yuA_U{}AqXsNqBqo@oGgi@gCyt@mEcGUi|@_Doc@cAqd@U_z@j@u]?im@Va]pBep@rIsNzAgHj@{SbFoQxFsYvKkPfH}TdMk[|Rqd@f^mu@pn@cKrI_aApx@gH`Fo}@ft@scBtuAwp@hj@on@dh@}j@rd@enHnfGmpBtaBss@bm@mdAxw@yZdRah@vUqd@dRo}@bWq`@`KsNfCww@xKif@fCqv@xA_o@k@}|@yF}[gCoQqBqlA}Mq`@}H{[kEyp@oLca@}Ho\\gHgi@eMqUoG}PcFeOkEcK_Dad@sNiW}HiWkJqUsIiPoGuR}HcVyKsUaKaR}HgO}HcO}HaNgH{LgHsNsIuRoLiLgHoQmLcR}MgSiO_JgHsNoLg^uZk[gYce@ke@}L}Myt@a|@wO{RkPiTkP_UqNeRwVy\\oQmVyp@w|@_JgMySgYsN}RsNcRwKkOeHaKmTgYmT_Z_N{RmIoL_JsNcKmQoMmV_JsSqJmVuG{RoFeRqFiTkE{RiEuUyDeWsCcWmB{RkA{RiAeRc@mQe@}Rc@qXe@arAQgY?aPe@eRc@}M{Ak`@w@iOiAiO{A}MaCeRsCqSyDsS}EmVcGiToF{RoFmQ_FsNsGeRkq@oiBgSog@eO__@we@ymA_Ucm@a{AyyDok@mxAm_@aaAgSog@uRmg@gW_p@gOg^ca@}cA_d@yhAmj@suAee@wkAgb@_fAiW{m@{Seh@mM_ZiL_UaNqXoJ_P}AiCqUg^sNqS}PiTsNoQsNiOeOiOoM}MeOeMuGcFcK}HeKsIwOyKsNsIsYeR{HkEi[wP_`@{Rmc@eRgS}H{S}Hy^oL}TgHoc@oL}TaFiSmE_NgCwOgCaJyAqYmE_UgC_Jm@_JcAeOk@_Jm@eOU_J?eK?gHTwOl@mIj@aNzAyS|CiPtDaJpBkIfCwK~CoQnGeKtDe^|M{SdH_JhC}InBsJpB_UtDcKbA_Jl@cVxAcVV_J?eKWkIUeKm@kToB_J{A_JyA_J{AkIgCkL}CkIgCyS_IgSsIsYwPcRyKi[cR{HmEsRsIuR}HqJ_DcRaFmI{AkIqBmIyAgSiCkTyA_JUmIW_J@}I?{i@bA_`@j@iLUsRUmT{A}T}CsNgC_UmEe{@{R_k@wKo`@qGix@oLk_@kE_`@_Dq`@}CqU{AmTaAqU{Aua@cAao@cAgWUaNm@y^gCyO{AcKyA}[cFqUkE_`@kJcl@sNw{@{Rqk@sNkkA_Za]}Hkq@wPiPuDor@mQwl@kOwgBec@qqBwf@_jBog@mj@{Ryb@wPon@cWsYsN_NgHaNgH_JaFsN_I{LeHgSoL}PwK}PoLcVwP{WsSyOeMoQsNc]_ZoQwPcKkJyH}H_FkEoFoGmIuIgHgHkTmVeKmLqJoLmIkJuGsIyHkJaG_I}EyFuGiJqFgH}EoGuGuIuGkJ}E}HgHaKyHoLuGiJeOwUqFkJiL{RaGaKyDgHoFaKcGaK}EkJcGyKgH{MuGsNkIaP}EaKcG}M_JcRyHeR}EyKqF{MwDuIyDwKuK{WwKiYgHqSwKc\\}E}MkE{MwDeMgDyKwDeM{Sgt@uRwp@wOij@{Ws_AsYaaAuRml@wOke@cV}o@mTgh@uGiOoFwKkEkJkEuIyD}HgH{MoFaKeDyFgDyFoFkJcGkJgHoLaGkJ}E}HkEoGcGkJ_JoLkEoGaG}HcG}HoFgHgHsI}EyFeKgMuGeH_JkJeOaPyHgHiLoLmMoLaNeMiWiT{LkJaNwK}PeMaNaK_JqGeOwK_JyF_NkJmIyFyOaKkIcFoM}HkIcF{HaF_UgM{[mQsJoGaRkJcRkJ{LoGgSaKsh@wUmu@k[{|@{\\eZaK_`@eM{S{G}IsCm_@aKkj@aPad@sN{WsIiWaKqUsIqUkJiLyFkTkJ{HuDqJkEoQuImX{MgOuIyHkEmMgH}PaKwKoGmT}MyHcFg^mVwOmLuRsNiW{Ro\\{WqQaPiPsNgSmQgS{R}[c\\qQeRkTcWySwUgSmVwVk[}PwUee@go@oQwU{Wc\\kPwPsN_Pk[sX_U_P{LuI}PwKqUoL}PuIuKkEgOyF_NkEqFqB_JgCuKgCiL_DmIoB}PwD_YaFeZyFeKqBqJyAeO_DyOgCwOgCeKqBiLyA_NgCoMqB{LqBo\\kEeZcFeKyAqJcAuGeA}T}C}W_DkIyAaN{AkPoBqd@yFicAyK_UgCiWqB{PqBqr@oGyi@kE}f@uD_Y{A{SyAgRkA{M{@oUcAkPcAe{@cFee@_D{WgC{SqBqd@wFee@qGea@iJmn@aPw{@mVk_@yKoMuDmc@eMeZoG{x@mQefAgMmXcAaYcAaRm@kPUkP?uVTmn@zAsNbAcVzAsd@`Fea@xFe^xFuiA|R_pApSo\\jEmc@bFqaA`Kad@~Cc{@jEus@~Ci[Tm`AfCsnBbA{sBiEwbDyFuh@qB{b@qBib@cFo`@oGwVmEy^iJcl@eRyZwKqJuDib@_Uov@ud@eV_P{WkTkj@mg@u]}^k`AupAyyAm}BeVa\\iPeRye@mq@mc@}h@we@mg@kq@_p@ejAwaA{LyK{HgH}EkE_JsIwKkJoUsSqFaFy^u_@{LoLwVcWoFoGmT{Wqk@qs@{|@kvAuh@{~@a]cr@ee@{hAqFeMor@cmBwuAofEmIaU{Wyr@sYmq@{AuD_JeRaRaa@ge@e~@eO_ZkP_Z}[ak@yi@}y@cp@w|@ao@gy@mdAqnAqv@e~@{|@gjAmj@cw@_d@gt@gSk`@eOm[iWqi@qQ}c@}T}h@gOk`@qJqXs]klAmu@mxCySk{@aNwf@cKk`@}[ecAiFgNoAiDgOy\\kI{RwKwUm_@yw@uKiT{LqS}AiCyHeMaCuDoQgYul@uz@oc@qi@_YuZyOkO{W_Uog@sd@gdBklAmImEuw@aa@yO}HuGuDaR}H{WyKa]oLmI}Cix@mVgWoGiH{AqYgHgZoG_uBsd@sjBu_@uoCuk@irAiYmdAiTirA_Z{yAk[{[oGe}Beh@gSkE}fC}h@uRkEku@aPmIoBemDss@u@U{x@mQyi@}Mee@wPodAec@iq@gc@_YcWsUwUqJmLog@uu@qUke@ySsi@iLg^{Lob@qUwfAiLyr@eKkv@_Jk{@sGy|@yDw|@oBgy@iAobAw@i`AQqdBb@etAmBgeBcGukBqJgoAeOeyAuGeh@sNw|@qQyaA_U_fAwDiOiLsd@sd@k{AkIuUsJeWca@{cAib@_aA_JeRoFyK_`@cr@{Wec@wfAk{AcbAukA{i@ij@qpAukAuw@}t@c]m[ee@ob@qd@sd@_k@io@i[}^iS{WqYec@sNmVgOeWkI_Py^qs@kPu_@g^s_AyOsd@eOyf@uVqdAqUqdAep@o_Dch@cyBwKob@sh@ufBcl@{~Awa@mbAmn@kqA}u@wwAa]ak@wl@a|@yt@ecAiq@yw@u]k`@eZ}Y}[c\\ul@si@m_@k[o\\qXk_@qXcl@u_@m_@wUee@oXsh@iYib@{RcVaK}WkJmXkJ}j@aPg^aKaYcFg^oGah@qG{WuDu]gCqo@kEmj@m@y^l@a]Tq\\l@mc@fCq`@|Cq`@bFua@xFaY`FsYxFg^rIwZ~Hg^`K}j@pSgi@lQg^|Mu]|Msd@vPgm@tUu~@b\\a~@xWcVxFmXfH{m@dM{b@pGca@`FsJdA{LbAcVxAk_@xAqk@dAqJ?ib@m@ad@{Aok@aFwVqBkT_D}WuD{b@sIk_@kJwV}Hk_@eMmXyKgi@uUib@wUor@ya@q`@_ZeZmVif@ec@y{@k{@ee@eh@u|AmgByzB{jCgOmQwZq]qKiMqvA_cBsYy\\_U{WuR_UuGgHua@af@ca@wf@qv@k{@gjAwrAy^ob@cRiTua@og@{LsN{HiJ}f@yk@aRuUoB_D{hBy~B_{AetByO{RoQ_Zss@ymAoM_UiL{R}Pc\\qUec@aYog@i|@q_BosAivB{rA}jB{SeW_d@ij@mu@gy@_eAyhA{m@{m@qJuI_NeMyp@{m@q{AkqAsd@aa@ekBk{AqaAsz@eZmVmIgHi[yWoMoLuKkJkf@ob@qk@og@sR_P{SoQk~EqfEyHoGeOeMglFeqEoMyKeDgCs~@yw@cR_PcrBccBmy@si@og@k[k|@ud@if@cRkq@iTca@wKq`@uIul@qNcxAoQwZyAm_@qBcl@cA_k@Uiq@bA}gAlEiPj@oMdAmy@nGsuBnQ_o@fH}[|CqUfC}LbAi[~Cao@nG}f@~CsNxA{q@|Haz@nG}_@~CwKbAcw@dHah@lE}f@bFuxAhOk[nBuw@xFkPzA{WpB_`@|CkPbA}`AjJ}[xAgHl@uh@Uq`@{AsYuD_JyAca@oL_`@sN_U}MsRsNoMaKeDgCmTsSsd@ob@gb@sd@ciAqiAmM}MuxAi{AefA_fAgHeHmI_IqJaK{WyWcmAqnAkf@ec@k_@{W_JcFwO}H}WsI_YgHk[cFmXgCeZcAuYVo\\fCgW`FsNtDeVfHiLrDeOxFcw@|^qaAtd@qU`K{LjEeOjEq`@xKch@xFee@xA{Wm@wVqBmXsDk_@qGu]}Ho}@{Ra{Ds_AoiBob@{m@kOirAc\\kIoBwKiCmTaFcVyF}KoCgy@kSuw@cRmy@}Rea@aKup@iOqk@}MsfBec@{WcFkEyAiEeAaz@yReOmEkEcA{L_D_UyFiWyFaNgCwOgC}PqBkPcA_NcAuR?kP?eOl@yObAwOzAsNfCsNjEoM~CaRnGgSjJsCxAqF~CeOrIkPdMqJfHmMxKgSvPm_@b\\as@bm@{cA|~@olA~eAoMdM{rApnAsYrXsh@zh@uh@ri@cKvKoX~YgSzWq`@ri@sNtUkInQ{Lj[}Pje@}[dcAa]piAas@f`CohAtwDmX|y@qUdr@sNj`@qk@|yAgWhj@qUvf@wVje@eDnGif@n}@wa@dm@ySb\\gHxKmn@rz@qpA~eBcG|Hyx@dhAekB`hCgSpXihBvcCuw@`fA}}AnuBsh@rn@oFxFwa@nb@ah@rd@iWpSeOdMus@dh@_`@dWgb@tU_v@t_@iWjJsRnGe|A|h@onCnx@_pDbhAm`AtZiWxK{WrNwOrIySrNq\\lV_J|MeOvPqJ`Ke@l@yHvKuGxKyCfFyTd`@}IxPqFvPyH~T}AfHu@fHw@fYPdM`CvPtGrSjE|HjTbWdp@rd@|b@`f@xb@je@|EnG`Yf^ta@zr@`Ybm@rNb\\n}@ztBtRt_@r]~o@bmAbcBxvBtrCnmBtfCb]zc@~MdRtjBxcCp`Cx~C|f@jq@hWvf@tRpb@jTjq@nMpn@xHrs@`Cvf@Phj@c@tZoBn]iA`Pu@|MeKvk@qJnb@}Phj@oXvk@gLlQao@px@ah@pn@cbAbmAif@lq@kf@ft@uh@h`AmIdRsNp]eO`a@{Lt_@oQtfA_Jj{@oQxmBqFri@iEvf@u]pkDuVtfBkPd~@mTvaAoFzWq`@z~A_`@`rAog@|yAa]fy@ad@feAkrDjpHkj@jqAca@piA}f@dcB{b@puByOnbAuK`|@_UhqBuGba@ySbcAyZftAqJzh@ySj`AwVtp@a]j{@_Uhj@yS`f@wKlVcKlVkEjJyQl_@qHpOivAxtCe{@vaBiyAbtC{LlVcrBv~D}Px\\o~Ad`DkPvZiErIcRz\\wVd^sNzR_NrNkPxPo\\pXib@fYiW|Mmc@dRoaAtZaJfCqYjJcRnG_JtDuGfC{LxFqJjEcGtDeOtIqJnGy@l@qN`K{AzAcK|H{HdHuG|HqJjJcR`UyHlL}PzWeOpXqJ`U{b@bhAwa@heAuw@~{Ba]d~@c~@rfCaR|h@gSxr@cKng@{m@boDg^ztB}gAxvGeDzRuxArtIiW~{Aoy@l_FmX~`B}[tkBg^puBuRpiAyHri@cG|c@eDxa@iAlQ{Afc@Stp@?bW|Axf@`Czc@rCz\\|E|^bKll@xH~^vKj`@zLf^|ErNpQdc@~MpXlTnb@po@foAl_@ft@h[dm@nXvf@ta@xw@paA|jBjHnNFJdpA~dCpJvP~aArlB|^fs@rz@h`Bjq@llA`a@~o@rUr_@x^lg@jP`UvaCbyCdOdRx^dc@dl@ft@hgAbrA`CfCzLrN||C`tDxeB|uBbQ~SzWj[pJnLlu@xw@jeB~`BngGfxFfx@~t@znA`rAb@l@loAz~AbiA`wAhAxAt{@dhApg@|o@dkBf`Ch|@dhA`o@xw@fyAniB|PrSfi@br@z^he@zlBndCvmAd~At~Cz{DbVtZz{F~nH~TfY`s@`aA`Yzh@rNzWvDjJpFhO|Ppi@xHb\\zHf^xHjj@jEll@hA`\\hAzWQbr@iAvk@oBp]iExa@{Hll@cV|~@k^hwAwLve@mMxf@oy@hbDa~@vhDsC`KsC`KaG`UcD~Lg|Ax~Fkf@~eB_YlgA}[xmAq`@|yAk[tkAkTrz@qJpb@oFx\\{Hll@iA|MeDhe@oBf^aCho@cKjnDuGlsCmB~t@}LtyFu@bWwKnfFw@~Yu@zWqFbcC?ll@?hT?lQxDvaAv{@h{Rv@rN|E~eAtR`tE|PvcEfDr_@dD~YfHj`@lX|oA|WbmAz|@`yDfO~o@bVvfA~TzcAtK`f@zS|~@zL~j@zLvf@hWdhAvK|c@tGfTfHdWpJpXde@jqAtl@`wA~bE~jJxNj\\t]tu@hf@dhAzb@r_A~_@v|@~IzRx{C|}GpaAzyBzx@vhBrh@`kAdVfj@jj@tpAth@llAr]xw@`G~M`JnS`Rx\\xZdh@|`AhvA~vA`rBta@vk@jnDhiF|iIhfLfD`Fln@j{@~TtZvOvPnMxKhLhJ`R|MhWdMvOpGbRxFjPjErRtDpFbAr]tDhWbAnXTrR?xuA?|`C^|s@L`bAm@nsA{AtCUhE?pUUfi@Wbw@bA~TTdfAdAdt@xAzH?lX?|lB?fnBJh~AHzH?j_@?z}Aj@`nA?dQ?~y@?dO?tG?lX?dp@}Czm@uDnBUfx@_I|[oGzcA_UnbBg^|EeA|f@wKriAmVvfAmVva@}HpfB__@~j@eMdZgH`~Ay\\jJqBzm@sNzb@kJx^yKxe@_PdSaK~_@iYtR{RnQmV`C}CrNkTlXwf@|CuHni@krAn}@g`Cfm@u|A`eAklC~BoGnc@{hA`CyFrh@gtAnhAcoCtw@}oBbGoL|j@ukAjvA}oBnRqSbQeRbl@ij@ta@__@pv@qi@zb@qX~TgMleBqiAlBcAzx@og@xdBkgAfi@{\\plAaw@f^aUng@_ZxHaFzAcAvl@u_@bl@g^`yBszAt~@cm@x^wUzcA_p@zf@gYzm@{\\zhA{g@`TuJpk@aPdZyFbw@sNp`@kE`RoBdVqBxW{AvVcA`C?~Tm@`Y?pYV`YbAdZpBvZfC|f@xFrYjEdZjEpfBb\\dw@rNb}Bnb@lkD~o@f{Cdm@h[nG|[dHxZtIfTpH`FdBng@rSf^`PhWzM~IjEj[|RfcA~o@tl@rd@dVlVh|@|jA`CvDts@zcAnk@bhAz^tu@~Xzm@l_@xw@tl@|oAxi@~jA~j@bmAro@ruAlc@d~@rz@xhBzf@lgAt~@pzBve@tuAbRhj@fSll@|[n}@pv@~{BjItUpqB|bGzH~TpqBnaGplAlnDbmAjnDruBlkGfcAbyC`d@nsArC`KjwBzqGncCjfHbbD~pJ~u@ndCba@~jA~pB`eGrkCh_InlAtmDnsA~}DpbBt~Ej|C|_JndDfzJtfAd`DzjA`hDfSpn@bp@vmBdKxPbGzMjTrn@jHrPjM`Z~I`PjIdMrJxKrNnL`G|CdV|H`RzAlc@W|[VvKj@lXhClTtDlMnGjEtDtGrIjEfH~BxFjEdM`CnLv@dMPhTQtDe@rNgAvKuCfMcKlVeOpXgOzWsR~TsNdM_JbFq`@hTiW|H{W`Fix@xKiW|Cuw@xKgSfCcw@`Kg_A|MolA|Mwa@`Fwe@pGkT`F}PbFaYnLog@hOmj@jJo\\jEqaAxKsh@|Ccl@pBiSV_{A|CsRUseA}H}vAoLelC_UoQ{AmTcAiL?gHl@gHbA_JzA{LjE_JtDeZvPwZhOg^dR}x@`f@qU|Muw@lb@uV|MgZ`PeZlQiPtIsz@vf@cR`K{m@b\\{L|HyHpGgHdHgHxKcGnLoFrNaCjJ}A|Hu@dHoBvP?pGQ|Hb@nLjAdMt@nGjEvUfHj[nM`f@nFhTnMdh@hErNrJrd@dD`PdDnQnBbRhA|MhArNPnLPzM?xF?hTQjOiAvPiAbRoBjOeDzR{AfHkEzRcKf^aNj`@o\\n}@u]xw@q`@fy@wZll@sYng@ca@~o@q`@bm@g^je@uh@tp@cl@vp@}vAb~A{nAjvAup@~t@{m@xr@{m@br@k|@|cAog@pn@{Wb\\mc@zh@ee@ri@uh@zm@q`@rd@eZf^a]`a@oMvPor@px@kq@nx@}_@je@sd@ri@sd@~j@qJdMuVvZiSnX{LnQ_Uj`@mMzWoFlL}Pba@wK~YyHbWgDnLyHfY_Jxa@oFl[}EnXkEt_@qJd~@mIpx@gHtp@eKlgAaG|h@kEvf@eDva@gDxa@eD`p@oBvf@gA~e@w@xf@e@vk@P`f@d@he@zAdm@v@|YzAba@rChe@`Cp]rCba@rJ|jA~Bj`@nBf^v@zWb@|^?b\\QpXw@tZoBf^_Cj[gD~YeDzWcGp]oFfYgHpXyHpXoMj`@qUlv@gHnXaCxKsCdMmI`a@kIpb@uG`a@oFf^oBdMuGri@w@xFkEfc@wD~e@aCb\\eDje@mBtZkAp]c@~Te@~TRpSPvU\\jKXjIhAdMhAdM`CjOzAzHzAlV|ElV|EjOfHvPrNb\\fD|HhAjEhAxF?bFPjEw@bFiAxFsCxF}EdHuVpXkExFoB~CaCbF{AnGe@xFQdHd@lEb@bF|A`FzA~CvDxFnBfC|EnGnBpBrNvPlBpBlItDvDbAjE?rBe@vA]xDqBvDmE`CoGv@}HiA}HaC}HeD_DoFgC_FcAsNgCuKgCaCyAe@W{AyAmB_DkAaFc@cF?mEb@kEjA}C~BuDxDgCxD{AnFcArCUtRWnFl@`Gl@rJfCtGjEnFxFvDpG`C|HxDzM|EzRvDjTjEnX`Cb\\nBx\\Q|R}AzMuVcA{LgCaNcFwKeH_JqGySmVmXuZ{HkJ}EoGkEkEmBqBq`@wf@_FgHoQhTiE`FuGxF{HlEaG|CgH~CiHxAgHdAgHTyH?oc@m@mXVg^?eZ{AwV}CcmAiYqYgHcRaFso@aPqUkEsNgCaxA}H}W{A{Lm@a]cAyOk@kkAgHqUcAkPcAqUm@yHk@cbAmEcw@kEsCUmMcAcReAee@oB}Em@cRgCuRuDgHqBkIgCgDyAkE_D{WoLubAcm@y^tfAib@piAah@|~@ul@~eAso@~jAmIjOmMfYmIzRo\\jlAqYb|@cGbWsCb\\e@|MRlQt@zM~If~@oQfCqFbAsGfCqJjJ{L~YoBtDmIjJsYhOeLpH","weight":17967.576,"weight_name":"auto","legs":[{"weight_typical":"8438.605","weight":"8621.178","via_waypoints":[],"distance":138899.797,"duration":7619.877,"duration_typical":7433.735,"summary":"Expwy Wangan Line, E14","admins":[{"iso_3166_1":"JP","iso_3166_1_alpha3":"JPN"},{"iso_3166_1":"JP","iso_3166_1_alpha3":"JPN"}],"steps":[{"voiceinstructions":[{"distancealonggeometry":"716.759","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eDrive west for 700 metres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Drive west for 700 metres."},{"distancealonggeometry":"400","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eOhashi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Keep left at Ohashi JCT."},{"distancealonggeometry":"120","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left at \u003csay-as interpret-as\u003d\"address\"\u003eOhashi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eWangan Route\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep left at Ohashi JCT toward Wangan Route."}],"weight_typical":"164.503","bannerinstructions":[{"secondary":{"components":[{"text":"Wangan Route","type":"text"}],"modifier":"left","text":"Wangan Route","type":"fork"},"distancealonggeometry":"716.759","primary":{"components":[{"text":"Ohashi JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"C2","type":"icon","mapbox_shield":{"display_ref":"C2","name":"jp-urban-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"left","text":"Ohashi JCT / C2","type":"fork"}},{"secondary":{"components":[{"text":"Wangan Route","type":"text"}],"modifier":"left","text":"Wangan Route","type":"fork"},"distancealonggeometry":"400","sub":{"components":[{"directions":["slight left"],"active":true,"text":"","type":"lane","active_direction":"slight left"},{"directions":["straight"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":false,"text":"","type":"lane"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA176201?arrow_ids\u003dCA17620A","text":"","type":"guidance-view"}],"modifier":"left","text":"","type":"fork"},"primary":{"components":[{"text":"Ohashi JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"C2","type":"icon","mapbox_shield":{"display_ref":"C2","name":"jp-urban-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"left","text":"Ohashi JCT / C2","type":"fork"}}],"distance":716.759,"duration":322.466,"duration_typical":134.288,"geometry":"org_cAazkmiGpEn^`C`PdD~OjAfHdDrIrC|HnFxKfD`FtKnL|PrN|AbAxHxFpJ~HdK`KtGdHvDxFrCxFfDfHrCfHdDvKnBfHdDrNrC`PdDvPjEpSpFdWbVjlA","name":"Expwy No.3 Line Shibuya Line","mode":"driving","maneuver":{"location":[139.696561,35.655992],"bearing_before":0.0,"bearing_after":256.0,"instruction":"Drive west on Expwy No.3 Line Shibuya Line.","type":"depart"},"driving_side":"left","weight":395.021,"intersections":[{"duration":"251.816","weight":"308.475","location":[139.696561,35.655992],"bearings":[256],"classes":["toll","motorway"],"entry":[true],"out":0,"geometry_index":0,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.691558,35.653322],"bearings":[69,249],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":25,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA176201","data_id":"737596800","type":"jct","overlay_ids":["CA17620A"]}],"junction_name":"Ohashi JCT","voiceinstructions":[{"distancealonggeometry":"528.799","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 500 metres, Keep left towards \u003csay-as interpret-as\u003d\"address\"\u003eWangan Route\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 500 metres, Keep left towards Wangan Route."},{"distancealonggeometry":"66.667","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left towards \u003csay-as interpret-as\u003d\"address\"\u003eWangan Route\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep left towards Wangan Route."}],"weight_typical":"174.216","bannerinstructions":[{"distancealonggeometry":"542.132","sub":{"components":[{"directions":["slight left"],"active":true,"text":"","type":"lane","active_direction":"slight left"},{"directions":["slight right"],"active":false,"text":"","type":"lane"},{"directions":["slight right"],"active":false,"text":"","type":"lane"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA176501?arrow_ids\u003dCA17650A","text":"","type":"guidance-view"}],"modifier":"left","text":"","type":"fork"},"primary":{"components":[{"text":"Wangan Route","type":"text"}],"modifier":"left","text":"Wangan Route","type":"fork"}}],"distance":542.132,"duration":52.626,"duration_typical":141.705,"geometry":"}la_cAy{~liGrNrd@zAfHdOlq@hA`FjA~CPl@`C|CdDtDjEtDt@TnBl@v@ThA?t@?v@?|AUzAUhAWv@k@hAcArCqBrCgC|EcFhAcAbGgC|E{AhEcA`C?fDT`CVrCxA~BpB|AfChApBv@zAt@nBd@~Cb@|C?~CQxAe@~C{AjEeDjJoB|CwDbFmI`KmIjE","name":"","destinations":"C2: Wangan Route, TOHOKU EXPWY","mode":"driving","maneuver":{"location":[139.689933,35.652831],"bearing_before":250.0,"bearing_after":243.0,"instruction":"Keep left at Ohashi JCT toward Wangan Route.","type":"fork","modifier":"slight left"},"driving_side":"left","weight":65.095,"intersections":[{"weight":"11.025","turn_duration":"0.01","duration":"9.01","location":[139.689933,35.652831],"bearings":[70,243,249],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"slight left","indications":["slight left"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]}],"geometry_index":27,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway_link"},"jct":{"name":"Ohashi JCT"}},{"weight":"29.988","duration":"24.48","location":[139.689183,35.652535],"bearings":[67,248],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":29,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway_link"}},{"weight":"15.933","duration":"13.006","location":[139.688069,35.651396],"bearings":[143,325],"classes":["tunnel","toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":49,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway_link"}},{"weight":"1.975","turn_duration":"0.09","duration":"1.09","turn_weight":"0.75","location":[139.688172,35.650507],"bearings":[20,38,240],"classes":["tunnel","toll","motorway"],"entry":[false,false,true],"in":1,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]}],"geometry_index":60,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway_link"}},{"location":[139.687933,35.650396],"bearings":[61,271],"classes":["tunnel","toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":64,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway_link"}}]},{"guidance_views":[{"base_id":"CA176501","data_id":"737596800","type":"jct","overlay_ids":["CA17650A"]}],"voiceinstructions":[{"distancealonggeometry":"8779.059","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 9 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 9 kilometres."},{"distancealonggeometry":"400","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eOi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Keep left at Oi JCT."},{"distancealonggeometry":"120","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left at \u003csay-as interpret-as\u003d\"address\"\u003eOi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHIGASHI-KANTO\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep left at Oi JCT toward HIGASHI-KANTO."}],"weight_typical":"1315.857","bannerinstructions":[{"secondary":{"components":[{"text":"HIGASHI-KANTO","type":"text"}],"modifier":"left","text":"HIGASHI-KANTO","type":"fork"},"distancealonggeometry":"8792.392","primary":{"components":[{"text":"Oi JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"B","type":"icon","mapbox_shield":{"display_ref":"B","name":"jp-urban-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"left","text":"Oi JCT / B","type":"fork"}},{"secondary":{"components":[{"text":"HIGASHI-KANTO","type":"text"}],"modifier":"left","text":"HIGASHI-KANTO","type":"fork"},"distancealonggeometry":"400","sub":{"components":[{"directions":["slight left"],"active":true,"text":"","type":"lane","active_direction":"slight left"},{"directions":["slight right"],"active":false,"text":"","type":"lane"},{"directions":["slight right"],"active":false,"text":"","type":"lane"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA070401?arrow_ids\u003dCA07040A","text":"","type":"guidance-view"}],"modifier":"left","text":"","type":"fork"},"primary":{"components":[{"text":"Oi JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"B","type":"icon","mapbox_shield":{"display_ref":"B","name":"jp-urban-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"left","text":"Oi JCT / B","type":"fork"}}],"distance":8792.392,"duration":948.441,"duration_typical":1087.519,"geometry":"q{}~bAy|xliGc@dA{AxAw@TeD?qF?iA?oBcAoFaF{A{AiAoBiAiCw@gCoFeRqFcR_CyKe@kJPaFd@uDv@mElBsDdDuDtGgHfH}HhLeMhL}MpQwPfS{R~XiYhLeM~IyKtCeEfA_BbVya@bGoLxDiOxHsNtGeMbR{WhP_ZdZak@ng@{~@lj@wfA~Xij@~ImQxOmVp`@gh@pJeM~y@qdAdOyPlTgTxi@}c@f^qXvZ_Ul`Ait@rh@ya@zx@cm@nhAcw@zq@{h@nXiTde@{\\fSeMba@mVt]{RvvBgoAfi@c\\hq@k`@dKoG|PyKxS{MxOaKzL_I`NiJfLuItGoGzLeMzHcKhLwPjEeH|EyKvO}^dK_U~IiTnF}MrNy\\jIeRtGwPjEyKfSaf@zWym@|Pg^`NqXfHaPdK_UxHyP|EeMrN}^~IeWpJgYrNec@vVmv@tKa\\bGyPfHwPrNc\\nFwKzHiOfSca@rR}^jPqXhLeRhLaP`NqSzL{WnFaP~E{RvDc\\zAuZc@ob@oBsi@c@uZPeRhA_Z|Eec@lBkJtGwU|EeM~IqSrJ}M`RqXdO_UlIsN~IoQbV{h@|EyKrCaFpFgHjIkJ|EaFzHcFxHaF`NgHrRkJrNgHhHkExHqGhLmLbK}MzH}MbKmV|EwPfDcRzAgMzAuZPeM?{RQ_p@e@mv@{AqX{AiOoFo]uRqnA{S}tAiEiYcGs_@yD{WeD_UyHwf@kEwZgHmg@{Hob@mIog@uK}^oFeRkE{RaC{Rw@oLe@gMQwKd@oQt@mQnBwPjEqSnF}R~IqS~IkOtK{MtGgHlIoGhLgHdOgHfScFpQgCjTk@n\\j@~Tl@|[V~T?~T?fm@j@xp@pBju@|Cn\\bAta@pB~TbAfi@l@","name":"Expwy Central Circular Route","destinations":"Wangan Route","mode":"driving","maneuver":{"location":[139.686877,35.651017],"bearing_before":331.0,"bearing_after":338.0,"instruction":"Keep left towards Wangan Route.","type":"fork","modifier":"slight left"},"driving_side":"left","weight":1142.665,"intersections":[{"weight":"17.355","turn_duration":"0.03","duration":"14.198","location":[139.686877,35.651017],"bearings":[151,338,353],"classes":["tunnel","toll","motorway"],"entry":[false,true,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"slight left","indications":["slight left"]},{"valid":false,"active":false,"indications":["slight right"]},{"valid":false,"active":false,"indications":["slight right"]}],"geometry_index":74,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway_link"}},{"weight":"65.121","duration":"53.16","location":[139.687479,35.651794],"bearings":[64,244],"classes":["tunnel","toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":87,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway_link"}},{"weight":"16.675","duration":"13.612","location":[139.690987,35.64959],"bearings":[130,315],"classes":["tunnel","toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":105,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway_link"}},{"weight":"492.991","turn_duration":"0.052","duration":"392.902","turn_weight":"11.75","location":[139.692069,35.648961],"bearings":[128,294,308],"classes":["tunnel","toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"geometry_index":109,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Yamate Tunnel"},{"weight":"209.399","turn_duration":"0.021","duration":"170.959","location":[139.709671,35.630658],"bearings":[141,150,330],"classes":["tunnel","toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":142,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Yamate Tunnel"},{"weight":"226.061","duration":"196.575","location":[139.721761,35.623437],"bearings":[123,303],"classes":["tunnel","toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":177,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Yamate Tunnel"},{"weight":"99.514","duration":"92.571","location":[139.74677,35.617364],"bearings":[71,254],"classes":["tunnel","toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":243,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Yamate Tunnel"},{"location":[139.753009,35.611217],"bearings":[4,183],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":275,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA070401","data_id":"737596800","type":"jct","overlay_ids":["CA07040A"]}],"junction_name":"Oi JCT","voiceinstructions":[{"distancealonggeometry":"3604.916","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 4 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 4 kilometres."},{"distancealonggeometry":"1500","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eAriake JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep right at Ariake JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eAriake JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Ariake JCT."},{"distancealonggeometry":"160","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eAriake JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHIGASHI-KANTO\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Ariake JCT toward HIGASHI-KANTO."}],"weight_typical":"273.452","bannerinstructions":[{"secondary":{"components":[{"text":"HIGASHI-KANTO","type":"text"}],"modifier":"right","text":"HIGASHI-KANTO","type":"fork"},"distancealonggeometry":"3618.25","primary":{"components":[{"text":"Ariake JCT","type":"text"}],"modifier":"right","text":"Ariake JCT","type":"fork"}},{"secondary":{"components":[{"text":"HIGASHI-KANTO","type":"text"}],"modifier":"right","text":"HIGASHI-KANTO","type":"fork"},"distancealonggeometry":"1500","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA069201?arrow_ids\u003dCA06920E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Ariake JCT","type":"text"}],"modifier":"right","text":"Ariake JCT","type":"fork"}}],"distance":3618.25,"duration":341.504,"duration_typical":252.599,"geometry":"scl|bAyxypiGbRyAnQTrYl@rGTzHTlIVfHWjEk@dDm@fHgCjEgC|EmEnFeHrCqGrCkJ|AoLb@sIQkJw@kJmBwKgD}HaCmEoFyFuGsDqJqBmIm@}_@?ye@U{A?kj@gCmc@cFgSaFaNcFaNuDkPyFkPgHeSaKmT{MgSaPah@}c@oy@mlA{qJ_dN{iCytDiAyAuh@qs@w@yAkh@ys@y`@aj@_eAm}AsYaf@cRk`@qJiT{b@o}@k`Ag{B","name":"Expwy Wangan Line","destinations":"B: HIGASHI-KANTO","mode":"driving","maneuver":{"location":[139.752861,35.609162],"bearing_before":182.0,"bearing_after":173.0,"instruction":"Keep left at Oi JCT toward HIGASHI-KANTO.","type":"fork","modifier":"slight left"},"driving_side":"left","weight":363.349,"intersections":[{"weight":"11.434","turn_duration":"0.012","duration":"10.648","location":[139.752861,35.609162],"bearings":[2,173,183],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"slight left","indications":["slight left"]},{"valid":false,"active":false,"indications":["slight right"]},{"valid":false,"active":false,"indications":["slight right"]}],"geometry_index":279,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway_link"},"jct":{"name":"Oi JCT"}},{"weight":"42.267","duration":"40.255","location":[139.752861,35.607996],"bearings":[3,183],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":283,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway_link"}},{"weight":"28.024","duration":"26.69","location":[139.755122,35.608644],"bearings":[4,181],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":307,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway_link"}},{"weight":"21.631","turn_duration":"0.009","duration":"10.134","turn_weight":"11","location":[139.755531,35.610532],"bearings":[17,193,201],"classes":["toll","motorway"],"entry":[true,false,false],"in":2,"out":0,"geometry_index":312,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"14.017","duration":"13.35","location":[139.756088,35.611652],"bearings":[29,206],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":316,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"21.78","turn_duration":"0.041","duration":"19.713","turn_weight":"1.125","location":[139.75719,35.612976],"bearings":[47,216,222],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":319,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"143.802","duration":"140.294","location":[139.758429,35.613912],"bearings":[47,227],"classes":["tunnel","toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":320,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Tokyoko Tunnel"},{"weight":"0.584","duration":"0.584","location":[139.769098,35.622068],"bearings":[45,227],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":322,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.903","duration":"10.903","location":[139.769143,35.622105],"bearings":[46,225],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":323,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.4","turn_duration":"0.028","duration":"0.428","location":[139.769984,35.622772],"bearings":[37,53,226],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":324,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"8.48","duration":"8.48","location":[139.770029,35.6228],"bearings":[46,233],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":325,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"34.591","duration":"34.591","location":[139.770874,35.623462],"bearings":[46,226],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":326,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"8.687","duration":"8.687","location":[139.774574,35.62604],"bearings":[55,236],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":331,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.775574,35.626614],"bearings":[57,235],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":332,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA069201","data_id":"737596800","type":"jct","overlay_ids":["CA06920E"]}],"junction_name":"Ariake JCT","voiceinstructions":[{"distancealonggeometry":"1556.582","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eShinonome JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep right at Shinonome JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eShinonome JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Shinonome JCT."},{"distancealonggeometry":"160","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eShinonome JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHIGASHI-KANTO\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Shinonome JCT toward HIGASHI-KANTO."}],"weight_typical":"84.148","bannerinstructions":[{"secondary":{"components":[{"text":"HIGASHI-KANTO","type":"text"}],"modifier":"right","text":"HIGASHI-KANTO","type":"fork"},"distancealonggeometry":"1583.249","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA174201?arrow_ids\u003dCA17420E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Shinonome JCT","type":"text"}],"modifier":"right","text":"Shinonome JCT","type":"fork"}}],"distance":1583.249,"duration":138.074,"duration_typical":83.163,"geometry":"wgp}bAs`jriG_`@y|@gt@waBmy@ejBoaAcyBipCshGgHaPgm@osAwa@s_Amn@kvA","name":"Expwy Wangan Line","destinations":"HIGASHI-KANTO, Urayasu","mode":"driving","maneuver":{"location":[139.777562,35.62766],"bearing_before":57.0,"bearing_after":57.0,"instruction":"Keep right at Ariake JCT toward HIGASHI-KANTO.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":139.059,"intersections":[{"weight":"9.395","turn_duration":"0.007","duration":"9.402","location":[139.777562,35.62766],"bearings":[51,57,237],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":333,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Ariake JCT"}},{"weight":"15.102","duration":"15.102","location":[139.778551,35.628188],"bearings":[56,237],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":334,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"16.029","duration":"16.029","location":[139.780131,35.62904],"bearings":[56,236],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":335,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"19.17","duration":"19.17","location":[139.781846,35.629975],"bearings":[56,236],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":336,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"40.742","duration":"40.741","location":[139.7838,35.631039],"bearings":[56,236],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":337,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.919","duration":"2.919","location":[139.78805,35.633364],"bearings":[56,236],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":338,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"13.6","turn_duration":"0.007","duration":"12.607","turn_weight":"1","location":[139.788323,35.633512],"bearings":[56,236,242],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":339,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.377","duration":"9.377","location":[139.789675,35.634252],"bearings":[57,236],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":340,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.790709,35.634808],"bearings":[56,237],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":341,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA174201","data_id":"737596800","type":"jct","overlay_ids":["CA17420E"]}],"junction_name":"Shinonome JCT","voiceinstructions":[{"distancealonggeometry":"1348.786","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eTatsumi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep right at Tatsumi JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eTatsumi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Tatsumi JCT."},{"distancealonggeometry":"160","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eTatsumi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHIGASHI-KANTO\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Tatsumi JCT toward HIGASHI-KANTO."}],"weight_typical":"118.335","bannerinstructions":[{"secondary":{"components":[{"text":"HIGASHI-KANTO","type":"text"}],"modifier":"right","text":"HIGASHI-KANTO","type":"fork"},"distancealonggeometry":"1375.453","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA068301?arrow_ids\u003dCA06830E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Tatsumi JCT","type":"text"}],"modifier":"right","text":"Tatsumi JCT","type":"fork"}}],"distance":1375.453,"duration":123.127,"duration_typical":116.172,"geometry":"}u_~bAumfsiGeV_k@mMc\\e|Ck~Gih@ojAmXem@wa@mgAku@k}BwKya@k_@i`B","name":"Expwy Wangan Line","destinations":"HIGASHI-KANTO, Urayasu, Hakozaki","mode":"driving","maneuver":{"location":[139.792107,35.635567],"bearing_before":56.0,"bearing_after":57.0,"instruction":"Keep right at Shinonome JCT toward HIGASHI-KANTO.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":125.152,"intersections":[{"weight":"7.6","turn_duration":"0.007","duration":"7.607","location":[139.792107,35.635567],"bearings":[51,57,236],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":342,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Shinonome JCT"}},{"weight":"4.9","duration":"4.9","location":[139.792811,35.635938],"bearings":[59,237],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":343,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"63.3","duration":"63.3","location":[139.793277,35.636169],"bearings":[56,239],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":344,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"7.881","duration":"7.881","location":[139.799083,35.639345],"bearings":[56,236],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":346,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"27.07","turn_duration":"0.021","duration":"26.341","turn_weight":"0.75","location":[139.799822,35.639752],"bearings":[59,236,244],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":347,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"turn_duration":"0.024","turn_weight":"1","location":[139.803003,35.641178],"bearings":[66,242,252],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":349,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA068301","data_id":"737596800","type":"jct","overlay_ids":["CA06830E"]}],"junction_name":"Tatsumi JCT","voiceinstructions":[{"distancealonggeometry":"3733.796","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 4 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 4 kilometres."},{"distancealonggeometry":"1500","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKasai JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep right at Kasai JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKasai JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Kasai JCT."},{"distancealonggeometry":"160","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKasai JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHIGASHI-KANTO\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Kasai JCT toward HIGASHI-KANTO."}],"weight_typical":"198.404","bannerinstructions":[{"secondary":{"components":[{"text":"HIGASHI-KANTO","type":"text"}],"modifier":"right","text":"HIGASHI-KANTO","type":"fork"},"distancealonggeometry":"3760.463","primary":{"components":[{"text":"Kasai JCT","type":"text"}],"modifier":"right","text":"Kasai JCT","type":"fork"}},{"secondary":{"components":[{"text":"HIGASHI-KANTO","type":"text"}],"modifier":"right","text":"HIGASHI-KANTO","type":"fork"},"distancealonggeometry":"1500","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA066201?arrow_ids\u003dCA06620E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Kasai JCT","type":"text"}],"modifier":"right","text":"Kasai JCT","type":"fork"}}],"distance":3760.463,"duration":202.23,"duration_typical":197.069,"geometry":"wal~bAyz_tiGmT_aAy^mbBwVchA{Lij@cVafAu]w|AaNym@iL}h@_YupAyH}^qQ{~@sCwPmBcKqFaf@eDyr@yO}{C}PgvDcB__@uEodAe@}MsYkuGi[esHgDio@}EsdA?eR?iTPml@pJgvD`CccApJigE","name":"Expwy Wangan Line","destinations":"HIGASHI-KANTO, Urayasu","mode":"driving","maneuver":{"location":[139.805117,35.6419],"bearing_before":68.0,"bearing_after":68.0,"instruction":"Keep right at Tatsumi JCT toward HIGASHI-KANTO.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":203.275,"intersections":[{"weight":"15.355","turn_duration":"0.018","duration":"14.998","location":[139.805117,35.6419],"bearings":[61,68,248],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":351,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Tatsumi JCT"}},{"weight":"6.785","duration":"6.619","location":[139.807764,35.642752],"bearings":[68,249],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":353,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.594","duration":"10.335","location":[139.808934,35.643132],"bearings":[68,248],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":354,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"24.461","duration":"23.865","location":[139.810764,35.643724],"bearings":[68,248],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":356,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.415","duration":"10.161","location":[139.814991,35.645085],"bearings":[69,249],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":360,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"22.123","duration":"22.123","location":[139.816808,35.645613],"bearings":[72,252],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":363,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"14.731","turn_duration":"0.019","duration":"13.751","turn_weight":"1","location":[139.820967,35.646141],"bearings":[83,262,270],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":367,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"8.743","turn_duration":"0.018","duration":"8.761","location":[139.823899,35.646428],"bearings":[79,83,263],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":368,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"41.681","duration":"42.75","location":[139.825762,35.646604],"bearings":[83,264],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":371,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.211","turn_duration":"0.008","duration":"3.558","turn_weight":"0.75","location":[139.835147,35.647483],"bearings":[82,264,276],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":373,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.83592,35.647567],"bearings":[83,262],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":374,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA066201","data_id":"737596800","type":"jct","overlay_ids":["CA06620E"]}],"junction_name":"Kasai JCT","voiceinstructions":[{"distancealonggeometry":"11059.124","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 11 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 11 kilometres."},{"distancealonggeometry":"1500","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKoya JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep right at Koya JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKoya JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Koya JCT."},{"distancealonggeometry":"160","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKoya JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHIGASHI-KANTO\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Koya JCT toward HIGASHI-KANTO."}],"weight_typical":"540.386","bannerinstructions":[{"secondary":{"components":[{"text":"HIGASHI-KANTO","type":"text"}],"modifier":"right","text":"HIGASHI-KANTO","type":"fork"},"distancealonggeometry":"11085.791","primary":{"components":[{"text":"Koya JCT","type":"text"}],"modifier":"right","text":"Koya JCT","type":"fork"}},{"secondary":{"components":[{"text":"HIGASHI-KANTO","type":"text"}],"modifier":"right","text":"HIGASHI-KANTO","type":"fork"},"distancealonggeometry":"1500","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA277201?arrow_ids\u003dCA27720E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Koya JCT","type":"text"}],"modifier":"right","text":"Koya JCT","type":"fork"}}],"distance":11085.791,"duration":520.836,"duration_typical":492.225,"geometry":"cov~bAg_oviGhL_tEdDgoAhAcr@v@iYvO}}FnBwf@hAk`@nBwZhEaa@tGya@`Nox@ltBo|Hn}@glDr~@{jDxOgo@vOwk@lIeWvDsNdfAwyDzx@}`Dzx@e`DPm@xS}~@|E{WfHkq@xDox@v@og@}AwaAmB{\\uCgYeDuUkEsXgHk`@e@cBoJg]_J_Z_JkV_F}MqJwP_Yeh@as@{cAmTqX_}FclHwVk[c~Ca~DcmAw|A}mCcjDkq@sz@}IyKkvAufBw@cAqaAyrAog@go@ykBq_Csh@_p@ix@mbAeDmEmdAkqAatAodBgDmEmhAgjAaz@kv@ifG{vFgdBq_Bor@uu@}j@yr@ku@}~@w~CurDomBk}BosA_aBwp@gy@ib@wf@ynAw|AqaAosAiWob@y^{m@_Yyf@sYeh@kkAqzB","name":"Expwy Wangan Line","destinations":"HIGASHI-KANTO, Urayasu","mode":"driving","maneuver":{"location":[139.845636,35.647234],"bearing_before":94.0,"bearing_after":94.0,"instruction":"Keep right at Kasai JCT toward HIGASHI-KANTO.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":571.518,"intersections":[{"weight":"20.483","turn_duration":"0.007","duration":"21.016","location":[139.845636,35.647234],"bearings":[83,94,274],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":381,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Kasai JCT"}},{"weight":"23.819","duration":"23.819","location":[139.850328,35.646938],"bearings":[93,275],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":383,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.892","turn_duration":"0.019","duration":"2.841","turn_weight":"1","location":[139.855646,35.646605],"bearings":[96,275,284],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":false,"active":false,"indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":386,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.379","duration":"4.272","location":[139.856282,35.646549],"bearings":[95,276],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":387,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.397","duration":"9.168","location":[139.85726,35.646456],"bearings":[103,279],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":389,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"25.452","turn_duration":"0.026","duration":"24.266","location":[139.859282,35.645975],"bearings":[107,114,288],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":392,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"36.488","duration":"34.75","location":[139.864362,35.644096],"bearings":[114,294],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":393,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.9","turn_duration":"0.021","duration":"2.021","turn_weight":"0.75","location":[139.871372,35.641541],"bearings":[118,295,303],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":397,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"43.189","duration":"40.176","location":[139.871759,35.641374],"bearings":[114,298],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":398,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"31.321","duration":"29.136","location":[139.88019,35.638282],"bearings":[112,294],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":403,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"25.245","turn_duration":"0.008","duration":"22.958","location":[139.886724,35.637931],"bearings":[63,71,253],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":413,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"67.574","duration":"57.51","location":[139.891291,35.640523],"bearings":[44,224],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":423,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"28.08","duration":"23.4","location":[139.90112,35.648763],"bearings":[44,224],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":427,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"12.24","duration":"10.2","location":[139.905017,35.652031],"bearings":[44,224],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":430,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.339","duration":"7.948","location":[139.90671,35.653457],"bearings":[46,224],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":432,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"21.021","turn_duration":"0.008","duration":"17.26","turn_weight":"0.75","location":[139.908051,35.654522],"bearings":[44,226,234],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":433,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.538","duration":"4.816","location":[139.91088,35.656911],"bearings":[44,224],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":435,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"44.865","duration":"39.881","location":[139.911664,35.657577],"bearings":[44,224],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":436,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"46.638","duration":"43.385","location":[139.917981,35.663253],"bearings":[37,217],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":443,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.428","duration":"5.049","location":[139.924367,35.66991],"bearings":[44,221],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":446,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.735","duration":"6.265","location":[139.925196,35.670613],"bearings":[44,224],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":447,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"48.772","turn_duration":"0.008","duration":"45.377","location":[139.926219,35.671483],"bearings":[32,42,224],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":448,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"25.75","duration":"23.954","location":[139.933616,35.677955],"bearings":[42,224],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":452,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.937672,35.681251],"bearings":[50,230],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":456,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA277201","data_id":"737596800","type":"jct","overlay_ids":["CA27720E"]}],"junction_name":"Koya JCT","voiceinstructions":[{"distancealonggeometry":"16863.508","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 17 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 17 kilometres."},{"distancealonggeometry":"1500","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eMiyanogi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep left at Miyanogi JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eMiyanogi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep left at Miyanogi JCT."},{"distancealonggeometry":"177.778","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left at \u003csay-as interpret-as\u003d\"address\"\u003eMiyanogi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eKEIYO ROAD\u003c/say-as\u003e, \u003csay-as interpret-as\u003d\"address\"\u003eTATEYAMA EXPWY\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep left at Miyanogi JCT toward KEIYO ROAD, TATEYAMA EXPWY."}],"weight_typical":"923.219","bannerinstructions":[{"secondary":{"components":[{"text":"KEIYO ROAD","type":"text"},{"text":"/","type":"text"},{"text":"TATEYAMA EXPWY","type":"text"}],"modifier":"left","text":"KEIYO ROAD / TATEYAMA EXPWY","type":"fork"},"distancealonggeometry":"16890.174","primary":{"components":[{"text":"Miyanogi JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"E14","type":"icon","mapbox_shield":{"display_ref":"E14","name":"jp-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"left","text":"Miyanogi JCT / E14","type":"fork"}},{"secondary":{"components":[{"text":"KEIYO ROAD","type":"text"},{"text":"/","type":"text"},{"text":"TATEYAMA EXPWY","type":"text"}],"modifier":"left","text":"KEIYO ROAD / TATEYAMA EXPWY","type":"fork"},"distancealonggeometry":"1500","sub":{"components":[{"directions":["slight left"],"active":true,"text":"","type":"lane","active_direction":"slight left"},{"directions":["slight left"],"active":true,"text":"","type":"lane","active_direction":"slight left"},{"directions":["straight"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":false,"text":"","type":"lane"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA085401?arrow_ids\u003dCA08540A","text":"","type":"guidance-view"}],"modifier":"left","text":"","type":"fork"},"primary":{"components":[{"text":"Miyanogi JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"E14","type":"icon","mapbox_shield":{"display_ref":"E14","name":"jp-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"left","text":"Miyanogi JCT / E14","type":"fork"}}],"distance":16890.174,"duration":835.132,"duration_typical":793.34,"geometry":"_~}`cA}rj|iGumA}`CaN{WgoAwbCACoIgP}|@mbBitCyqFet@oxAgHaPqUwk@g^ufAiHm[aG}^aGke@uCyWg@qGgEqi@{Au_APmq@hAe^jE{r@zLi`AzHob@vOu_AlIwf@xSukAzAaKbs@ceEh`@g_CdQ}dA|EoXvp@o_Ebw@srEft@cjEbw@isEtGu_@zm@}qDhLke@|Pem@zLg^dZey@xSwk@|}AqkEhLk[~Nc`@lSei@xOob@j_@o}@dOgYzSm[rRmVlIkJjIsIlI}HnQiOtGqGpUmQhLqGxO}Hr]iObbAc\\`eAy\\pY}MhW}MjPaKbVwPn\\gYzSiT~Xq]nMmQvZ{h@rCyF|Wgh@z}A}{CbK{RdrBm_EpaDinGxi@mgAfuAwrCju@eoBbOwg@z^uoAxZccA`GoQvKu_@nFwTnMei@pU}eAvDwZnXk}BpJcr@|Eg^~Ikj@fWosAzSsz@n\\ehAhf@}tAzi@}oAbwCoaGjkA{jCrz@uaChb@{yAp`@{~AzW}tAbRafA`RwwAlXilCnB}UzA}QzH}y@`RonBxHmv@xOa|@xH}^bRij@|T{h@nn@cmAln@ecA`iA}yAldAklAzb@yf@bVk`@vVwf@xHySfDcJzPmq@lI}h@`CuZlBk[v@k`@?q]aCsi@eDaa@_Jcm@iL}c@i[g~@qU}c@wbAetA_xEujGaNoQa]}c@_mE}}Fy`Bg{B{b@cw@sRu_@uR{c@yi@{mA{HqSif@ecAad@qs@_NmQeZuZ","name":"Higashikanto Expwy(Koya To Itako)","destinations":"HIGASHI-KANTO, Chiba, Narita","mode":"driving","maneuver":{"location":[139.941695,35.683824],"bearing_before":53.0,"bearing_after":53.0,"instruction":"Keep right at Koya JCT toward HIGASHI-KANTO.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":970.028,"intersections":[{"weight":"18.667","turn_duration":"0.007","duration":"12.721","turn_weight":"5","location":[139.941695,35.683824],"bearings":[42,53,233],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":460,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Koya JCT"}},{"weight":"13.396","duration":"12.461","location":[139.944172,35.685324],"bearings":[53,233],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":462,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"40.896","duration":"38.043","location":[139.946558,35.686777],"bearings":[53,233],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":465,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"26.417","turn_duration":"0.021","duration":"23.664","turn_weight":"1","location":[139.953466,35.691008],"bearings":[56,234,246],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":468,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"229.007","turn_duration":"0.03","duration":"207.537","turn_weight":"0.75","location":[139.958397,35.692619],"bearings":[87,260,265],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":477,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"8.037","duration":"7.144","location":[139.996747,35.681999],"bearings":[121,300],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":504,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"20.187","duration":"17.944","location":[139.997952,35.681416],"bearings":[120,301],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":506,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.102","turn_duration":"0.022","duration":"5.446","location":[140.00077,35.679722],"bearings":[128,138,316],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":511,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Yatsufunabashi IC"}},{"weight":"5.199","duration":"4.622","location":[140.001542,35.678926],"bearings":[142,324],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":515,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"11.719","duration":"10.654","location":[140.002111,35.678213],"bearings":[154,332],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":518,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"28.416","duration":"25.833","location":[140.002997,35.67638],"bearings":[161,341],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":521,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.923","duration":"4.476","location":[140.005974,35.672343],"bearings":[129,314],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":530,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"19.366","duration":"17.605","location":[140.006769,35.671825],"bearings":[127,307],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":532,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.953","duration":"1.775","location":[140.00994,35.669908],"bearings":[127,307],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":534,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"18.269","duration":"16.608","location":[140.010258,35.669714],"bearings":[126,307],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":535,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"26.84","duration":"24.4","location":[140.013337,35.667871],"bearings":[126,306],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":536,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"8.58","duration":"7.8","location":[140.017678,35.66527],"bearings":[126,306],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":537,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"31.558","turn_duration":"0.007","duration":"28.697","location":[140.018837,35.664585],"bearings":[120,126,306],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":538,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Wangannarashino IC"}},{"weight":"7.92","duration":"7.2","location":[140.023648,35.662077],"bearings":[116,296],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":541,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"21.702","duration":"6.092","turn_weight":"15","location":[140.024939,35.661567],"bearings":[117,296],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["general"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["general"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]}],"geometry_index":542,"is_urban":true,"admin_index":1,"toll_collection":{"type":"toll_booth","name":"Narashinohonsen Tollgate"},"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.096","turn_duration":"0.019","duration":"5.561","location":[140.026029,35.661122],"bearings":[99,118,297],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"geometry_index":543,"is_urban":true,"admin_index":1,"rest_stop":{"type":"rest_area","name":"湾岸幕張PA","amenities":[{"type":"electric_charging_station"},{"type":"toilet"},{"type":"restaurant"},{"type":"snack"},{"type":"info"},{"type":"baby_care"},{"type":"facilities_for_disabled"},{"type":"shop"},{"type":"telephone"}],"guidemap":"https://api.mapbox.com/guidance-views/v1/737596800/sapaguidemap/SA116602"},"mapbox_streets_v8":{"class":"motorway"}},{"weight":"27.616","duration":"25.105","location":[140.027196,35.660669],"bearings":[113,293],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":546,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"21.151","turn_duration":"0.022","duration":"17.935","turn_weight":"1","location":[140.03279,35.65928],"bearings":[107,285,296],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":552,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"74.184","duration":"65.941","location":[140.036961,35.65791],"bearings":[119,296],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":556,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"29.712","duration":"25.287","location":[140.051084,35.650883],"bearings":[110,293],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":563,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.307","duration":"2.756","location":[140.057277,35.649467],"bearings":[101,282],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":567,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.568","turn_duration":"0.007","duration":"4.023","turn_weight":"0.75","location":[140.057947,35.649365],"bearings":[102,281,289],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":569,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.023","duration":"7.519","location":[140.05889,35.649207],"bearings":[102,282],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":570,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"54.301","duration":"45.251","location":[140.060674,35.648902],"bearings":[102,282],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":571,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"32.222","duration":"26.304","location":[140.069446,35.643847],"bearings":[138,318],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":580,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"66.489","duration":"54.277","location":[140.074673,35.641681],"bearings":[90,274],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":590,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.148","duration":"1.754","location":[140.084967,35.647588],"bearings":[45,225],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":599,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.297","duration":"3.508","location":[140.085263,35.647829],"bearings":[45,225],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":600,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"49.415","duration":"40.338","location":[140.085854,35.64831],"bearings":[45,225],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":601,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"14.7","duration":"12","location":[140.092819,35.653745],"bearings":[54,232],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":604,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"16.838","duration":"13.745","location":[140.095194,35.655059],"bearings":[59,236],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":607,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"location":[140.09775,35.656679],"bearings":[40,225],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":611,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA085401","data_id":"737596800","type":"jct","overlay_ids":["CA08540A"]}],"junction_name":"Miyanogi JCT","voiceinstructions":[{"distancealonggeometry":"8634.271","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 9 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 9 kilometres."},{"distancealonggeometry":"400","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eChibahigashi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Keep right at Chibahigashi JCT."},{"distancealonggeometry":"94.444","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eChibahigashi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eTateyama\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Chibahigashi JCT toward Tateyama."}],"weight_typical":"550.661","bannerinstructions":[{"secondary":{"components":[{"text":"Tateyama","type":"text"}],"modifier":"right","text":"Tateyama","type":"fork"},"distancealonggeometry":"8647.604","primary":{"components":[{"text":"Chibahigashi JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"E14","type":"icon","mapbox_shield":{"display_ref":"E14","name":"jp-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"right","text":"Chibahigashi JCT / E14","type":"fork"}},{"secondary":{"components":[{"text":"Tateyama","type":"text"}],"modifier":"right","text":"Tateyama","type":"fork"},"distancealonggeometry":"400","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CY821101?arrow_ids\u003dCY82110E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Chibahigashi JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"E14","type":"icon","mapbox_shield":{"display_ref":"E14","name":"jp-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"right","text":"Chibahigashi JCT / E14","type":"fork"}}],"distance":8647.604,"duration":442.673,"duration_typical":442.161,"geometry":"sxi_cAah|ejGwVoQ}PoLqJyFoBcAuRyFuKcA_JVaNTiLbAiq@dReKbAySUoBWkIqBaNoGaCyAiL}MmI{RwDaPw@cRd@aPvD_U|L{WdOaPtl@_ZlX_PnMyPpUk`@bV}^`@g@~LePtG}HrNaKrYwZ`]}Yx^{W|WaPzLyFta@{RbVuIdK}CxyAke@zm@eRdp@{RzW}Hhm@wP`_Bmg@z}Aog@ng@{Rlu@g^lg@_Z`o@aa@n\\mVtKuIfi@{c@l_@g^|f@eh@lr@}y@rkCknD~iB}eC|LwPdp@c~@dt@aaAtGuIjPwU~Xk`@xOiThq@y|@ng@cr@p`@ml@|TwZrJ{M|j@o}@~Tu_@|OaZdE{HbVsd@~Tke@vZwp@hWup@dOu_@zW}t@zb@qsAtbAwhDfyA_~EpDwK`M__@dOsd@|Li^tKmVhLmVtGwKhWk`@~MoQng@em@xOuPhXsW`MwLnk@em@nXyWxi@}h@`h@wf@hAeA`pDe`Dp`@g^lXmVnQaPrNoLzSiO|PoLfS{M|[kOzWsInQmEhL}CvK{ArNcA~TyAdZm@tRVnQ`AhPdAxOpBlT|CxSjErY|HxSbFtGpBbKfC`z@dR`Cj@","name":"Keiyo Road","destinations":"E14: KEIYO ROAD, TATEYAMA EXPWY, Togane, Kisarazu","mode":"driving","maneuver":{"location":[140.098193,35.657114],"bearing_before":40.0,"bearing_after":32.0,"instruction":"Keep left at Miyanogi JCT toward KEIYO ROAD/TATEYAMA EXPWY/Togane/Kisarazu.","type":"fork","modifier":"slight left"},"driving_side":"left","weight":551.265,"intersections":[{"weight":"8.158","turn_duration":"0.012","duration":"6.672","location":[140.098193,35.657114],"bearings":[32,39,220],"classes":["toll"],"entry":[true,true,false],"in":2,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"slight left","indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"slight left","indications":["slight left"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]}],"geometry_index":612,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk_link"},"jct":{"name":"Miyanogi JCT"}},{"weight":"7.023","duration":"5.733","location":[140.09883,35.657966],"bearings":[20,209],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":615,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk_link"}},{"weight":"47.814","duration":"39.031","location":[140.099011,35.658716],"bearings":[179,358],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":619,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk_link"}},{"weight":"18.734","turn_duration":"0.008","duration":"14.893","turn_weight":"0.5","location":[140.10175,35.660207],"bearings":[151,334,341],"classes":["toll"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":637,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk_link"}},{"weight":"7.548","duration":"6.162","location":[140.103372,35.65882],"bearings":[135,312],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":642,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk_link"}},{"weight":"34.424","turn_duration":"0.013","duration":"19.135","turn_weight":"11","location":[140.103999,35.658207],"bearings":[140,315,328],"classes":["toll"],"entry":[true,false,false],"in":2,"out":0,"geometry_index":645,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"14.644","duration":"11.954","location":[140.106238,35.65505],"bearings":[161,342],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":653,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"7.859","duration":"6.415","location":[140.107159,35.652847],"bearings":[162,342],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":655,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"15.096","duration":"12.323","location":[140.107636,35.651662],"bearings":[163,342],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":657,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"10.121","duration":"8.261","location":[140.108567,35.649384],"bearings":[161,341],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":659,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"10.459","duration":"8.539","location":[140.109215,35.647866],"bearings":[158,341],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":660,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"10.233","duration":"8.354","location":[140.110033,35.646347],"bearings":[152,335],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":662,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"21.023","turn_duration":"0.008","duration":"17.17","location":[140.11101,35.644931],"bearings":[138,147,330],"classes":["toll"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":664,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"ic":{"name":"Anagawa IC"}},{"weight":"44.68","duration":"37.233","location":[140.113305,35.642422],"bearings":[137,320],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":669,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"18.878","duration":"15.731","location":[140.119213,35.637637],"bearings":[134,314],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":672,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"2.611","duration":"2.132","location":[140.121735,35.635637],"bearings":[133,315],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":676,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"4.888","turn_duration":"0.019","duration":"3.193","turn_weight":"1","location":[140.122099,35.635359],"bearings":[134,313,322],"classes":["toll"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":677,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"2.495","duration":"2.037","location":[140.122633,35.634943],"bearings":[134,314],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":678,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"14.087","duration":"11.5","location":[140.122974,35.634674],"bearings":[135,314],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":679,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"8.881","duration":"7.25","location":[140.124781,35.633221],"bearings":[132,314],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":681,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"15.925","duration":"13","location":[140.125952,35.632333],"bearings":[134,314],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":683,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"1.103","duration":"0.9","location":[140.128146,35.630821],"bearings":[128,308],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":687,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"8.33","duration":"6.8","location":[140.128304,35.630722],"bearings":[127,308],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":688,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"10.474","duration":"8.55","location":[140.12952,35.63],"bearings":[124,305],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":690,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"56.228","duration":"45.9","location":[140.131111,35.629167],"bearings":[121,301],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":692,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"31.399","turn_duration":"0.021","duration":"25.653","location":[140.140134,35.625409],"bearings":[110,118,296],"classes":["toll"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":697,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"ic":{"name":"Kaizuka IC"}},{"weight":"11.199","duration":"9.142","location":[140.144759,35.622512],"bearings":[142,319],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":708,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Kaizuka Tunnel"},{"weight":"3.654","duration":"2.983","location":[140.146112,35.62117],"bearings":[142,320],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":711,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"12.033","duration":"9.823","location":[140.146509,35.620762],"bearings":[141,322],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":712,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"82.697","duration":"68.914","location":[140.147816,35.61942],"bearings":[143,322],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":714,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"8.149","duration":"6.935","location":[140.152623,35.608773],"bearings":[18,196],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":740,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"location":[140.152248,35.607634],"bearings":[15,195],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":742,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}}]},{"guidance_views":[{"base_id":"CY821101","data_id":"737596800","type":"jct","overlay_ids":["CY82110E"]}],"junction_name":"Chibahigashi JCT","voiceinstructions":[{"distancealonggeometry":"32679.631","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 33 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 33 kilometres."},{"distancealonggeometry":"1500","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazu JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep right at Kisarazu JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazu JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Kisarazu JCT."},{"distancealonggeometry":"160.556","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazu JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eTateyama\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Kisarazu JCT toward Tateyama."}],"weight_typical":"1514.695","bannerinstructions":[{"secondary":{"components":[{"text":"Tateyama","type":"text"}],"modifier":"right","text":"Tateyama","type":"fork"},"distancealonggeometry":"32696.297","primary":{"components":[{"text":"Kisarazu JCT","type":"text"}],"modifier":"right","text":"Kisarazu JCT","type":"fork"}},{"secondary":{"components":[{"text":"Tateyama","type":"text"}],"modifier":"right","text":"Tateyama","type":"fork"},"distancealonggeometry":"1500","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA052311?arrow_ids\u003dCA05231E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Kisarazu JCT","type":"text"}],"modifier":"right","text":"Kisarazu JCT","type":"fork"}}],"distance":32696.297,"duration":1382.752,"duration_typical":1381.917,"geometry":"a`i|bAcyeijGjIpB`Cl@vp@`PtmA|Yhb@bKtw@bR|q@xPth@lLvp@`PbmA~YrCbA|EbAbKfC~j@rNrYfHbVxFhb@jJb@TlfCzm@zcAvUfoBvf@tbAvUj[nGlXbF~T`FzLpB`NxAlXzAvVTnQUzWcAvV_DzSaFbQiFrSiGbGqBz[oLbh@yWbVoLfSaKfH_DvVwKh[oLfZkJrNuDh[yFba@}Cl_@l@jTl@xZ|Cf^|Hjj@lQp\\xPvZpStGbFdZxWng@`f@pk@zm@tVdW`JhJ|IjJjEjEpbBfeBj`AxaA`NzMnhAdhAta@lb@pQpQ`RbRhWtUhAl@t]pXbV|MjP|Hng@vP~c@fHtYpB~Xj@~Tk@rd@eA|EUnaA}H~kAwKrh@cF|LcAly@kJbgBoLl_@}ClM{AjkAaKtGk@lu@yFv_AyKp`@gClu@gHba@sDlXgCvK{A~ToBn\\_Dhb@uD|f@qGdp@aF~iB}Mj[qBr~@uDpk@cApv@?th@j@di@~C|[fCbtA~OrRtDt~@hT|[|Hzq@~Txi@zRbw@nb@rk@x\\h|@bm@jpBh`BbRlQ`~@tu@bRvPnxBrkBltBtfBtR`Pf_Axw@p`CdtB~u@tp@xSvPbl@vf@xe@ba@hL`K`NvKpYdW~I|Hdp@~j@hm@`f@xm@dh@dbAtz@r]~YjmCx~B~MzMvVvUl_@f^lhAfjAldAlqAfSfTpU~YnsA|jB`tAhvBd{@z~AzWdh@pUxa@`NlVdOxW`N`U~u@nnA|P~YhLvPp{AztBfdBzyBpFdHpUrXhq@nx@dKnLba@vf@zLrNlc@ng@b~@~eAd{@~`Ax^td@bl@tp@tGfHzLzMxDjEtVvZvV|Y``ClnCxHjJbGpG|wBbjCl~AhjBl_@`a@n\\f^ba@r_@th@je@hWhTrRrN~T`Pf^hT`RnLhS`KlXdMj[|MbVhJp`@|MrYtIn\\|HjTjEn\\xF~T|Cj[~Cfi@jE|_@zArNTp`@l@dVm@hf@cAn\\yAtR{AhWgChf@oGvVkEp`@_Ive@wKbRcFjj@iOvZkJvViJhb@kOxS}H~TsIdi@sSz^sNdOaFpU}Hf^eMhb@sNj_@gMlXeHt]uIve@iJdZcFda@oGta@cFhWqBrYoBpUcAlc@eA`]Up`@?t]bAvVdAhPbAbh@`Fh|@jJj_@fHnn@|Mpd@|M`o@pSrYxKlhAdh@pv@dc@zWxPxSzMfS|M`YbRvVnQdOdMhP|MbR~OhW`UtVtUvK`KxO`P~M|MpJhJhLdMj[l[x^dc@nQ~Tvw@heAh[vf@nMdRd^dm@lu@hvAnk@xmAf^|y@z^`aA~c@vwApUjv@xZhjA~TlbAxi@vmChf@zyBxOll@bV`w@ng@jvAfHvPpU`f@jPx\\pU`a@x^vk@vV|^fWb\\zb@dh@`o@`p@bw@xr@`RlQnc@ba@rd@va@jzAxwAz^j`@xjAvwAfm@n}@ft@foAzGvMxI|P~IdRvp@pzAnQ`f@lTnl@dDhJ~j@jqBj[jqApUpnAjPxhAnF`f@zLbrAzHn}@bGvwAlB`|@v@bmAPr_A?pzBd@fjAb@br@`CnbAbGzhAtGnx@~Ift@tGng@~M|y@bRn}@jPdm@hPvf@|P`a@vVng@|PzWdZr_@~TvU`YbWjn@xa@`d@~T`d@vPtV|HdVpGvuAj[xqDbw@xHxAzt@vPrRjEvhCjj@nQ|CzcA~T|IpBhm@dMn\\fHl_@fHtmAxWf_ArSdjAlV`iAlVtxA~Yf_ApSr_Bp]~XnGlTbFfjAxW~XxFdZfHlIfCppAp]`d@hOdZnL|[zMrYrNvOjJt]nQxHrDln@td@bRdMta@~YnM`K`NdMn`@|^x{@r_AhItKjb@lj@dVj[tVt_@fHnL`G`K`JlQfLvU|b@tz@zPva@f^`aAfO`f@|Ppn@dDnLlItZpUj{@xt@|vChf@vaBlThj@hLpXpd@heA","name":"Keiyo Road","destinations":"Tateyama, TATEYAMA EXPWY, KEIYO ROAD, Kisarazu","mode":"driving","maneuver":{"location":[140.152226,35.607569],"bearing_before":195.0,"bearing_after":196.0,"instruction":"Keep right at Chibahigashi JCT toward Tateyama.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":1515.656,"intersections":[{"weight":"0.992","turn_duration":"0.019","duration":"0.864","location":[140.152226,35.607569],"bearings":[15,189,196],"classes":["toll"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":743,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"jct":{"name":"Chibahigashi JCT"}},{"weight":"42.979","duration":"36.578","location":[140.152169,35.607403],"bearings":[16,196],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":744,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"0.533","duration":"0.444","location":[140.149737,35.600283],"bearings":[16,200],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":753,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"0.77","duration":"0.641","location":[140.149703,35.600209],"bearings":[20,194],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":754,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"2.302","turn_duration":"0.021","duration":"1.106","turn_weight":"1","location":[140.149669,35.600098],"bearings":[14,28,196],"classes":["toll"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":755,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"4.853","duration":"4.044","location":[140.149601,35.599904],"bearings":[16,196],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":756,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"9.291","duration":"7.742","location":[140.149351,35.5992],"bearings":[16,196],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":757,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"0.131","duration":"0.109","location":[140.148896,35.597839],"bearings":[15,206],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":760,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"74.292","turn_duration":"0.013","duration":"61.923","location":[140.148885,35.597821],"bearings":[26,189,196],"classes":["toll"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":761,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"ic":{"name":"Matsugaoka IC"}},{"weight":"5.229","turn_duration":"0.008","duration":"3.46","turn_weight":"1","location":[140.146737,35.587182],"bearings":[160,342,349],"classes":["toll"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":778,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"7.672","duration":"6.263","location":[140.14701,35.58659],"bearings":[154,339],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":780,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"64.09","duration":"53.408","location":[140.147623,35.585562],"bearings":[154,335],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":782,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"1.539","duration":"1.282","location":[140.145327,35.576841],"bearings":[40,220],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":802,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"1.582","duration":"1.318","location":[140.145146,35.576664],"bearings":[40,220],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":803,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"23.652","duration":"20.129","location":[140.144964,35.576489],"bearings":[40,219],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":804,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"2.025","duration":"1.724","location":[140.142157,35.573748],"bearings":[40,219],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":807,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"14.233","duration":"12.113","location":[140.141919,35.573507],"bearings":[39,219],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":808,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"7.746","turn_duration":"0.019","duration":"6.611","location":[140.140181,35.571776],"bearings":[40,214,219],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":810,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Soga IC"}},{"weight":"0.371","duration":"0.316","location":[140.139215,35.570785],"bearings":[37,207],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":813,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"29.646","duration":"25.779","location":[140.139192,35.570748],"bearings":[27,214],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":814,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.492","duration":"5.646","location":[140.138101,35.565397],"bearings":[172,353],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":825,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.93","duration":"3.417","location":[140.138305,35.564165],"bearings":[172,352],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":826,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"19.652","duration":"17.088","location":[140.138419,35.563499],"bearings":[173,352],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":827,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.362","duration":"1.185","location":[140.13893,35.560156],"bearings":[171,353],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":831,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"7.27","turn_duration":"0.021","duration":"5.689","turn_weight":"0.75","location":[140.138976,35.559925],"bearings":[0,173,351],"classes":["toll","motorway"],"entry":[false,true,false],"in":2,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":832,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"22.129","duration":"19.243","location":[140.139169,35.558703],"bearings":[173,353],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":833,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.189","duration":"1.903","location":[140.139827,35.554703],"bearings":[172,352],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":839,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.998","duration":"2.607","location":[140.139895,35.554296],"bearings":[170,352],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":840,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.522","duration":"2.193","location":[140.139997,35.55374],"bearings":[172,353],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":842,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"19.351","duration":"16.827","location":[140.140077,35.553268],"bearings":[173,352],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":843,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"7.629","duration":"6.634","location":[140.140657,35.549565],"bearings":[174,354],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":847,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"15.257","duration":"13.268","location":[140.140805,35.548093],"bearings":[178,356],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":849,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.5","duration":"2.127","location":[140.140737,35.545149],"bearings":[6,187],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":853,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.03","duration":"7.686","location":[140.140669,35.544686],"bearings":[7,189],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":854,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.608","duration":"4.773","location":[140.140306,35.54301],"bearings":[13,195],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":856,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.57","duration":"2.234","location":[140.139965,35.541991],"bearings":[15,196],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":857,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.568","duration":"3.973","location":[140.139806,35.541528],"bearings":[16,199],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":858,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"31.321","duration":"26.656","location":[140.139454,35.540714],"bearings":[19,201],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":859,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.021","duration":"1.72","location":[140.135796,35.535622],"bearings":[35,218],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":864,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.439","duration":"5.48","location":[140.135501,35.535316],"bearings":[38,215],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":865,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.067","duration":"1.759","location":[140.134626,35.534307],"bearings":[35,217],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":866,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"23.885","duration":"20.769","location":[140.134342,35.534001],"bearings":[37,216],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":867,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.978","duration":"1.72","location":[140.130945,35.530178],"bearings":[36,215],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":869,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"25.538","duration":"22.207","location":[140.130672,35.529863],"bearings":[35,216],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":870,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.093","duration":"1.82","location":[140.127093,35.525882],"bearings":[36,215],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":873,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.554","duration":"3.96","location":[140.126809,35.525549],"bearings":[35,216],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":874,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.91","duration":"3.4","location":[140.126173,35.524827],"bearings":[36,216],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":875,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.334","duration":"1.16","location":[140.125627,35.524206],"bearings":[36,216],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":876,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.518","duration":"1.32","location":[140.125434,35.523993],"bearings":[36,215],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":877,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.714","duration":"2.36","location":[140.12523,35.523752],"bearings":[35,217],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":878,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.129","duration":"0.982","location":[140.124843,35.523327],"bearings":[37,216],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":879,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"20.882","duration":"18.158","location":[140.124684,35.523151],"bearings":[36,216],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":880,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"17.71","duration":"15.073","location":[140.121741,35.519799],"bearings":[36,216],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":884,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.616","duration":"1.375","location":[140.119264,35.517031],"bearings":[36,219],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":886,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"24.299","duration":"20.68","location":[140.119026,35.516791],"bearings":[39,218],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":887,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.632","duration":"2.24","location":[140.115299,35.513282],"bearings":[41,224],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":892,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"30.24","duration":"25.2","location":[140.114867,35.512921],"bearings":[44,226],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":893,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.552","duration":"2.96","location":[140.109697,35.509245],"bearings":[52,233],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":896,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"7.475","duration":"6.229","location":[140.109038,35.508847],"bearings":[53,231],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":897,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.039","duration":"1.699","location":[140.107709,35.507986],"bearings":[51,230],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":900,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"7.413","duration":"6.177","location":[140.107356,35.507745],"bearings":[50,230],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":901,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.503","duration":"2.086","location":[140.106084,35.506865],"bearings":[50,231],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":902,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"25.575","duration":"21.766","location":[140.105652,35.506578],"bearings":[51,227],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":903,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.924","duration":"0.786","location":[140.101516,35.503264],"bearings":[45,225],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":906,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.737","duration":"2.33","location":[140.101369,35.503143],"bearings":[45,223],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":907,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.071","duration":"5.167","location":[140.100959,35.502782],"bearings":[43,223],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":908,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.378","duration":"1.173","location":[140.100039,35.501977],"bearings":[43,222],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":909,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"35.315","duration":"30.708","location":[140.099823,35.501782],"bearings":[42,223],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":910,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.67","duration":"1.485","location":[140.094551,35.497088],"bearings":[41,221],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":918,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.667","turn_duration":"0.019","duration":"0.612","location":[140.094313,35.496866],"bearings":[41,210,222],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":919,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Ichihara IC"}},{"weight":"2.936","duration":"2.61","location":[140.094211,35.496773],"bearings":[42,224],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":920,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.614","duration":"3.212","location":[140.093767,35.496394],"bearings":[44,223],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":921,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"14.614","duration":"13.286","location":[140.093336,35.496014],"bearings":[43,222],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":922,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.802","turn_duration":"0.018","duration":"1.883","turn_weight":"0.75","location":[140.091041,35.493949],"bearings":[42,51,223],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":923,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"13.755","duration":"12.795","location":[140.090722,35.493662],"bearings":[41,223],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":925,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.855","duration":"10.098","location":[140.088496,35.491727],"bearings":[43,222],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":926,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"14.175","duration":"13.5","location":[140.086779,35.4902],"bearings":[42,221],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":927,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.33","duration":"2.219","location":[140.084598,35.487996],"bearings":[37,216],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":931,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"14.599","duration":"13.903","location":[140.084257,35.487607],"bearings":[36,213],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":932,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.912","duration":"1.821","location":[140.082518,35.48495],"bearings":[23,202],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":939,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.781","duration":"2.648","location":[140.082337,35.48458],"bearings":[22,200],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":940,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.097","duration":"2.045","location":[140.082098,35.484043],"bearings":[20,198],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":941,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.094","duration":"9.848","location":[140.081927,35.483617],"bearings":[18,195],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":942,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.187","duration":"3.109","location":[140.081382,35.481525],"bearings":[8,187],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":947,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"26.71","duration":"26.059","location":[140.08128,35.480849],"bearings":[7,184],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":948,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.493","duration":"1.456","location":[140.082018,35.475193],"bearings":[163,345],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":960,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"62.059","duration":"62.059","location":[140.082132,35.474887],"bearings":[163,343],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":961,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"28.039","turn_duration":"0.022","duration":"28.78","location":[140.085857,35.461751],"bearings":[6,182,188],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":989,"is_urban":false,"admin_index":1,"rest_stop":{"type":"service_area","name":"市原SA","amenities":[{"type":"gas_station","brand":"出光"},{"type":"electric_charging_station"},{"type":"toilet"},{"type":"coffee"},{"type":"restaurant"},{"type":"snack"},{"type":"ATM"},{"type":"info"},{"type":"baby_care"},{"type":"facilities_for_disabled"},{"type":"shop"},{"type":"telephone"}],"guidemap":"https://api.mapbox.com/guidance-views/v1/737596800/sapaguidemap/SA111102"},"mapbox_streets_v8":{"class":"motorway"}},{"weight":"48.106","turn_duration":"0.022","duration":"48.336","turn_weight":"1","location":[140.083743,35.455863],"bearings":[25,28,208],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":997,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.741","duration":"9.991","location":[140.075779,35.447549],"bearings":[47,230],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1019,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"130.854","duration":"130.854","location":[140.073643,35.446179],"bearings":[53,235],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1021,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.623","turn_duration":"0.022","duration":"2.582","location":[140.045567,35.429172],"bearings":[51,222,234],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1051,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Anesakisodegaura IC"}},{"weight":"1.512","duration":"1.475","location":[140.045044,35.428857],"bearings":[54,235],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1053,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.786","duration":"6.621","location":[140.044737,35.428681],"bearings":[55,236],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1054,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.799","duration":"2.731","location":[140.043272,35.427885],"bearings":[56,240],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1055,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.224","duration":"3.145","location":[140.042647,35.427589],"bearings":[60,240],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1056,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.797","duration":"0.777","location":[140.041919,35.427246],"bearings":[60,241],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1057,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"118.832","turn_duration":"0.024","duration":"115.47","turn_weight":"0.5","location":[140.041738,35.427163],"bearings":[61,66,245],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1058,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"16.838","duration":"16.036","location":[140.013081,35.419941],"bearings":[31,206],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1088,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"14.294","duration":"13.614","location":[140.011695,35.416617],"bearings":[15,194],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1093,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"29.197","duration":"27.807","location":[140.010797,35.413756],"bearings":[14,194],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1094,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.402","duration":"2.234","location":[140.008957,35.407905],"bearings":[14,194],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1102,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"62.32","duration":"57.973","location":[140.008809,35.407433],"bearings":[14,193],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1103,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.84","duration":"6.363","location":[140.004946,35.395249],"bearings":[18,197],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1117,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"15.164","duration":"14.442","location":[140.004457,35.393944],"bearings":[17,200],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1118,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.517","duration":"9.063","location":[140.002924,35.391111],"bearings":[25,213],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1125,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"12.63","duration":"12.028","location":[140.001662,35.389491],"bearings":[32,214],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1128,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.54","turn_duration":"0.024","duration":"10.062","location":[139.999697,35.387509],"bearings":[41,217,225],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1132,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Kisarazukita IC"}},{"weight":"1.143","duration":"1.088","location":[139.997822,35.386028],"bearings":[48,230],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1136,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.167","duration":"4.066","location":[139.997606,35.38588],"bearings":[50,231],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1137,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.634","duration":"4.521","location":[139.996754,35.385362],"bearings":[54,234],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1140,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"14.051","turn_duration":"0.026","duration":"13.003","turn_weight":"0.75","location":[139.995799,35.384787],"bearings":[54,59,238],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1141,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.832","duration":"2.763","location":[139.9928,35.383454],"bearings":[65,245],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1145,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.992141,35.383204],"bearings":[65,245],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1147,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA052311","data_id":"737596800","type":"jct","overlay_ids":["CA05231E"]}],"junction_name":"Kisarazu JCT","voiceinstructions":[{"distancealonggeometry":"3889.676","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 4 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 4 kilometres."},{"distancealonggeometry":"1500","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazuminami JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep right at Kisarazuminami JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazuminami JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Kisarazuminami JCT."},{"distancealonggeometry":"160.556","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazuminami JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eTateyama\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Kisarazuminami JCT toward Tateyama."}],"weight_typical":"175.769","bannerinstructions":[{"secondary":{"components":[{"text":"Tateyama","type":"text"}],"modifier":"right","text":"Tateyama","type":"fork"},"distancealonggeometry":"3918.009","primary":{"components":[{"text":"Kisarazuminami JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"E14","type":"icon","mapbox_shield":{"display_ref":"E14","name":"jp-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"right","text":"Kisarazuminami JCT / E14","type":"fork"}},{"secondary":{"components":[{"text":"Tateyama","type":"text"}],"modifier":"right","text":"Tateyama","type":"fork"},"distancealonggeometry":"1500","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA138101?arrow_ids\u003dCA13810E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Kisarazuminami JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"E14","type":"icon","mapbox_shield":{"display_ref":"E14","name":"jp-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"right","text":"Kisarazuminami JCT / E14","type":"fork"}}],"distance":3918.009,"duration":166.396,"duration_typical":166.414,"geometry":"g}lnbAqa__jGfG|MvLxWrNpXjPzWta@tp@t~@brAb|AniBbbA~jAro@rz@dp@n}@|f@lv@pz@dyAfi@heAxSrd@~IpSzLzWhb@`fApJxW~zAnpEhm@lbBhL~Y`d@heAd^ps@jf@h{@d{@ftApo@fy@~TpXxDbFlTfTfLxKr`@`a@nFbFpUpSpJtIpJrI|EjElIfHnMnLl~A|tAve@`f@va@rd@tl@tu@hWf^","name":"Tateyama Expwy","destinations":"Tateyama, TATEYAMA EXPWY, Futtsu","mode":"driving","maneuver":{"location":[139.984937,35.380196],"bearing_before":237.0,"bearing_after":236.0,"instruction":"Keep right at Kisarazu JCT toward Tateyama.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":175.75,"intersections":[{"weight":"60.21","turn_duration":"0.019","duration":"58.761","location":[139.984937,35.380196],"bearings":[57,229,236],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1153,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Kisarazu JCT"}},{"weight":"9.333","turn_duration":"0.022","duration":"8.196","turn_weight":"0.75","location":[139.974165,35.372021],"bearings":[51,58,234],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1165,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.564","duration":"1.49","location":[139.972438,35.371012],"bearings":[56,237],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1167,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"59.828","duration":"56.979","location":[139.972109,35.370836],"bearings":[57,236],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1168,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.402","duration":"2.234","location":[139.959575,35.363976],"bearings":[44,223],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1179,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.847","duration":"2.648","location":[139.959166,35.363624],"bearings":[43,223],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1180,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.35","duration":"1.256","location":[139.958712,35.363188],"bearings":[39,218],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1182,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.226","duration":"3.931","location":[139.958507,35.362976],"bearings":[38,220],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1183,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.276","duration":"2.069","location":[139.957848,35.362318],"bearings":[38,217],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1185,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.197","duration":"1.088","location":[139.957519,35.361957],"bearings":[37,217],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1186,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.184","duration":"1.076","location":[139.957348,35.361772],"bearings":[37,217],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1187,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.683","duration":"0.621","location":[139.957178,35.361587],"bearings":[37,217],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1188,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.071","duration":"0.974","location":[139.957076,35.361476],"bearings":[37,216],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1189,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.956928,35.361309],"bearings":[36,217],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1190,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA138101","data_id":"737596800","type":"jct","overlay_ids":["CA13810E"]}],"junction_name":"Kisarazuminami JCT","voiceinstructions":[{"distancealonggeometry":"41455.379","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 41 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 41 kilometres."},{"distancealonggeometry":"400","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Turn left towards \u003cphoneme alphabet\u003d\"jeita\" ph\u003d\"シラハマ\"\u003e白浜\u003c/phoneme\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Turn left towards 白浜."},{"distancealonggeometry":"66.667","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn left towards \u003cphoneme alphabet\u003d\"jeita\" ph\u003d\"シラハマ\"\u003e白浜\u003c/phoneme\u003e, \u003cphoneme alphabet\u003d\"jeita\" ph\u003d\"タテヤマ\"\u003e館山\u003c/phoneme\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Turn left towards 白浜, 館山."}],"weight_typical":"1741.585","bannerinstructions":[{"distancealonggeometry":"41483.711","primary":{"components":[{"text":"白浜","type":"text"},{"text":"/","type":"text"},{"text":"館山","type":"text"}],"modifier":"left","text":"白浜 / 館山","type":"turn"}},{"distancealonggeometry":"400","sub":{"components":[{"directions":["left"],"active":true,"text":"","type":"lane","active_direction":"left"},{"directions":["left"],"active":false,"text":"","type":"lane"},{"directions":["right"],"active":false,"text":"","type":"lane"}],"text":""},"view":{"components":[{"subtype":"aftertoll","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/aftertoll/HW53800505?arrow_ids\u003dHW53800505_1","text":"","type":"guidance-view"}],"modifier":"left","text":"","type":"turn"},"primary":{"components":[{"text":"白浜","type":"text"},{"text":"/","type":"text"},{"text":"館山","type":"text"}],"modifier":"left","text":"白浜 / 館山","type":"turn"}}],"distance":41483.711,"duration":1793.554,"duration_typical":1795.298,"geometry":"kc`mbA}d`}iGvZfc@~eBdjCde@fo@rY~^f^r_@`h@ng@zWhTde@b\\~TdM|PbFzb@bWpJtDxZdMpo@zRxZpGtV`F~_@xFhb@jEhb@fC`h@hCvbDtDzsBjEnmBm@bbAqBvfAcFxcA}Czt@qGzm@yFve@yF|[kExx@eMl_@gHloAsSrYaFlhA}MzWyAvVcA`Rm@tYW~X?`]l@x_AnGd{@nLn}@dRf^tI|j@lQva@nLbO|D~EpAhm@`Pju@lQba@fH~_@`FnMzAdObAfSpBvOxAfSxAzHl@fSzA`]xA`d@pBpUzAhf@|Cbl@jEl_@hCfm@`Fts@pG|q@dHfLbAxZtDxi@bFrNnBtRpB~MzAjPnBl_@bFlXtDj_@bFvVtDj_@nGtRfCfStDtR~C`YjEtVrDtRtDzLpBrNfCx^fHzWxFnXfHbVfH|PxFrY`KxOdHfLpGzLnG`JbFrNhJxHbFfHbFtGxFfH`FbGxFjIfHvKxKnFnGhHfHpNvPdKnLlMvPzH`KnQlVvKrNhP~TbGrI`NvP|EpGpJvKlI`KfLrNfDtDjItI~I`KlIrI`NjOhLvKzLfMpJhJdKjJjTzRlMnL~I|HfOnLlMvKxOnLhLtIbVlQba@~Yhb@bWtKpGxOrIvKfHbKxF~IjEtKxFjPrIrNfHbRrIjP|HzPfHrNpG`N`Fro@vUrNvFbV~HdVdHzf@rNv{@dWp`@zMxZ`KhPpGp`@hOrYnLtR|H|PfHtRhJ|P~HrNnGt]dRng@bWjEfClXhOrYnQ`RvKvKpGhL|HbKfHfHjEnMrIpN`KxOxKdOxKnMhJjPnL~IfHzLhJ`RjO|P`PbG`FjI|HfOjOjI|HlIjJ~IjJpJvKpJnLrJxKrGrIbG|HxH`KlInL|EnGtGjJxHnLtGxKbGhJnFjJ|E|HbGxKfHnLjEjJpJlQdOtZlIdRfSrd@hLfYpUvp@hLb\\vKx\\lMxa@|ElQpJl[fHbWtG~TxHhYvK|^vKj`@nFnQxDrNnFvP|ElQlIpXjEdMvDdMrCtIjEnLfDvKrCtInFrNtGvPdOj`@bG`P|EdMtGrN|IzRlIdRzLzW|LbWfHrN~MbW|L~TpNdWzHrNhb@lq@zW`a@|PlV~Tj[tKrN`NxPxH`KzLrN`N~O~I`KzLrNzm@rn@dOrNhLvKtGxFvK`KfSvPrNnLnQ|Mxt@ri@xi@x\\jPhJvKpGtKxFzLnGrNfH||@xa@jj@hT|f@vP~P|FzAf@rxAxa@zSbFdkB|c@tl@rNrNtD|gAnXr~@`Uj`AtUhWpG~j@zMx^jJzb@`Kp`@jJxSxFn\\|HvVxFba@`KfSlEpUrDzLpBfOzApJbAfHl@fHj@|Pl@`Nl@|TTxZl@hPT|f@xA~TdAvVxAtVxAva@~Cj_@jEdOxAva@bF|_@xFnXbFta@dHx^~Hfi@dMdVxFhPfC~T~CdVbArRj@`N?tRUta@cA~TU`R?tRj@dObA|LbAfS~CnU`FrUpGzLjEbKtDvVxKlMdH`NtIdZlQ~TdMbKxFvKlEfS|HtVfHdV`F~T|CzLzA~MbA|Wl@~M?vVm@vVyAdD_@zLqA|[qGlXeHzLmEn\\eMz^sNh[sIrYqGrNgC~IcApUqBzWm@tG?dO?jPV`Nl@jTnB`NbAfShC`]jEnXbFhP|CnMfCfSlErNrDpUpG`RxFbRxFnQxFvKjE|EpBnQdHfi@lVvZrNl_@zRtGtD~XnQjPvKhLtItK|H|LjJlMjJvKhJnQhO`NrNtGfHfHfH|PzRlMhO`J`LdDbEtK`PbGrItGbKnFrIhLpSvKrSbKhT|P|^vKzWhLfYtRxf@`Rhe@nMx\\tVho@|Prd@dO~^rN|^fO|^bVpn@vOxa@pQfc@zWxr@dOj`@rY~t@vOj`@fZjv@`Rvf@tRng@~Tvk@tV~o@dVzm@hWft@dZtz@dZdy@dOxa@|P`a@~IdWnQzh@vVlv@~Mnb@zHpXfDbNPr@?B~BnJjEhT`CfMzAvK`CrNxDf^lB~TzAzWv@~Td@hOPdRPrSd@tp@Px\\PzWRdRb@pSd@`Pv@lQfA`P`CtZxD~Y`ChO~BjOtChOdD`PjE~OrCxKxDnL|ErN`G`PtG~O~IdRbGdMbKdRbK`PfOhTjPtUpUtZpNzRdKrNjT~Y|b@hj@|I|M`Yr_@j[fc@~X|^lThYba@hj@x^he@dKnLlMhOlTvUlMrNjPvPvOjOvVtUfSnQx^pXlTvPtRrNrRrNfSnL|L|HbVzMdZvPdZhOpk@zWvZ|Mjf@zRh[nLl_@dMr~@pX`o@dRn\\rIj_@tIj[nG||@`Px^xFp`@xFfNdBjUrCn`@`Fl_@tDjf@jEjj@~C~n@Tj[UpYm@jf@}CvfAaPl_@kJd_AcW`d@eRng@{WjTeMfOkJpz@qn@llEgqD|wEe{DhyD}`DleBeyA`~@gt@rGcFl`Aox@tKsIxt@{m@xe@g^dZ{RtV}MxOgHdZkJnQyFxSkEbGyAvVuDpJyAtGeA`s@kE~T?p`@m@|f@k@po@WvEDry@|@vK?hq@~CbGTnr@jEpk@vDln@nG`RpBng@rIts@|MduAtUjEdAvgBxWnFl@rz@rN|El@bl@rIpUfCfSbAf_Al@zq@_Dnc@sDrR_Dxi@aKlTcFj[aKfS}Hf^aPpUeMjj@g^|f@uZhq@ud@ve@a\\tRgMth@a\\hb@mV`RcK|f@uUhm@eWtRoGzPcFlTyFpUgClXgCva@yAdZWpJ?lITlMbAbV~Cdw@vKrs@nLtR~C`R|CvVfCpz@nGxOVrN?pUqBbGm@pz@eM~u@qXzWaKly@ud@h|@ob@~TaK~j@_U|u@m[|[mQj_@qXzWsS~TqS`CiCrNuPpU{\\lXaa@bRm[fSuZrYk`@tRwUjPwPh[cW`YeRrY_PjT_IrYaKpUkErYcFjPyA`tAyKp{AoLjj@aFpU{Ajq@yFtKcAr`@}CtKcAzHm@x^_Dh[yAj[Ut]?ba@fCba@`Fxi@jJzLfClTpGxS`FfSrIflCllArcBjv@vsCn}AtrBpiAft@va@~dAzm@fi@pXx^zRb]rNlMbFhWrIj_@`KhWbFx_A`Khm@?jPTf^cAtVyAjvA_U|lBm`@dOsDx^kJjq@aPhm@aPxnAyWx`Bq]j`AwP|BQnIq@zW{AvVcAzWUtR?rYl@x^nBzWhCtVfCvVjEfi@`K~j@nLhPtDft@hO|`ApSvp@|Mdl@fMv{@bRlc@fHlX|CpQzAfWl@hWW`NU~Jc@f~@wD|Ps@z|@mE`o@gC|IUlI?~Ij@`CVvKfCtKfC`NfH~IxFr]j[|[~Yjf@he@tGbFvKnGpJlExHfC~IfC`Gl@jETdVbAba@zAlm@d@pGDdDl@rCfChAxF","name":"","ref":"E14","destinations":"Tateyama, Futtsu-Tateyama EXPWY, Kimitsu, Kamogawa","mode":"driving","maneuver":{"location":[139.952735,35.357254],"bearing_before":226.0,"bearing_after":227.0,"instruction":"Keep right at Kisarazuminami JCT toward Tateyama.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":1739.774,"intersections":[{"weight":"3.354","turn_duration":"0.019","duration":"3.068","location":[139.952735,35.357254],"bearings":[46,217,227],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1196,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Kisarazuminami JCT"}},{"weight":"38.016","duration":"34.56","location":[139.952155,35.35681],"bearings":[47,228],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1197,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.398","turn_duration":"0.038","duration":"3.059","turn_weight":"1","location":[139.946326,35.35132],"bearings":[18,30,209],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1206,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"7.78","duration":"7.073","location":[139.94594,35.350746],"bearings":[29,202],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1207,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"63.99","duration":"59.525","location":[139.945304,35.349339],"bearings":[18,194],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1210,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"11.032","duration":"10.507","location":[139.94477,35.336619],"bearings":[173,357],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1222,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.286","duration":"2.177","location":[139.945157,35.334387],"bearings":[170,351],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1225,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"32.609","duration":"31.814","location":[139.945259,35.333924],"bearings":[169,350],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1226,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"20.595","duration":"20.093","location":[139.946407,35.327185],"bearings":[2,186],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1237,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.855","duration":"2.786","location":[139.945282,35.322982],"bearings":[19,198],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1242,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"22.404","turn_duration":"0.007","duration":"21.865","location":[139.945066,35.322426],"bearings":[18,189,197],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1243,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Kimitsu IC"}},{"weight":"7.423","turn_duration":"0.019","duration":"6.613","turn_weight":"0.5","location":[139.943874,35.317964],"bearings":[6,15,187],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1254,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.592","duration":"1.516","location":[139.943703,35.316408],"bearings":[4,186],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1258,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"11.742","duration":"11.183","location":[139.943657,35.316047],"bearings":[6,186],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1259,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.82","duration":"3.638","location":[139.943294,35.313437],"bearings":[7,188],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1263,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.548","duration":"3.379","location":[139.943157,35.312594],"bearings":[8,188],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1264,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.948","duration":"0.882","location":[139.94301,35.311779],"bearings":[8,187],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1265,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.015","duration":"4.666","location":[139.942976,35.311567],"bearings":[7,189],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1266,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.527","duration":"2.351","location":[139.942771,35.310437],"bearings":[8,190],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1268,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.418","duration":"6.112","location":[139.942658,35.309872],"bearings":[8,189],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1270,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.323","duration":"2.212","location":[139.942351,35.308428],"bearings":[10,190],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1274,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.693","duration":"1.612","location":[139.942237,35.30791],"bearings":[10,191],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1275,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"11.576","duration":"11.025","location":[139.942146,35.30753],"bearings":[11,192],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1276,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.995","duration":"0.947","location":[139.941488,35.304947],"bearings":[13,192],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1283,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"94.964","duration":"94.964","location":[139.941431,35.304725],"bearings":[12,193],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1284,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.329","turn_duration":"0.021","duration":"2.472","location":[139.927762,35.285561],"bearings":[18,191,200],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1356,"is_urban":false,"admin_index":1,"rest_stop":{"type":"rest_area","name":"君津PA","amenities":[{"type":"electric_charging_station"},{"type":"toilet"},{"type":"baby_care"},{"type":"facilities_for_disabled"}]},"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.97","duration":"2.074","location":[139.927524,35.285024],"bearings":[20,199],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1357,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"16.544","duration":"17.885","location":[139.927331,35.284579],"bearings":[19,202],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1358,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"41.406","turn_duration":"0.022","duration":"43.705","turn_weight":"1","location":[139.92524,35.280746],"bearings":[26,35,208],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1368,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"36.562","duration":"39.526","location":[139.917252,35.272553],"bearings":[52,234],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1410,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"32.099","duration":"34.701","location":[139.906946,35.268035],"bearings":[59,239],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1438,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.184","duration":"6.509","location":[139.899004,35.262749],"bearings":[42,223],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1461,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"14.179","duration":"14.925","location":[139.897742,35.261518],"bearings":[38,218],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1464,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.166","duration":"5.438","location":[139.895322,35.258546],"bearings":[30,208],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1472,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.975","duration":"10.5","location":[139.894595,35.257389],"bearings":[26,205],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1477,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"7.493","turn_duration":"0.018","duration":"8.118","location":[139.893413,35.255065],"bearings":[20,191,200],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1480,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Futtsuchuo IC"}},{"weight":"8.651","duration":"9.352","location":[139.892709,35.253297],"bearings":[18,196],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1483,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.789","turn_duration":"0.019","duration":"4.385","turn_weight":"0.75","location":[139.892004,35.251232],"bearings":[16,23,196],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1485,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.912","duration":"5.17","location":[139.891663,35.250251],"bearings":[17,196],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1487,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.061","duration":"10.876","location":[139.891255,35.249084],"bearings":[16,196],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1488,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.959","duration":"5.362","location":[139.890402,35.246631],"bearings":[16,195],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1491,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.535","duration":"4.902","location":[139.889982,35.245418],"bearings":[16,195],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1493,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"88.575","duration":"93.236","location":[139.889607,35.244307],"bearings":[15,197],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1495,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"11.709","duration":"11.709","location":[139.884578,35.221894],"bearings":[171,353],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1560,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.825","duration":"6.825","location":[139.885653,35.219145],"bearings":[165,343],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1567,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"22.047","duration":"22.612","location":[139.885972,35.217534],"bearings":[180,357],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1572,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.799","duration":"10.05","location":[139.884608,35.212266],"bearings":[22,202],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1590,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.995","duration":"2.046","location":[139.88337,35.210081],"bearings":[28,210],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1596,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"15.146","duration":"15.943","location":[139.883074,35.209665],"bearings":[30,211],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1597,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"12.177","duration":"12.817","location":[139.8804,35.206794],"bearings":[44,226],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1610,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"22.248","duration":"23.419","location":[139.877586,35.205017],"bearings":[58,238],"classes":["tunnel","toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1620,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Amaha Tunnel"},{"weight":"22.574","duration":"24.404","location":[139.871769,35.202147],"bearings":[59,240],"classes":["tunnel","toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1630,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Amaha Tunnel"},{"weight":"13.12","duration":"14.183","location":[139.865701,35.199175],"bearings":[59,239],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1639,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"7.628","turn_duration":"0.018","duration":"8.264","location":[139.862599,35.197684],"bearings":[61,234,241],"classes":["toll"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1643,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"ic":{"name":"Futtsutakeoka IC"}},{"weight":"2.22","duration":"2.4","location":[139.860713,35.196814],"bearings":[60,240],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1645,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"12.458","duration":"13.468","location":[139.860156,35.196555],"bearings":[60,237],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1646,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"4.662","duration":"5.04","location":[139.857099,35.195176],"bearings":[63,245],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1651,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.672","turn_duration":"0.019","duration":"2.908","turn_weight":"1","location":[139.855895,35.194759],"bearings":[70,77,251],"classes":["toll"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1657,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"6.084","duration":"6.578","location":[139.855213,35.194583],"bearings":[72,257],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1660,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Takeoka Daiichi Tunnel"},{"weight":"9.74","duration":"10.53","location":[139.853611,35.194361],"bearings":[84,265],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1664,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"9.147","duration":"9.889","location":[139.851043,35.194287],"bearings":[88,268],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1670,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"13.236","duration":"14.309","location":[139.848691,35.194018],"bearings":[75,253],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1677,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"17.16","duration":"19.067","location":[139.845612,35.192777],"bearings":[55,232],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1689,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Takeoka Dai-2 Tunnel"},{"weight":"1.16","duration":"1.289","location":[139.842192,35.190129],"bearings":[45,228],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1698,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"32.4","duration":"36","location":[139.841953,35.189954],"bearings":[48,226],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1699,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Kanaya Dai-1 Tunnel"},{"weight":"34.191","duration":"37.991","location":[139.835908,35.18451],"bearings":[33,214],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1714,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"13.155","duration":"14.617","location":[139.831852,35.177205],"bearings":[18,196],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1729,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Kanaya Dai-2 Tunnel"},{"weight":"2.471","duration":"2.745","location":[139.830977,35.174261],"bearings":[11,191],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1734,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"13.4","turn_duration":"0.007","duration":"14.896","location":[139.830852,35.173724],"bearings":[11,182,190],"classes":["toll"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1735,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"ic":{"name":"Futtsukanaya IC"}},{"weight":"3.486","duration":"3.874","location":[139.830341,35.170743],"bearings":[5,181],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1741,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"6.89","duration":"7.656","location":[139.83033,35.169975],"bearings":[1,179],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1742,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"5.4","duration":"6","location":[139.830443,35.168466],"bearings":[169,354],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1745,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"7.574","duration":"8.416","location":[139.830716,35.167318],"bearings":[164,349],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1746,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"9.636","duration":"10.707","location":[139.831284,35.165772],"bearings":[157,343],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1748,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"6.414","turn_duration":"0.008","duration":"6.024","turn_weight":"1","location":[139.832398,35.163929],"bearings":[147,330,334],"classes":["toll"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1752,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"67.133","duration":"74.592","location":[139.833159,35.162976],"bearings":[145,327],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1753,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Nokogiriyama Tunnel"},{"weight":"10.064","duration":"10.88","location":[139.843056,35.151598],"bearings":[145,324],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1757,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"6.66","duration":"7.2","location":[139.843908,35.150589],"bearings":[146,325],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1758,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"1.998","duration":"2.16","location":[139.844942,35.149404],"bearings":[146,324],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1760,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"4.734","duration":"5.118","location":[139.845112,35.149201],"bearings":[145,326],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1761,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Motona Tunnel"},{"weight":"10.286","duration":"11.12","location":[139.845862,35.14834],"bearings":[147,325],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1762,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"6.741","duration":"7.288","location":[139.84668,35.147284],"bearings":[153,329],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1764,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Hota Tunnel"},{"weight":"1.543","duration":"1.668","location":[139.847374,35.145905],"bearings":[166,341],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1768,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Hota Tunnel"},{"weight":"3.955","duration":"4.275","location":[139.847476,35.145572],"bearings":[166,346],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1769,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"19.158","turn_duration":"0.03","duration":"20.742","location":[139.847692,35.144738],"bearings":[170,174,348],"classes":["toll"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1773,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"ic":{"name":"Kyonanhota IC"}},{"weight":"0.912","duration":"0.986","location":[139.847817,35.140554],"bearings":[2,180],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1780,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"4.568","turn_duration":"0.024","duration":"3.881","turn_weight":"1","location":[139.847817,35.14035],"bearings":[0,6,185],"classes":["toll"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1781,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"0.632","duration":"0.684","location":[139.847737,35.139545],"bearings":[5,184],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1782,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"20.243","duration":"21.884","location":[139.847726,35.139415],"bearings":[4,186],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1783,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Okatabira Tunnel"},{"weight":"6.703","duration":"7.246","location":[139.84693,35.135323],"bearings":[13,192],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1789,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"8.736","duration":"9.444","location":[139.846567,35.133944],"bearings":[12,193],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1790,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"0.63","duration":"0.663","location":[139.846135,35.132166],"bearings":[11,189],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1792,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"5.305","duration":"5.584","location":[139.846112,35.132046],"bearings":[9,192],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1793,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Yoshihama Tunnel"},{"weight":"3.69","duration":"3.884","location":[139.845839,35.130981],"bearings":[11,191],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1795,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.376","duration":"3.554","location":[139.845669,35.130259],"bearings":[11,189],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1796,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"14.188","duration":"14.935","location":[139.845567,35.129574],"bearings":[5,181],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1798,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Oyoshi Tunnel"},{"weight":"31.371","duration":"32.175","location":[139.845794,35.126834],"bearings":[167,348],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1802,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"17.816","duration":"18.273","location":[139.849192,35.121094],"bearings":[150,329],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1813,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Nakasakuma Tunnel"},{"weight":"3.328","duration":"3.413","location":[139.851112,35.117862],"bearings":[162,341],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1819,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"11.641","turn_duration":"0.028","duration":"11.967","location":[139.851351,35.117233],"bearings":[163,171,343],"classes":["toll"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1821,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"ic":{"name":"Kyonantomiyama IC"}},{"weight":"10.755","duration":"10.755","location":[139.851499,35.114891],"bearings":[7,190],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1828,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"5.215","duration":"5.215","location":[139.850999,35.11278],"bearings":[12,192],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1831,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"10.34","turn_duration":"0.007","duration":"9.847","turn_weight":"0.5","location":[139.850772,35.11178],"bearings":[8,14,187],"classes":["toll"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1834,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"0.72","duration":"0.72","location":[139.850681,35.109947],"bearings":[172,353],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1838,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Shimosakuma Tunnel"},{"weight":"18.144","duration":"18.144","location":[139.850704,35.109817],"bearings":[169,352],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1839,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Shimosakuma Tunnel"},{"weight":"5.731","duration":"5.731","location":[139.852136,35.106651],"bearings":[155,332],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1843,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"11.084","duration":"11.084","location":[139.852704,35.10567],"bearings":[156,335],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1844,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"10.366","duration":"10.366","location":[139.853704,35.103735],"bearings":[152,337],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1847,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"1.648","duration":"1.648","location":[139.855136,35.101939],"bearings":[137,321],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1852,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"2.529","duration":"2.529","location":[139.855419,35.101689],"bearings":[133,317],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1853,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"25.653","turn_duration":"0.007","duration":"26.318","location":[139.855897,35.101328],"bearings":[124,132,313],"classes":["toll"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1854,"is_urban":false,"admin_index":1,"rest_stop":{"type":"rest_area","name":"ハイウェイオアシス富楽里","amenities":[{"type":"toilet"},{"type":"info"},{"type":"facilities_for_disabled"},{"type":"telephone"},{"type":"picnic_shelter"}],"guidemap":"https://api.mapbox.com/guidance-views/v1/737596800/sapaguidemap/SA153202"},"mapbox_streets_v8":{"class":"trunk"}},{"weight":"12.874","turn_duration":"0.03","duration":"12.208","turn_weight":"1","location":[139.85984,35.097208],"bearings":[167,340,345],"classes":["toll"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1865,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"6.937","duration":"7.114","location":[139.860306,35.094782],"bearings":[173,353],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1869,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.221","duration":"3.304","location":[139.860522,35.093301],"bearings":[172,353],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1870,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"1.543","duration":"1.583","location":[139.860635,35.092607],"bearings":[174,352],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1871,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.51","duration":"3.6","location":[139.860681,35.092246],"bearings":[173,354],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1872,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"0.859","duration":"0.881","location":[139.860806,35.09144],"bearings":[172,353],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1873,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"2.537","duration":"2.603","location":[139.86084,35.091237],"bearings":[173,352],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1874,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"15.493","duration":"16.309","location":[139.860919,35.090699],"bearings":[172,353],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1875,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.293","duration":"3.467","location":[139.860931,35.087339],"bearings":[10,192],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1883,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"4.391","duration":"4.622","location":[139.860749,35.086654],"bearings":[12,194],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1884,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"53.157","duration":"57.467","location":[139.860431,35.085756],"bearings":[16,203],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1887,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Tomiyama Tunnel"},{"weight":"3.453","duration":"3.733","location":[139.854125,35.075359],"bearings":[29,206],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1894,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Tomiyama Tunnel"},{"weight":"2.631","duration":"2.844","location":[139.853716,35.074683],"bearings":[26,207],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1895,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Tomiyama Tunnel"},{"weight":"14.553","duration":"15.733","location":[139.853398,35.074174],"bearings":[27,203],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1896,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.201","duration":"3.557","location":[139.852364,35.071128],"bearings":[9,180],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1902,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Tomiura Tunnel"},{"weight":"1.21","duration":"1.345","location":[139.852364,35.070387],"bearings":[0,182],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1903,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Tomiura Tunnel"},{"weight":"17.917","duration":"19.908","location":[139.852353,35.070109],"bearings":[2,177],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1904,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Tomiura Tunnel"},{"weight":"1.157","duration":"1.286","location":[139.853319,35.066073],"bearings":[164,346],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1908,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"2.276","duration":"2.529","location":[139.853409,35.065814],"bearings":[164,344],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1909,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.587","duration":"3.986","location":[139.853591,35.065305],"bearings":[165,344],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1910,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.317","duration":"3.686","location":[139.853864,35.064499],"bearings":[163,345],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1911,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"32.112","duration":"35.68","location":[139.854137,35.063758],"bearings":[166,343],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1912,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Biwayama Tunnel"},{"weight":"0.518","duration":"0.56","location":[139.855307,35.05987],"bearings":[173,347],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1915,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"39.277","duration":"42.461","location":[139.855316,35.059807],"bearings":[173,353],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1916,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.639","duration":"3.831","location":[139.853785,35.051696],"bearings":[14,194],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1932,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"22.142","duration":"23.308","location":[139.853557,35.050973],"bearings":[14,194],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1933,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"13.973","duration":"14.708","location":[139.853088,35.046492],"bearings":[176,356],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1942,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"9.598","duration":"9.844","location":[139.853274,35.043928],"bearings":[5,193],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1948,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.68","duration":"3.774","location":[139.852399,35.042549],"bearings":[37,217],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1954,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"5.179","duration":"5.312","location":[139.851967,35.042086],"bearings":[37,219],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1955,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"5.805","duration":"5.954","location":[139.851354,35.041456],"bearings":[39,213],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1956,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"7.722","duration":"7.92","location":[139.850933,35.040771],"bearings":[21,196],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1960,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"28.301","duration":"13.642","turn_weight":"15","location":[139.850797,35.039993],"bearings":[4,184],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["general"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]}],"geometry_index":1964,"is_urban":false,"admin_index":1,"toll_collection":{"type":"toll_booth","name":"Tomiura Tollgate"},"mapbox_streets_v8":{"class":"trunk_link"}},{"location":[139.850732,35.038704],"bearings":[1,185],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"left","indications":["left"]},{"valid":true,"active":true,"valid_indication":"left","indications":["left"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":1966,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk_link"}}]},{"guidance_views":[{"base_id":"HW53800505","data_id":"737596800","type":"aftertoll","overlay_ids":["HW53800505_1"]}],"voiceinstructions":[{"distancealonggeometry":"3272.008","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 3 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 3 kilometres."},{"distancealonggeometry":"400","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Turn left.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Turn left."},{"distancealonggeometry":"66.667","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn left.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Turn left."}],"weight_typical":"266.267","bannerinstructions":[{"distancealonggeometry":"3288.675","primary":{"components":[{"text":"Turn left","type":"text"}],"modifier":"left","text":"Turn left","type":"turn"}},{"distancealonggeometry":"400","sub":{"components":[{"directions":["left","straight"],"active":true,"text":"","type":"lane","active_direction":"left"},{"directions":["straight"],"active":false,"text":"","type":"lane"}],"text":""},"primary":{"components":[{"text":"Turn left","type":"text"}],"modifier":"left","text":"Turn left","type":"turn"}}],"distance":3288.675,"duration":261.43,"duration_typical":261.232,"geometry":"iiqyaAapxviGbKaF~IgCfHqBzHqBn\\}Hp`@sNrN}Hxi@m[rNeMvKoLp`@si@nQqXxSk`@dZ_p@paA{yBtRob@jIaPzSaa@rNwUfLmQlI}MnMqSzLoQvDkExDyFzL_PzWsXxO_PjIuIp\\k[hq@io@zrAkqAhcAieArs@qs@hAyAlTsSzWmVdOsNnQ{R`N{MhLyK`N}Mdt@yr@~kA_kAb{@cw@nMwKlMkJtGkEtG_Dn\\mQ`YkJhL_D|[kEhWgCvZqBvZm@f^cA`NU","name":"Tateyama Bypass","ref":"National Road No.127 Line","destinations":"白浜, 館山","mode":"driving","maneuver":{"location":[139.850513,35.038373],"bearing_before":232.0,"bearing_after":155.0,"instruction":"Turn left towards 白浜/館山.","type":"turn","modifier":"left"},"driving_side":"left","weight":266.46,"intersections":[{"weight":"19.826","turn_duration":"3.051","duration":"8.001","turn_weight":"15","location":[139.850513,35.038373],"bearings":[18,52,155,321],"entry":[true,false,true,true],"in":1,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"left","indications":["left"]},{"valid":true,"active":false,"valid_indication":"left","indications":["left"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":1970,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"traffic_signal":true,"ic":{"name":"Tomiura IC"}},{"duration":"3.4","weight":"3.315","location":[139.850694,35.038003],"bearings":[162,341],"entry":[true,false],"in":1,"out":0,"geometry_index":1972,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"3.6","weight":"3.51","location":[139.850751,35.037855],"bearings":[164,342],"entry":[true,false],"in":1,"out":0,"geometry_index":1973,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"23.6","weight":"23.01","location":[139.850808,35.037697],"bearings":[165,344],"entry":[true,false],"in":1,"out":0,"geometry_index":1974,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.365","turn_duration":"2.011","duration":"4.437","turn_weight":"1","location":[139.851217,35.036688],"bearings":[44,152,215,339],"entry":[true,true,true,false],"in":3,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["left","straight"]},{"valid":true,"active":false,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":1976,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"traffic_signal":true},{"duration":"6.809","weight":"6.639","location":[139.851376,35.036438],"bearings":[151,332],"entry":[true,false],"in":1,"out":0,"geometry_index":1977,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"5.087","weight":"4.96","location":[139.851831,35.035753],"bearings":[143,331],"entry":[true,false],"in":1,"out":0,"geometry_index":1978,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.01","weight":"17.488","duration":"17.947","location":[139.852274,35.035299],"bearings":[69,134,246,319],"entry":[true,true,true,false],"in":3,"out":1,"geometry_index":1980,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"12.172","duration":"12.484","location":[139.854683,35.033698],"bearings":[123,304],"classes":["tunnel"],"entry":[true,false],"in":1,"out":0,"geometry_index":1984,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"館富トンネル"},{"duration":"8.914","weight":"8.691","location":[139.856649,35.032633],"bearings":[124,303],"entry":[true,false],"in":1,"out":0,"geometry_index":1985,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"2.457","weight":"2.396","location":[139.858035,35.031818],"bearings":[130,307],"entry":[true,false],"in":1,"out":0,"geometry_index":1988,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.019","weight":"2.071","duration":"2.144","location":[139.858399,35.031568],"bearings":[45,131,251,310],"entry":[true,true,true,false],"in":3,"out":1,"geometry_index":1989,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"7.023","weight":"6.847","location":[139.858694,35.031356],"bearings":[130,311],"entry":[true,false],"in":1,"out":0,"geometry_index":1990,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"8.675","weight":"8.458","location":[139.85966,35.030643],"bearings":[133,316],"entry":[true,false],"in":1,"out":0,"geometry_index":1994,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"12.3","weight":"11.993","location":[139.860739,35.029661],"bearings":[140,320],"entry":[true,false],"in":1,"out":0,"geometry_index":1998,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.007","weight":"12.8","duration":"12.808","location":[139.862137,35.028217],"bearings":[70,141,239,322],"entry":[true,true,true,false],"in":3,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":2001,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.008","weight":"9.301","duration":"9.548","location":[139.863455,35.026875],"bearings":[20,140,206,321],"entry":[true,true,true,false],"in":3,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":2002,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"7.26","weight":"7.079","location":[139.86458,35.025782],"bearings":[141,320],"entry":[true,false],"in":1,"out":0,"geometry_index":2003,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"0.36","weight":"0.36","location":[139.865421,35.02494],"bearings":[135,321],"entry":[true,false],"in":1,"out":0,"geometry_index":2004,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.03","weight":"5.513","duration":"5.543","location":[139.865466,35.024903],"bearings":[77,142,315],"entry":[true,true,false],"in":2,"out":1,"geometry_index":2005,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"10.462","weight":"10.462","location":[139.865796,35.02456],"bearings":[142,322],"entry":[true,false],"in":1,"out":0,"geometry_index":2006,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"4.168","turn_duration":"2.008","duration":"5.176","turn_weight":"1","location":[139.866421,35.023903],"bearings":[89,139,265,322],"entry":[true,true,true,false],"in":3,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":2008,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"traffic_signal":true},{"turn_duration":"0.019","weight":"2.52","duration":"2.539","location":[139.866739,35.023607],"bearings":[141,248,319],"entry":[true,true,false],"in":2,"out":0,"geometry_index":2009,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.019","weight":"1.929","duration":"1.948","location":[139.866977,35.023366],"bearings":[27,142,321],"entry":[true,true,false],"in":2,"out":1,"geometry_index":2010,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"2.25","weight":"2.25","location":[139.867182,35.023153],"bearings":[141,322],"entry":[true,false],"in":1,"out":0,"geometry_index":2011,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.018","weight":"7.779","duration":"7.796","location":[139.867421,35.022912],"bearings":[141,218,321],"entry":[true,true,false],"in":2,"out":0,"geometry_index":2012,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.018","weight":"13.2","duration":"13.218","location":[139.86825,35.022061],"bearings":[15,84,141,191,273,321],"entry":[true,true,true,true,true,false],"in":5,"out":2,"geometry_index":2013,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"21.825","weight":"21.825","location":[139.869466,35.020829],"bearings":[143,321],"entry":[true,false],"in":1,"out":0,"geometry_index":2014,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"5.689","turn_duration":"2.028","duration":"7.578","location":[139.871227,35.018654],"bearings":[75,160,289,333],"entry":[true,true,true,false],"in":3,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":2020,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"},"traffic_signal":true},{"turn_duration":"0.028","weight":"3.997","duration":"3.928","location":[139.871489,35.018024],"bearings":[90,170,343],"entry":[true,true,false],"in":2,"out":1,"geometry_index":2022,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"7.609","weight":"7.8","location":[139.871591,35.017561],"bearings":[172,350],"entry":[true,false],"in":1,"out":0,"geometry_index":2023,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.024","weight":"4.109","duration":"4.033","location":[139.871716,35.016728],"bearings":[178,275,354],"entry":[true,true,false],"in":2,"out":0,"geometry_index":2025,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"7.2","weight":"7.38","location":[139.871739,35.016284],"bearings":[177,358],"entry":[true,false],"in":1,"out":0,"geometry_index":2026,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}},{"location":[139.871773,35.015784],"bearings":[178,357],"entry":[true,false],"in":1,"out":0,"geometry_index":2027,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"trunk"}}]},{"voiceinstructions":[{"distancealonggeometry":"303.403","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 300 metres, Turn left.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 300 metres, Turn left."},{"distancealonggeometry":"18.667","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn left.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Turn left."}],"weight_typical":"179.687","bannerinstructions":[{"distancealonggeometry":"308.069","primary":{"components":[{"text":"Turn left","type":"text"}],"modifier":"left","text":"Turn left","type":"turn"}}],"distance":308.069,"duration":35.691,"duration_typical":35.691,"geometry":"mvdxaAoabxiGcKcr@b@aK|E{r@|Eyr@hAoQd@_U","name":"","mode":"driving","maneuver":{"location":[139.871784,35.015543],"bearing_before":178.0,"bearing_after":74.0,"instruction":"Turn left.","type":"turn","modifier":"left"},"driving_side":"left","weight":179.688,"intersections":[{"weight":"119.752","turn_duration":"3.623","duration":"16.777","turn_weight":"82","location":[139.871784,35.015543],"bearings":[74,177,358],"entry":[true,true,false],"in":2,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"left","indications":["left","straight"]},{"valid":false,"active":false,"indications":["straight"]}],"geometry_index":2028,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"street"}},{"turn_duration":"0.022","weight":"20.404","duration":"6.783","turn_weight":"1","location":[139.872795,35.015719],"bearings":[99,186,276],"entry":[true,true,false],"in":2,"out":0,"geometry_index":2030,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"street"}},{"turn_duration":"0.018","weight":"20.877","duration":"6.779","turn_weight":"1","location":[139.873625,35.015608],"bearings":[8,99,279],"entry":[true,true,false],"in":2,"out":1,"geometry_index":2031,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"street"}},{"turn_duration":"0.018","weight":"7.97","duration":"2.389","turn_weight":"1","location":[139.874454,35.015497],"bearings":[99,189,279],"entry":[true,true,false],"in":2,"out":0,"geometry_index":2032,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"street"}},{"turn_weight":"2","turn_duration":"0.01","location":[139.87475,35.01546],"bearings":[94,184,279,327],"entry":[true,true,false,true],"in":2,"out":0,"geometry_index":2033,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"street"}}]},{"voiceinstructions":[{"distancealonggeometry":"188.105","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 200 metres, Your destination will be on the right.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 200 metres, Your destination will be on the right."},{"distancealonggeometry":"19.444","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eYour destination is on the right.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Your destination is on the right."}],"weight_typical":"217.422","bannerinstructions":[{"distancealonggeometry":"192.772","primary":{"components":[{"text":"Your destination will be on the right","type":"text"}],"modifier":"right","text":"Your destination will be on the right","type":"arrive"}},{"distancealonggeometry":"19.444","primary":{"components":[{"text":"Your destination is on the right","type":"text"}],"modifier":"right","text":"Your destination is on the right","type":"arrive"}}],"distance":192.772,"duration":52.942,"duration_typical":52.942,"geometry":"apdxaA{phxiGmTzAeDxAuGxAw@l@eDpGaC|CyD~CmBj@gD?{e@mG","name":"","mode":"driving","maneuver":{"location":[139.875102,35.015441],"bearing_before":94.0,"bearing_after":354.0,"instruction":"Turn left.","type":"turn","modifier":"left"},"driving_side":"left","weight":217.422,"intersections":[{"turn_duration":"3.498","weight":"138.152","duration":"34.869","turn_weight":"2","location":[139.875102,35.015441],"bearings":[90,274,354],"entry":[true,false,true],"in":1,"out":2,"geometry_index":2034,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"street"}},{"turn_weight":"2.1","location":[139.874625,35.016414],"bearings":[10,173],"entry":[true,false],"in":1,"out":0,"geometry_index":2043,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"street"}}]},{"voiceinstructions":[],"weight_typical":"0","bannerinstructions":[],"distance":0.0,"duration":0.0,"duration_typical":0.0,"geometry":"wsgxaAo{gxiG??","name":"","mode":"driving","maneuver":{"location":[139.87476,35.017036],"bearing_before":10.0,"bearing_after":0.0,"instruction":"Your destination is on the right.","type":"arrive","modifier":"right"},"driving_side":"left","weight":0.0,"intersections":[{"location":[139.87476,35.017036],"bearings":[190],"entry":[true],"in":0,"geometry_index":2044,"admin_index":1}]}],"incidents":[{"south":"35.351142","north":"35.862976","length":"143233","east":"140.392288","west":"139.371978","id":"5372267336278653","type":"weather","congestion":{"value":101},"description":"50km/h speed restriction","sub_type":"rain","sub_type_description":"Rain","alertc_codes":[313,45],"geometry_index_start":10,"geometry_index_end":27,"creation_time":"2023-06-02T10:15:00Z","start_time":"2023-06-02T10:15:00Z","end_time":"2023-06-02T10:30:00Z","iso_3166_1_alpha2":"JP","iso_3166_1_alpha3":"JPN","lanes_blocked":[],"affected_road_names":["C4/国道468号線/首都圏中央連絡自動車道(茅ヶ崎~大栄)/Shutokenchuo Renraku Expwy(Chigasaki To Taiei)","県道63号線/Kendou No.63 Line","E51/東関東自動車道(高谷~潮来)/Higashikanto Expwy(Koya To Itako)","B/首都高速湾岸線/Expwy Wangan Line","11/首都高速11号台場線/Expwy No.11 Line Daiba Line","1/首都高速1号羽田線/Expwy No.1 Line Haneda Line","C1/首都高速都心環状線/Expwy Inner Circular Route","麻布通り/Azabu St./都道415号線/Todou No.415 Line","六本木通り/Roppongi St./都道412号線/Todou No.412 Line","3/首都高速3号渋谷線/Expwy No.3 Line Shibuya Line","E1/東名高速道路/Tomei Expwy"]},{"south":"35.641681","north":"35.937095","length":"74792","east":"140.589248","west":"139.946273","id":"12741583563102229","type":"weather","congestion":{"value":101},"description":"50km/h speed restriction","sub_type":"rain","sub_type_description":"Rain","alertc_codes":[313,45],"geometry_index_start":464,"geometry_index_end":612,"creation_time":"2023-06-02T10:15:00Z","start_time":"2023-06-02T10:15:00Z","end_time":"2023-06-02T10:30:00Z","iso_3166_1_alpha2":"JP","iso_3166_1_alpha3":"JPN","lanes_blocked":[],"affected_road_names":["E51/東関東自動車道(高谷~潮来)/Higashikanto Expwy(Koya To Itako)"]},{"south":"35.554573","north":"35.622108","length":"8188","east":"140.153274","west":"140.138107","id":"2544534568729537","type":"weather","congestion":{"value":101},"description":"50km/h speed restriction","sub_type":"rain","sub_type_description":"Rain","alertc_codes":[313,45],"geometry_index_start":709,"geometry_index_end":761,"creation_time":"2023-06-02T10:15:00Z","start_time":"2023-06-02T10:15:00Z","end_time":"2023-06-02T10:30:00Z","iso_3166_1_alpha2":"JP","iso_3166_1_alpha3":"JPN","lanes_blocked":[],"affected_road_names":["E14/国道16号線/京葉道路/Keiyo Road","国道16号線/National Road No.16 Line"]},{"south":"35.194934","north":"35.554702","length":"51880","east":"140.140838","west":"139.856445","id":"9645091323337080","type":"weather","congestion":{"value":101},"description":"50km/h speed restriction","sub_type":"rain","sub_type_description":"Rain","alertc_codes":[313,45],"geometry_index_start":839,"geometry_index_end":1653,"creation_time":"2023-06-02T10:15:00Z","start_time":"2023-06-02T10:15:00Z","end_time":"2023-06-02T10:30:00Z","iso_3166_1_alpha2":"JP","iso_3166_1_alpha3":"JPN","lanes_blocked":[],"affected_road_names":["E14/館山自動車道/Tateyama Expwy","E14/国道127号線/富津館山道路/Futtsutateyama Road"]},{"south":"35.038372","north":"35.194923","length":"19823","east":"139.861114","west":"139.830535","id":"6326296401477339","type":"weather","congestion":{"value":101},"description":"50km/h speed restriction","sub_type":"rain","sub_type_description":"Rain","alertc_codes":[313,45],"geometry_index_start":1655,"geometry_index_end":1970,"creation_time":"2023-06-02T10:15:00Z","start_time":"2023-06-02T10:15:00Z","end_time":"2023-06-02T10:30:00Z","iso_3166_1_alpha2":"JP","iso_3166_1_alpha3":"JPN","lanes_blocked":[],"affected_road_names":["E14/国道127号線/富津館山道路/Futtsutateyama Road"]}],"annotation":{"distance":[47.0,25.8,26.2,14.1,17.9,16.6,22.8,13.9,29.9,39.1,6.1,20.8,25.2,27.8,20.4,15.3,14.0,16.3,15.7,20.7,14.7,24.5,26.0,27.3,31.8,37.5,119.4,61.1,14.3,78.5,11.1,8.3,2.3,10.2,12.4,14.0,3.2,6.5,3.3,4.1,3.0,3.2,5.3,5.2,4.3,3.7,5.1,9.7,10.3,16.1,5.1,15.8,13.0,11.7,7.2,9.4,7.3,9.2,8.8,8.1,6.6,5.2,5.9,7.5,7.4,7.3,4.1,7.6,10.5,18.9,9.5,14.5,25.5,20.8,3.7,6.6,3.3,9.2,13.5,4.1,6.9,16.9,6.5,6.6,7.5,6.9,30.8,30.7,19.9,16.6,10.3,8.5,9.8,10.2,12.4,20.4,21.9,31.4,32.1,41.8,46.2,59.9,31.4,27.0,12.2,5.9,65.1,24.3,25.8,28.6,25.7,49.5,49.8,80.1,117.3,129.5,77.9,33.1,45.3,84.4,29.1,145.6,38.6,49.1,93.1,66.8,58.8,139.8,89.7,122.8,154.0,109.1,54.9,80.6,41.5,69.6,61.8,242.8,86.3,101.8,24.9,37.0,42.9,34.6,28.7,31.4,28.2,19.8,32.1,24.9,34.9,17.5,22.3,55.0,38.6,36.5,25.4,51.4,33.4,30.0,21.7,67.1,81.0,55.3,45.8,29.6,38.6,31.1,24.0,54.0,40.1,43.2,59.4,90.7,47.7,29.6,30.5,50.6,22.8,29.4,61.2,57.9,48.3,36.5,34.2,40.1,43.7,28.1,31.3,43.4,40.5,51.4,62.0,40.2,27.8,39.3,53.8,17.6,36.4,23.9,35.7,29.9,50.2,43.0,29.3,33.2,73.3,22.3,13.1,19.0,24.7,16.1,20.4,20.2,30.0,38.6,30.9,19.0,21.4,30.7,30.6,27.8,40.3,28.5,29.2,21.3,40.4,20.6,28.7,71.0,80.3,37.4,24.1,46.2,120.4,129.9,39.7,49.4,37.5,33.1,60.2,41.7,60.8,54.4,61.5,51.5,30.8,30.9,29.7,19.8,20.7,18.5,26.9,26.9,26.4,31.9,31.8,35.6,30.8,31.2,20.5,22.2,27.3,31.8,37.5,33.6,38.1,52.6,39.3,51.5,39.2,39.2,82.4,88.9,97.1,52.6,62.0,39.3,75.3,34.3,33.0,47.4,15.4,17.6,18.7,16.5,11.5,9.5,17.6,12.9,15.4,18.9,14.9,18.4,20.2,15.6,16.5,16.7,19.5,17.1,11.8,17.5,17.5,21.3,18.7,58.6,69.2,5.1,77.5,65.7,37.5,28.7,28.1,33.0,33.7,39.9,43.9,43.7,90.6,153.1,964.1,361.2,5.8,106.3,5.1,106.2,86.7,185.1,73.8,59.1,37.1,110.8,214.2,107.1,171.6,186.8,212.8,463.5,29.7,147.5,112.2,152.1,75.9,49.4,501.4,131.8,80.7,121.8,207.0,55.2,152.2,102.9,154.7,114.0,67.4,110.8,146.3,72.8,65.2,127.0,49.4,98.2,27.0,18.6,58.1,75.5,229.2,267.1,46.7,101.3,21.7,405.7,448.9,70.5,101.6,27.7,30.9,65.7,266.1,98.8,290.7,309.2,116.5,74.1,38.2,370.2,57.9,48.5,40.6,50.6,52.7,87.5,504.9,274.3,273.4,76.0,71.3,39.7,24.8,298.6,256.0,255.1,2.3,99.7,38.1,74.7,83.9,58.7,96.8,43.7,38.9,34.1,38.8,51.0,5.0,48.4,43.7,39.1,24.9,33.0,75.5,136.1,53.2,628.2,59.0,395.9,194.4,355.2,124.5,26.9,216.2,4.3,169.7,100.3,268.7,102.6,141.2,13.2,171.7,211.0,13.2,170.2,132.3,590.4,228.1,121.2,108.4,133.9,385.4,268.7,206.7,122.3,85.3,196.4,170.3,67.2,88.4,73.9,76.2,224.6,234.5,44.8,238.3,0.2,31.2,181.3,440.5,160.5,29.6,76.2,117.7,44.4,48.4,57.3,36.9,12.6,62.5,93.7,73.0,45.3,75.9,97.6,54.3,98.2,60.5,116.9,18.2,301.3,194.8,106.2,38.9,292.2,322.1,308.8,323.0,49.7,272.0,60.4,74.0,51.6,97.1,74.6,340.8,47.4,55.8,71.1,59.4,107.3,47.6,55.5,48.7,24.8,24.1,23.5,40.5,19.8,48.2,26.8,33.2,59.5,126.7,132.1,52.0,48.4,35.5,48.5,64.9,48.3,64.0,37.1,78.2,14.0,74.4,283.1,35.9,345.9,487.8,129.6,263.3,189.1,65.5,129.9,110.3,30.4,52.5,34.2,66.2,110.3,41.4,188.5,76.8,46.8,65.8,129.7,94.0,118.2,142.7,139.8,462.0,243.9,216.9,145.8,151.0,132.1,108.3,132.9,209.5,33.8,27.8,87.1,164.9,82.2,93.3,49.4,71.3,72.1,141.3,129.9,186.3,166.9,86.0,63.5,71.4,34.8,18.7,79.6,63.5,40.7,41.6,48.4,44.2,62.1,50.2,69.6,58.5,104.5,66.9,172.5,547.3,37.9,75.6,520.4,250.4,103.3,58.8,63.9,137.3,34.5,121.0,100.7,37.8,62.9,50.0,37.5,23.5,6.9,36.9,22.8,19.6,26.8,23.9,93.9,21.9,37.1,6.3,19.2,29.5,8.3,32.1,34.2,26.8,27.8,24.8,33.4,43.8,37.9,90.3,51.5,36.5,62.9,61.9,2.6,35.2,21.1,32.9,62.1,66.3,67.1,50.8,27.2,68.1,44.0,22.9,171.0,88.0,92.2,46.6,86.4,180.8,178.9,77.6,107.0,82.0,98.8,62.5,27.4,92.2,73.4,92.8,125.2,356.6,272.9,35.8,126.5,134.7,21.8,45.2,67.0,42.9,126.7,103.3,88.9,56.1,29.8,119.7,61.4,49.4,18.1,68.3,68.0,87.3,84.0,55.4,89.8,138.1,273.7,360.7,20.9,52.7,61.6,51.7,40.8,41.3,24.1,64.9,37.9,98.3,39.4,57.5,32.0,103.7,57.9,97.5,93.0,5.2,392.4,74.9,56.7,41.1,34.0,44.1,37.4,42.1,56.7,46.9,34.2,24.8,23.1,28.0,39.4,48.5,35.0,33.1,31.0,30.4,38.8,38.3,49.5,38.5,16.3,22.5,108.8,7.5,19.1,7.6,92.0,145.4,65.3,104.7,94.4,76.7,92.0,144.6,8.8,12.7,22.4,81.6,49.3,42.7,65.0,2.3,250.6,127.0,208.0,125.0,52.0,46.5,40.5,25.2,27.2,45.5,42.3,33.0,44.4,42.9,38.6,34.0,38.6,15.3,55.1,81.6,45.6,40.0,18.0,46.2,54.1,51.2,29.1,51.6,61.2,57.8,38.2,50.0,57.5,81.8,58.6,57.7,18.6,60.3,91.7,104.4,54.9,25.6,25.5,14.7,231.0,151.4,34.5,168.4,80.4,42.5,43.9,54.4,4.6,66.0,46.5,34.2,76.5,67.3,47.8,46.4,39.2,67.1,12.4,119.3,138.4,74.8,25.0,105.4,186.5,58.2,26.1,137.1,15.6,97.6,116.9,60.1,97.8,61.4,45.7,23.1,39.5,53.0,63.5,72.2,88.2,191.8,50.8,113.6,79.4,99.0,74.3,75.5,51.9,153.6,35.9,117.6,53.5,96.0,81.5,112.5,90.4,128.1,246.3,43.3,137.5,42.7,267.6,257.5,42.9,141.0,286.6,121.6,45.1,98.9,85.0,29.5,32.5,58.9,24.3,108.4,100.1,102.5,147.7,67.1,314.1,34.3,53.7,73.4,170.3,172.0,47.4,56.1,217.2,229.9,175.5,74.4,64.5,43.3,46.1,41.8,151.2,50.6,35.0,237.4,253.5,19.0,54.7,122.4,29.2,83.8,33.5,87.6,152.4,143.7,78.7,108.0,20.5,32.8,13.8,58.3,57.6,310.0,24.1,19.0,295.2,230.4,76.0,69.4,77.1,92.7,53.2,41.7,46.3,63.7,39.2,40.2,49.8,54.9,44.4,63.6,49.9,54.4,39.2,53.8,39.8,51.1,75.8,58.8,27.8,59.8,41.4,70.1,52.7,35.3,43.7,71.1,43.3,61.6,71.4,35.6,80.8,52.1,45.4,67.2,39.8,42.1,80.9,61.1,30.6,42.7,59.3,66.9,61.2,47.3,56.8,70.9,49.5,62.2,62.6,43.6,47.7,40.3,65.0,53.6,59.7,54.8,42.4,31.0,74.0,110.4,59.2,87.3,70.4,90.6,50.9,143.9,112.0,51.3,42.9,42.0,54.1,50.1,35.5,37.6,42.1,53.8,53.6,28.6,38.9,34.4,26.3,31.4,65.3,77.2,45.9,143.6,76.6,38.0,87.0,159.6,139.1,102.1,111.4,144.6,89.9,120.0,105.4,220.7,191.6,72.4,91.2,145.8,30.6,69.5,53.2,63.7,86.2,62.7,60.4,87.5,111.4,125.1,43.2,81.7,83.9,207.6,74.6,186.6,122.6,150.2,26.6,32.4,34.0,159.7,65.6,76.3,18.8,183.6,129.8,122.3,111.5,58.2,123.2,92.4,129.6,88.8,113.5,93.8,179.3,109.2,74.3,98.2,108.2,84.9,79.7,60.8,89.6,96.9,73.8,65.5,58.8,72.4,48.3,67.7,51.2,58.2,98.3,73.4,70.8,44.6,43.1,159.9,328.8,17.9,99.4,36.1,253.3,33.8,126.7,20.2,85.0,54.2,59.4,144.7,118.2,138.2,136.3,164.4,118.3,177.7,48.0,39.5,138.8,47.7,50.2,19.6,151.9,70.2,52.2,55.9,52.5,34.1,60.9,19.3,100.7,39.8,73.2,31.2,33.8,75.6,143.3,26.0,89.2,58.3,63.5,25.6,22.7,33.2,40.6,107.8,59.6,110.9,63.7,76.1,21.7,44.3,96.4,240.6,159.6,73.5,44.1,122.1,26.2,43.5,46.4,47.6,95.0,165.6,226.8,162.7,122.5,126.2,107.4,168.6,126.8,66.0,35.8,43.7,120.9,41.5,345.6,166.3,45.8,121.6,94.5,112.2,163.7,121.0,54.0,14.7,49.1,30.0,77.7,16.9,50.1,25.8,25.7,15.4,23.0,32.4,210.9,89.3,82.6,113.7,62.8,72.2,273.0,97.7,66.4,73.1,93.8,54.1,80.1,44.3,33.6,72.8,22.2,53.7,91.2,51.0,43.5,59.8,63.6,63.2,73.4,291.8,208.3,196.9,119.6,128.3,122.7,96.8,84.2,70.0,52.4,105.0,59.3,146.4,48.5,132.6,44.5,42.4,34.0,47.5,46.3,53.6,116.1,109.0,114.8,57.8,82.7,64.9,30.0,13.0,86.1,100.5,62.3,59.6,26.2,29.0,36.4,30.2,36.2,17.8,36.3,53.7,66.2,40.4,70.4,80.9,58.1,83.0,94.7,91.7,23.8,50.2,77.0,28.2,35.5,27.0,31.4,58.7,46.0,58.6,43.1,59.0,35.6,37.0,35.8,47.4,42.9,36.1,25.2,28.5,58.3,45.7,47.4,43.3,33.9,50.6,32.7,26.7,27.7,22.2,32.3,20.4,19.4,19.2,19.4,18.4,22.9,29.3,18.2,21.4,37.9,29.2,36.4,24.9,47.4,32.1,44.4,21.2,37.2,17.6,27.7,25.5,32.8,12.5,24.1,26.3,24.2,35.8,30.1,32.3,26.3,27.3,47.8,32.4,24.3,35.0,31.7,35.8,28.3,49.2,72.3,72.0,25.8,33.7,26.4,24.4,21.7,25.3,34.6,30.9,37.4,34.1,34.6,30.5,28.7,92.7,30.0,43.7,43.4,74.6,113.8,63.5,52.6,33.2,64.3,51.4,37.9,34.7,38.7,35.1,30.4,61.4,80.2,12.9,51.2,54.5,38.7,25.9,27.8,25.4,18.9,30.1,32.8,35.3,34.3,30.6,36.7,23.7,29.7,41.5,40.4,17.8,23.4,37.5,23.5,24.9,25.6,27.7,28.5,27.8,21.8,20.4,24.8,27.0,17.5,22.7,26.3,24.2,21.9,21.2,19.1,23.5,25.7,20.0,33.8,49.6,33.5,65.5,45.0,82.7,48.6,48.9,56.8,29.5,46.2,38.8,35.5,42.1,51.7,53.5,30.1,24.9,29.1,29.5,41.6,23.5,23.1,17.6,22.6,20.8,17.6,26.4,30.0,56.5,28.7,24.1,27.5,34.8,33.5,43.9,42.9,28.1,44.1,40.5,44.8,28.7,96.6,66.5,46.7,56.9,32.1,37.3,24.7,33.6,36.5,26.3,33.5,108.5,36.7,30.1,19.2,28.7,44.4,34.0,39.5,114.2,87.7,35.0,25.9,25.3,27.7,30.9,121.3,83.3,75.7,34.1,5.4,167.4,38.6,200.1,84.5,29.0,135.1,117.8,121.0,45.1,81.3,59.0,66.3,62.0,38.8,54.5,43.8,63.2,37.3,41.0,25.2,29.3,20.8,16.6,16.6,32.0,26.9,39.1,49.6,30.9,71.2,39.3,42.5,42.4,62.3,58.4,29.2,62.7,59.8,46.6,63.2,58.5,78.0,42.8,31.5,39.8,41.5,35.0,26.8,35.1,61.8,39.2,34.0,35.1,29.0,25.0,36.8,41.4,42.2,26.4,23.1,46.2,29.0,31.0,55.4,44.3,24.4,24.5,38.9,44.3,42.5,39.9,25.0,26.9,44.5,26.7,42.4,42.5,9.3,25.0,53.0,47.3,26.4,56.5,61.1,52.8,49.0,28.5,19.8,40.5,44.4,15.5,28.8,31.0,26.9,38.4,27.0,36.6,54.4,46.5,31.7,26.6,37.2,29.0,42.1,35.8,35.9,34.9,24.5,13.4,35.6,82.6,54.4,64.6,17.6,53.5,36.1,28.4,26.8,29.8,30.6,28.1,40.6,35.1,20.5,21.3,43.1,35.0,27.4,12.8,33.6,21.2,23.5,20.4,38.2,37.6,37.8,56.4,42.7,45.0,67.7,65.3,50.5,82.0,63.4,54.8,54.1,54.8,80.6,58.8,62.2,87.5,56.5,91.8,57.0,94.0,67.1,68.6,76.0,82.9,79.7,88.8,99.5,97.5,58.3,59.0,40.3,69.3,91.1,58.2,41.1,23.9,2.6,0.2,18.2,33.0,22.0,19.2,23.9,46.6,32.6,36.6,32.2,23.8,27.9,30.1,72.3,43.4,36.3,27.9,30.0,24.9,27.1,25.1,41.0,40.6,24.8,24.9,25.2,26.5,27.2,20.4,22.2,25.9,28.7,29.1,34.2,25.2,35.3,32.9,42.4,45.3,56.9,40.0,31.5,54.7,89.8,29.2,66.5,73.0,65.6,54.1,87.6,79.5,29.3,35.0,50.5,34.4,40.3,38.2,53.6,45.0,67.8,46.1,41.8,41.7,41.1,28.7,46.6,54.9,53.9,87.2,54.0,75.9,54.1,61.4,119.2,90.1,54.8,59.7,52.0,113.1,57.8,60.8,27.6,40.4,60.6,58.3,70.8,77.6,85.5,50.5,47.4,70.5,130.2,60.1,119.6,71.7,80.7,43.3,33.3,126.7,448.6,473.7,407.1,224.9,136.4,18.6,143.5,27.4,117.7,82.7,56.4,47.5,32.8,51.2,34.9,38.2,15.0,43.1,21.0,15.8,93.2,39.2,59.8,71.2,86.5,12.0,104.5,22.7,89.9,14.5,92.2,79.8,85.4,34.4,73.7,96.4,157.0,11.8,190.0,13.5,108.7,12.5,81.8,40.7,36.2,114.5,90.9,65.5,35.7,78.2,39.6,53.5,38.9,60.9,45.2,89.7,81.8,105.1,80.9,40.8,85.5,71.5,38.3,78.4,89.7,37.2,33.5,39.9,40.6,45.7,62.1,48.4,20.6,18.6,25.9,41.9,101.7,95.8,35.8,34.7,42.8,106.8,30.0,27.8,40.5,14.6,108.1,104.8,47.7,117.7,120.8,42.9,84.7,106.3,58.1,68.7,53.5,49.3,9.6,37.9,59.3,67.2,53.6,54.1,68.0,48.2,40.4,61.4,54.2,53.5,40.8,50.6,41.2,48.6,31.2,152.6,166.1,77.9,40.4,90.5,22.8,60.3,22.8,17.7,57.1,50.6,50.6,54.6,61.1,61.7,78.0,25.5,40.2,38.4,39.3,275.7,196.6,298.6,232.9,107.6,142.1,84.0,63.7,58.2,27.8,46.0,60.3,44.5,116.8,82.4,31.0,55.8,42.3,158.9,201.8,30.0,59.0,93.1,86.2,146.7,179.8,119.3,7.1,18.8,44.5,42.4,44.3,35.1,47.5,56.9,44.7,42.6,43.4,77.2,80.8,32.0,97.8,121.2,91.2,83.1,111.8,66.3,45.8,33.4,43.2,43.3,26.9,21.5,112.9,32.0,110.6,85.8,19.6,18.5,19.7,7.4,23.5,23.4,30.1,22.6,68.5,64.8,89.7,18.6,25.9,22.7,18.5,20.5,14.6,11.4,41.4,60.9,82.7,15.3,9.5,10.3,12.1,23.9,20.6,17.2,18.4,54.5,63.9,31.4,86.8,34.7,30.1,86.2,49.8,61.1,86.4,214.8,62.6,31.0,62.0,43.3,35.8,28.6,39.6,36.6,13.8,15.4,35.0,58.0,38.9,24.1,67.0,114.0,191.7,159.2,121.0,5.9,48.6,55.9,36.8,43.9,34.5,30.2,34.5,121.2,176.4,134.8,31.8,30.6,18.0,17.1,59.1,49.3,24.8,52.3,43.8,49.7,49.5,55.7,26.9,77.6,17.7,76.7,76.6,27.3,32.1,38.4,10.1,16.1,3.7,15.5,10.3,12.6,6.5,9.3,70.3],"speed":[2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,2.2,8.4,8.4,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.6,8.6,8.6,8.6,8.6,8.6,8.6,8.6,8.6,8.6,8.6,25.2,25.2,25.2,25.2,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,8.6,8.6,8.6,8.6,8.6,8.6,8.6,8.6,8.6,8.6,8.6,8.6,8.6,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.3,8.9,8.9,8.9,8.9,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,6.7,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.3,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,13.6,15.8,15.8,15.8,15.8,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,12.2,8.0,8.0,8.0,8.0,8.0,13.3,13.3,13.3,13.3,13.3,13.3,13.3,7.8,9.4,9.4,9.9,9.8,12.8,12.5,12.8,12.8,12.8,12.8,12.8,12.8,12.8,11.4,11.4,11.7,11.1,11.4,10.2,11.7,12.0,12.0,10.0,10.1,10.0,10.0,10.2,12.5,12.5,15.9,15.9,17.2,17.2,17.2,17.2,17.2,17.2,17.2,17.2,17.2,17.2,17.2,17.2,17.2,17.2,17.2,17.2,19.5,19.4,19.4,19.4,20.0,20.0,19.9,19.5,19.5,19.5,19.5,19.5,19.5,19.5,20.3,20.3,20.3,20.3,20.3,20.5,20.9,20.9,20.8,20.8,20.8,20.8,20.0,20.0,20.0,20.0,19.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,21.6,21.6,21.6,21.6,21.6,21.3,21.4,21.4,21.3,21.4,21.4,21.4,21.4,21.4,21.4,21.4,21.7,21.7,21.7,21.5,21.4,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,22.0,22.0,21.6,21.6,21.6,20.6,20.6,20.6,20.5,20.5,20.5,20.5,20.5,20.5,20.5,20.5,20.5,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,17.8,20.8,20.8,20.8,20.8,20.5,20.5,20.5,20.6,20.6,20.6,20.5,20.5,20.5,20.5,20.5,20.5,20.5,20.5,20.5,20.6,20.6,20.3,20.3,20.3,20.8,20.0,16.6,18.1,18.1,18.1,18.0,18.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,23.0,23.0,23.0,23.0,22.4,22.4,21.7,21.9,21.9,21.9,21.9,21.9,21.9,21.9,21.9,21.9,21.9,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.6,21.6,21.7,21.7,21.7,21.7,21.7,21.7,21.4,21.4,21.4,21.4,20.2,16.7,16.7,16.7,15.0,15.0,15.0,15.0,15.8,15.8,15.8,15.8,15.8,15.8,15.8,15.8,15.8,15.8,15.8,15.8,15.8,15.8,15.8,15.8,15.8,15.8,14.5,14.5,14.5,14.5,14.5,14.5,14.5,14.5,21.4,21.4,21.4,21.4,21.4,21.4,21.4,21.4,21.7,21.7,21.6,21.6,21.7,21.7,21.7,21.6,21.6,21.6,21.6,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,21.2,21.1,21.1,20.0,20.0,20.0,20.0,20.0,20.0,20.0,20.0,20.1,20.0,20.0,20.0,20.0,20.0,20.0,20.0,20.0,20.0,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,21.1,21.1,21.1,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,19.4,18.9,18.9,21.1,22.7,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,19.8,19.9,20.7,20.2,20.3,20.3,20.3,20.5,19.7,19.7,19.7,19.7,19.7,19.7,19.7,19.7,19.7,19.7,19.7,19.7,19.7,19.7,19.7,19.7,19.7,20.4,20.4,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.0,19.4,19.7,19.7,19.7,20.0,20.5,20.5,21.4,21.4,21.4,14.6,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.5,21.9,22.0,22.0,22.0,22.0,22.0,24.2,23.4,23.4,23.4,23.4,23.4,23.4,24.0,24.0,24.0,24.2,24.7,24.7,24.7,24.7,24.8,24.8,24.7,24.7,24.7,24.7,24.4,24.7,24.7,24.6,24.0,24.2,24.7,24.7,24.7,24.7,24.7,25.2,25.1,24.3,25.3,25.3,24.9,24.7,24.7,24.7,24.8,25.0,25.0,25.4,24.7,25.0,24.8,25.3,25.3,25.3,25.3,25.3,25.3,25.0,25.0,25.0,25.0,25.0,25.0,25.0,24.7,24.7,24.7,25.1,24.7,24.7,24.7,24.6,24.5,24.2,24.2,24.2,24.2,24.1,23.5,23.7,24.9,23.1,23.1,23.1,23.1,23.1,23.1,23.1,23.1,22.1,23.4,22.3,17.9,23.3,23.1,23.1,23.1,22.8,23.3,23.3,23.3,23.3,24.0,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.3,24.0,24.4,24.2,24.2,24.2,24.2,24.2,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,23.1,23.1,23.1,24.1,24.0,24.3,24.2,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.1,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.3,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.5,23.7,23.7,23.7,23.8,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,23.6,23.6,24.0,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.1,24.1,23.9,24.1,24.1,24.2,23.7,23.9,24.9,23.5,23.6,23.6,23.6,23.6,23.6,23.6,23.7,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,24.1,23.6,23.6,23.6,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,24.1,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,26.4,26.4,26.4,26.4,26.7,26.1,26.1,26.1,26.1,26.0,27.1,27.0,27.3,27.3,27.1,27.1,26.7,26.7,26.7,26.7,26.5,26.7,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.7,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,25.9,25.3,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,26.9,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.0,27.5,27.5,27.5,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.7,26.7,26.7,25.6,25.6,25.6,25.5,25.5,26.0,26.0,26.1,26.1,26.1,26.1,26.2,26.2,26.2,26.2,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,27.5,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.2,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,23.1,23.1,23.1,23.1,23.9,23.9,24.3,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.2,22.2,22.2,22.2,22.2,22.2,21.9,21.9,21.9,21.9,21.9,21.9,21.9,22.0,22.0,22.0,22.0,22.0,22.0,22.0,22.0,22.0,22.0,22.0,22.0,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.6,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.1,23.1,23.1,23.1,23.1,22.2,22.5,22.5,22.5,22.5,22.5,22.5,22.1,22.0,22.0,22.0,21.7,21.4,21.4,21.4,21.4,21.4,21.4,21.1,20.8,20.8,20.8,20.8,12.5,22.5,22.5,12.7,23.0,12.5,12.5,22.8,22.8,22.8,22.8,22.9,22.2,22.2,22.2,22.2,22.5,22.5,22.5,22.5,22.5,22.5,22.5,23.0,23.3,21.2,21.1,21.1,21.1,21.1,21.1,21.1,21.7,21.4,21.4,20.4,21.7,21.7,21.1,21.6,21.6,20.5,20.5,20.5,20.5,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,21.9,21.9,21.9,21.9,21.9,21.9,21.5,21.5,21.9,21.9,21.9,21.9,21.9,21.9,21.9,22.3,22.3,22.3,21.7,21.7,21.7,20.8,20.8,20.8,20.8,20.3,20.8,20.8,20.8,20.8,21.1,21.1,21.1,21.1,23.1,23.1,23.1,23.1,23.1,23.0,23.4,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,23.3,23.6,25.5,25.1,25.9,23.2,23.1,23.1,23.1,23.1,23.1,23.1,23.1,23.1,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.4,22.5,22.5,22.5,22.5,22.5,22.5,23.2,23.0,23.0,23.0,23.0,23.0,23.3,23.3,23.4,23.4,12.5,12.5,12.5,12.6,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,19.5,19.5,19.5,19.5,19.5,19.5,17.8,17.8,17.8,17.8,17.8,17.8,17.2,16.9,14.4,14.4,14.4,14.4,11.1,11.1,11.1,11.1,10.5,10.5,3.1,3.1,3.1,3.1,9.0,9.0,5.1,5.1,5.0,5.0,12.9,12.7,12.7,12.7,15.8,15.8,15.8,15.8,17.2,17.5,17.5,17.5,17.6,16.8,16.9,16.9,16.9,16.9,17.0,17.0,17.0,17.0,16.7,16.7,16.7,15.0,16.7,16.7,16.2,8.8,8.9,8.9,13.9,13.7,15.7,15.4,15.6,13.4,13.4,13.4,13.4,13.4,13.4,13.4,13.4,13.4,13.4,12.3,12.3,12.3,7.7,7.7,7.2,7.2,11.3,11.3,11.5,10.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9],"congestion_numeric":[79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,50,50,50,50,50,50,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,79,79,79,79,79,79,79,79,79,79,79,79,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null]}},{"weight_typical":"9346.398","weight":"9346.398","via_waypoints":[],"distance":168338.891,"duration":8501.97,"duration_typical":8501.97,"summary":"E14, Expwy Wangan Line","admins":[{"iso_3166_1":"JP","iso_3166_1_alpha3":"JPN"},{"iso_3166_1":"JP","iso_3166_1_alpha3":"JPN"},{"iso_3166_1":"JP","iso_3166_1_alpha3":"JPN"}],"steps":[{"voiceinstructions":[{"distancealonggeometry":"192.772","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eDrive south.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Drive south."},{"distancealonggeometry":"188.105","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 200 metres, Turn right.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 200 metres, Turn right."},{"distancealonggeometry":"18.667","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn right.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Turn right."}],"weight_typical":"215.422","bannerinstructions":[{"distancealonggeometry":"192.772","primary":{"components":[{"text":"Turn right","type":"text"}],"modifier":"right","text":"Turn right","type":"turn"}}],"distance":192.772,"duration":49.444,"duration_typical":49.444,"geometry":"wsgxaAo{gxiGze@lGfD?lBk@xD_D`C}CdDqGv@m@tGyAdDyAlT{A","name":"","mode":"driving","maneuver":{"location":[139.87476,35.017036],"bearing_before":0.0,"bearing_after":190.0,"instruction":"Drive south.","type":"depart"},"driving_side":"left","weight":215.422,"intersections":[{"duration":"18.073","weight":"77.17","location":[139.87476,35.017036],"bearings":[190],"entry":[true],"out":0,"geometry_index":0,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"street"}},{"turn_weight":"2.1","location":[139.874625,35.016414],"bearings":[10,173],"entry":[false,true],"in":0,"out":1,"geometry_index":1,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"street"}}]},{"voiceinstructions":[{"distancealonggeometry":"303.403","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 300 metres, Turn right onto \u003csay-as interpret-as\u003d\"address\"\u003eNational Road No.127 Line\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 300 metres, Turn right onto National Road No.127 Line."},{"distancealonggeometry":"31.111","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn right onto \u003csay-as interpret-as\u003d\"address\"\u003eNational Road No.127 Line\u003c/say-as\u003e, \u003csay-as interpret-as\u003d\"address\"\u003eTateyama Bypass\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Turn right onto National Road No.127 Line, Tateyama Bypass."}],"weight_typical":"108.086","bannerinstructions":[{"distancealonggeometry":"308.069","primary":{"components":[{"text":"National Road No.127 Line","type":"icon","mapbox_shield":{"display_ref":"127","name":"jp-national-route","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}},{"text":"/","type":"delimiter"},{"text":"Tateyama Bypass","type":"text"}],"modifier":"right","text":"National Road No.127 Line / Tateyama Bypass","type":"turn"}}],"distance":308.069,"duration":39.764,"duration_typical":39.764,"geometry":"apdxaA{phxiGe@~TiAnQ}Exr@}Ezr@c@`KbKbr@","name":"","mode":"driving","maneuver":{"location":[139.875102,35.015441],"bearing_before":174.0,"bearing_after":274.0,"instruction":"Turn right.","type":"turn","modifier":"right"},"driving_side":"left","weight":108.086,"intersections":[{"turn_duration":"6.501","weight":"15.261","duration":"9.31","turn_weight":"7","location":[139.875102,35.015441],"bearings":[90,274,354],"entry":[true,true,false],"in":2,"out":1,"geometry_index":10,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"street"}},{"turn_duration":"0.026","weight":"8.804","duration":"2.34","turn_weight":"2","location":[139.87475,35.01546],"bearings":[94,184,279,327],"entry":[false,true,true,true],"in":0,"out":2,"geometry_index":11,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"street"}},{"turn_duration":"0.018","weight":"20.404","duration":"6.618","turn_weight":"1","location":[139.874454,35.015497],"bearings":[99,189,279],"entry":[false,true,true],"in":0,"out":2,"geometry_index":12,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"street"}},{"turn_duration":"0.018","weight":"19.942","duration":"6.618","turn_weight":"1","location":[139.873625,35.015608],"bearings":[8,99,279],"entry":[true,false,true],"in":1,"out":2,"geometry_index":13,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"street"}},{"turn_weight":"1","turn_duration":"0.008","location":[139.872795,35.015719],"bearings":[99,186,276],"entry":[false,true,true],"in":0,"out":2,"geometry_index":14,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"street"}}]},{"voiceinstructions":[{"distancealonggeometry":"3272.008","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 3 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 3 kilometres."},{"distancealonggeometry":"400","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Turn right to take the \u003csay-as interpret-as\u003d\"address\"\u003eTomiura IC\u003c/say-as\u003e slip road.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Turn right to take the Tomiura IC slip road."},{"distancealonggeometry":"105.556","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn right to take the \u003csay-as interpret-as\u003d\"address\"\u003eTomiura IC\u003c/say-as\u003e slip road.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Turn right to take the Tomiura IC slip road."}],"weight_typical":"277.403","bannerinstructions":[{"distancealonggeometry":"3288.674","primary":{"components":[{"text":"Tomiura IC","type":"text"},{"text":"/","type":"delimiter"},{"text":"E14","type":"icon","mapbox_shield":{"display_ref":"E14","name":"jp-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"right","text":"Tomiura IC / E14","type":"turn"}},{"distancealonggeometry":"400","sub":{"components":[{"directions":["straight"],"active":false,"text":"","type":"lane"},{"directions":["right"],"active":true,"text":"","type":"lane","active_direction":"right"}],"text":""},"primary":{"components":[{"text":"Tomiura IC","type":"text"},{"text":"/","type":"delimiter"},{"text":"E14","type":"icon","mapbox_shield":{"display_ref":"E14","name":"jp-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"right","text":"Tomiura IC / E14","type":"turn"}}],"distance":3288.674,"duration":268.578,"duration_typical":268.578,"geometry":"mvdxaAoabxiGaNTg^bAwZl@wZpBiWfC}[jEiL~CaYjJo\\lQuG~CuGjEmMjJoMvKc{@bw@_lA~jAet@xr@aN|MiLxKaNzMoQzReOrN{WlVmTrSiAxAss@ps@icAheA{rAjqAiq@ho@q\\j[kItIyO~O{WrX{L~OyDxFwDjE{LnQoMpSmI|MgLlQsNvU{S`a@kI`PuRnb@qaAzyBeZ~o@ySj`@oQpXq`@ri@wKnLsNdMyi@l[sN|Hq`@rNo\\|H{HpBgHpB_JfCcK`F","name":"Tateyama Bypass","ref":"National Road No.127 Line","mode":"driving","maneuver":{"location":[139.871784,35.015543],"bearing_before":254.0,"bearing_after":358.0,"instruction":"Turn right onto National Road No.127 Line/Tateyama Bypass.","type":"end of road","modifier":"right"},"driving_side":"left","weight":277.403,"intersections":[{"turn_duration":"6.566","weight":"24.764","duration":"8.775","turn_weight":"22.5","location":[139.871784,35.015543],"bearings":[74,177,358],"entry":[false,true,true],"in":0,"out":2,"geometry_index":16,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"4.582","weight":"4.696","location":[139.871773,35.015784],"bearings":[178,357],"entry":[false,true],"in":0,"out":1,"geometry_index":17,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"4.009","weight":"4.109","location":[139.871739,35.016284],"bearings":[177,358],"entry":[false,true],"in":0,"out":1,"geometry_index":18,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.009","weight":"8.799","duration":"8.594","location":[139.871716,35.016728],"bearings":[178,275,354],"entry":[false,true,true],"in":0,"out":2,"geometry_index":19,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"4.8","weight":"4.92","location":[139.871591,35.017561],"bearings":[172,350],"entry":[false,true],"in":0,"out":1,"geometry_index":21,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.01","weight":"7.002","duration":"6.841","location":[139.871489,35.018024],"bearings":[90,170,343],"entry":[true,false,true],"in":1,"out":2,"geometry_index":22,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"18.707","turn_duration":"2.01","duration":"20.717","location":[139.871227,35.018654],"bearings":[75,160,289,333],"entry":[true,false,true,true],"in":1,"out":3,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":24,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"traffic_signal":true},{"duration":"11.314","weight":"11.314","location":[139.869466,35.020829],"bearings":[143,321],"entry":[false,true],"in":0,"out":1,"geometry_index":30,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.018","weight":"7.779","duration":"7.796","location":[139.86825,35.022061],"bearings":[15,84,141,191,273,321],"entry":[true,true,false,true,true,true],"in":2,"out":5,"geometry_index":31,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.018","weight":"2.25","duration":"2.268","location":[139.867421,35.022912],"bearings":[141,218,321],"entry":[false,true,true],"in":0,"out":2,"geometry_index":32,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"4.32","weight":"4.32","location":[139.867182,35.023153],"bearings":[141,322],"entry":[false,true],"in":0,"out":1,"geometry_index":33,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.007","weight":"5.04","duration":"5.047","location":[139.866977,35.023366],"bearings":[27,142,321],"entry":[true,false,true],"in":1,"out":2,"geometry_index":34,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.007","weight":"3.52","duration":"3.527","location":[139.866739,35.023607],"bearings":[141,248,319],"entry":[false,true,true],"in":0,"out":2,"geometry_index":35,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"7.833","turn_duration":"2.022","duration":"8.855","turn_weight":"1","location":[139.866421,35.023903],"bearings":[89,139,265,322],"entry":[true,false,true,true],"in":1,"out":3,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":36,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"traffic_signal":true},{"duration":"3.6","weight":"3.6","location":[139.865796,35.02456],"bearings":[142,322],"entry":[false,true],"in":0,"out":1,"geometry_index":38,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.011","weight":"0.441","duration":"0.452","location":[139.865466,35.024903],"bearings":[77,142,315],"entry":[true,false,true],"in":1,"out":2,"geometry_index":39,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"10.89","weight":"10.618","location":[139.865421,35.02494],"bearings":[135,321],"entry":[false,true],"in":0,"out":1,"geometry_index":40,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"14.31","weight":"13.952","location":[139.86458,35.025782],"bearings":[141,320],"entry":[false,true],"in":0,"out":1,"geometry_index":41,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.021","weight":"14.4","duration":"14.421","location":[139.863455,35.026875],"bearings":[20,140,206,321],"entry":[true,false,true,true],"in":1,"out":3,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":42,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.019","weight":"12.406","duration":"12.743","location":[139.862137,35.028217],"bearings":[70,141,239,322],"entry":[true,false,true,true],"in":1,"out":3,"lanes":[{"valid":true,"active":false,"valid_indication":"straight","indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":43,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"8.969","weight":"8.745","location":[139.860739,35.029661],"bearings":[140,320],"entry":[false,true],"in":0,"out":1,"geometry_index":46,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"7.261","weight":"7.079","location":[139.85966,35.030643],"bearings":[133,316],"entry":[false,true],"in":0,"out":1,"geometry_index":50,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"2.197","weight":"2.142","location":[139.858694,35.031356],"bearings":[130,311],"entry":[false,true],"in":0,"out":1,"geometry_index":54,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.007","weight":"2.695","duration":"2.772","location":[139.858399,35.031568],"bearings":[45,131,251,310],"entry":[true,false,true,true],"in":1,"out":3,"geometry_index":55,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"10.029","weight":"9.778","location":[139.858035,35.031818],"bearings":[130,307],"entry":[false,true],"in":0,"out":1,"geometry_index":56,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"12.791","duration":"13.119","location":[139.856649,35.032633],"bearings":[124,303],"classes":["tunnel"],"entry":[false,true],"in":0,"out":1,"geometry_index":59,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"館富トンネル"},{"duration":"24.343","weight":"23.734","location":[139.854683,35.033698],"bearings":[123,304],"entry":[false,true],"in":0,"out":1,"geometry_index":60,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"turn_duration":"0.028","weight":"6.166","duration":"6.352","location":[139.852274,35.035299],"bearings":[69,134,246,319],"entry":[true,false,true,true],"in":1,"out":3,"geometry_index":64,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"8.465","weight":"8.253","location":[139.851831,35.035753],"bearings":[143,331],"entry":[false,true],"in":0,"out":1,"geometry_index":66,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"3.016","weight":"2.941","location":[139.851376,35.036438],"bearings":[151,332],"entry":[false,true],"in":0,"out":1,"geometry_index":67,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"13.943","turn_duration":"2.03","duration":"15.305","turn_weight":"1","location":[139.851217,35.036688],"bearings":[44,152,215,339],"entry":[true,false,true,true],"in":1,"out":3,"lanes":[{"valid":false,"active":false,"indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":68,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"traffic_signal":true},{"duration":"2.025","weight":"1.974","location":[139.850808,35.037697],"bearings":[165,344],"entry":[false,true],"in":0,"out":1,"geometry_index":70,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"duration":"1.913","weight":"1.865","location":[139.850751,35.037855],"bearings":[164,342],"entry":[false,true],"in":0,"out":1,"geometry_index":71,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"location":[139.850694,35.038003],"bearings":[162,341],"entry":[false,true],"in":0,"out":1,"geometry_index":72,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}}]},{"voiceinstructions":[{"distancealonggeometry":"40557.488","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 41 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 41 kilometres."},{"distancealonggeometry":"1500","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazuminami JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep right at Kisarazuminami JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazuminami JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Kisarazuminami JCT."},{"distancealonggeometry":"170","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazuminami JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eKEIYO ROAD\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Kisarazuminami JCT toward KEIYO ROAD."}],"weight_typical":"1749.548","bannerinstructions":[{"secondary":{"components":[{"text":"KEIYO ROAD","type":"text"}],"modifier":"right","text":"KEIYO ROAD","type":"fork"},"distancealonggeometry":"40570.82","primary":{"components":[{"text":"Kisarazuminami JCT","type":"text"}],"modifier":"right","text":"Kisarazuminami JCT","type":"fork"}},{"secondary":{"components":[{"text":"KEIYO ROAD","type":"text"}],"modifier":"right","text":"KEIYO ROAD","type":"fork"},"distancealonggeometry":"1500","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA138201?arrow_ids\u003dCA13820E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Kisarazuminami JCT","type":"text"}],"modifier":"right","text":"Kisarazuminami JCT","type":"fork"}}],"distance":40570.82,"duration":1804.049,"duration_typical":1804.049,"geometry":"iiqyaAapxviGgHgC}Em@}q@cAua@k@iW_D{WoG{HgCqJmEwKoGgHyFif@ie@}[_ZqUiTaNaK_JcF}EqBcKuDiLqByOk@oQ?qzAzGkQx@{pA|FoDPsYj@}[?cVaAgSqBg^mEoQ}Co}@sSwl@oLayBie@unBca@ee@sImn@kJ{WoBq\\qB{[m@uR?mn@bA}f@|Ca~@dRah@xKg_ArSohA~T{m@hOwp@`P}_@jJsNjEep@rNe{@lQku@nLs`@xFgWpBmTl@kITyO?k[k@aRWo}@aK_JyAsN_D_`@wKgWgHsJ_D_NyFoQ}Hm_@cRah@qXcyB{hAmdAem@gm@uZkvAww@udCioAw|Akv@kkA_k@ySkJySyF{ScFiLoBkj@_Iq`@}Cca@{Ac]Ui[l@yZbAy^tDca@~CqUxAqJbAqr@jEoUpByi@tDs{AdMatAxKoQpB{WnGoM~CiL|CmMtDeZnLiWzMk[hTi[hTyO`PgSlVmXj`@oQpXuRtZaYrd@cVvZsNvPsC|CqUrS{WzR_`@dWo\\tPwVbKuVrIuGfC_k@`UkT`Kk|@xa@_z@he@{WxK_v@pXqz@dMcGl@cVfCsN?yOUaRm@qk@cF_z@{Mas@oLew@oLgWqBaNcA_JUqJ?g^l@eOl@ib@fC_U~CyHxAeKpBaRxFad@`Psh@~Tqv@j`@ao@j`@sRnLuh@f^qv@dh@qJfH{f@n]_k@l[oXrNmMnGyStIgS|HySnGm_@rIk_@fHyS~C}b@tDet@tD}|@{AgSyAcVqBul@sI_aAkOqFm@cgBgY}Em@yuA_U{}AqXsNqBqo@oGgi@gCyt@mEcGUi|@_Doc@cAqd@U_z@j@u]?im@Va]pBep@rIsNzAgHj@{SbFoQxFsYvKkPfH}TdMk[|Rqd@f^mu@pn@cKrI_aApx@gH`Fo}@ft@scBtuAwp@hj@on@dh@}j@rd@enHnfGmpBtaBss@bm@mdAxw@yZdRah@vUqd@dRo}@bWq`@`KsNfCww@xKif@fCqv@xA_o@k@}|@yF}[gCoQqBqlA}Mq`@}H{[kEyp@oLca@}Ho\\gHgi@eMqUoG}PcFeOkEcK_Dad@sNiW}HiWkJqUsIiPoGuR}HcVyKsUaKaR}HgO}HcO}HaNgH{LgHsNsIuRoLiLgHoQmLcR}MgSiO_JgHsNoLg^uZk[gYce@ke@}L}Myt@a|@wO{RkPiTkP_UqNeRwVy\\oQmVyp@w|@_JgMySgYsN}RsNcRwKkOeHaKmTgYmT_Z_N{RmIoL_JsNcKmQoMmV_JsSqJmVuG{RoFeRqFiTkE{RiEuUyDeWsCcWmB{RkA{RiAeRc@mQe@}Rc@qXe@arAQgY?aPe@eRc@}M{Ak`@w@iOiAiO{A}MaCeRsCqSyDsS}EmVcGiToF{RoFmQ_FsNsGeRkq@oiBgSog@eO__@we@ymA_Ucm@a{AyyDok@mxAm_@aaAgSog@uRmg@gW_p@gOg^ca@}cA_d@yhAmj@suAee@wkAgb@_fAiW{m@{Seh@mM_ZiL_UaNqXoJ_P}AiCqUg^sNqS}PiTsNoQsNiOeOiOoM}MeOeMuGcFcK}HeKsIwOyKsNsIsYeR{HkEi[wP_`@{Rmc@eRgS}H{S}Hy^oL}TgHoc@oL}TaFiSmE_NgCwOgCaJyAqYmE_UgC_Jm@_JcAeOk@_Jm@eOU_J?eK?gHTwOl@mIj@aNzAyS|CiPtDaJpBkIfCwK~CoQnGeKtDe^|M{SdH_JhC}InBsJpB_UtDcKbA_Jl@cVxAcVV_J?eKWkIUeKm@kToB_J{A_JyA_J{AkIgCkL}CkIgCyS_IgSsIsYwPcRyKi[cR{HmEsRsIuR}HqJ_DcRaFmI{AkIqBmIyAgSiCkTyA_JUmIW_J@}I?{i@bA_`@j@iLUsRUmT{A}T}CsNgC_UmEe{@{R_k@wKo`@qGix@oLk_@kE_`@_Dq`@}CqU{AmTaAqU{Aua@cAao@cAgWUaNm@y^gCyO{AcKyA}[cFqUkE_`@kJcl@sNw{@{Rqk@sNkkA_Za]}Hkq@wPiPuDor@mQwl@kOwgBec@qqBwf@_jBog@mj@{Ryb@wPon@cWsYsN_NgHaNgH_JaFsN_I{LeHgSoL}PwK}PoLcVwP{WsSyOeMoQsNc]_ZoQwPcKkJyH}H_FkEoFoGmIuIgHgHkTmVeKmLqJoLmIkJuGsIyHkJaG_I}EyFuGiJqFgH}EoGuGuIuGkJ}E}HgHaKyHoLuGiJeOwUqFkJiL{RaGaKyDgHoFaKcGaK}EkJcGyKgH{MuGsNkIaP}EaKcG}M_JcRyHeR}EyKqF{MwDuIyDwKuK{WwKiYgHqSwKc\\}E}MkE{MwDeMgDyKwDeM{Sgt@uRwp@wOij@{Ws_AsYaaAuRml@wOke@cV}o@mTgh@uGiOoFwKkEkJkEuIyD}HgH{MoFaKeDyFgDyFoFkJcGkJgHoLaGkJ}E}HkEoGcGkJ_JoLkEoGaG}HcG}HoFgHgHsI}EyFeKgMuGeH_JkJeOaPyHgHiLoLmMoLaNeMiWiT{LkJaNwK}PeMaNaK_JqGeOwK_JyF_NkJmIyFyOaKkIcFoM}HkIcF{HaF_UgM{[mQsJoGaRkJcRkJ{LoGgSaKsh@wUmu@k[{|@{\\eZaK_`@eM{S{G}IsCm_@aKkj@aPad@sN{WsIiWaKqUsIqUkJiLyFkTkJ{HuDqJkEoQuImX{MgOuIyHkEmMgH}PaKwKoGmT}MyHcFg^mVwOmLuRsNiW{Ro\\{WqQaPiPsNgSmQgS{R}[c\\qQeRkTcWySwUgSmVwVk[}PwUee@go@oQwU{Wc\\kPwPsN_Pk[sX_U_P{LuI}PwKqUoL}PuIuKkEgOyF_NkEqFqB_JgCuKgCiL_DmIoB}PwD_YaFeZyFeKqBqJyAeO_DyOgCwOgCeKqBiLyA_NgCoMqB{LqBo\\kEeZcFeKyAqJcAuGeA}T}C}W_DkIyAaN{AkPoBqd@yFicAyK_UgCiWqB{PqBqr@oGyi@kE}f@uD_Y{A{SyAgRkA{M{@oUcAkPcAe{@cFee@_D{WgC{SqBqd@wFee@qGea@iJmn@aPw{@mVk_@yKoMuDmc@eMeZoG{x@mQefAgMmXcAaYcAaRm@kPUkP?uVTmn@zAsNbAcVzAsd@`Fea@xFe^xFuiA|R_pApSo\\jEmc@bFqaA`Kad@~Cc{@jEus@~Ci[Tm`AfCsnBbA{sBiEwbDyFuh@qB{b@qBib@cFo`@oGwVmEy^iJcl@eRyZwKqJuDib@_U","name":"","ref":"E14","destinations":"E14, 国道127号線: 富津館山道路","mode":"driving","maneuver":{"location":[139.850513,35.038373],"bearing_before":335.0,"bearing_after":18.0,"instruction":"Turn right to take the Tomiura IC slip road.","type":"turn","modifier":"slight right"},"driving_side":"left","weight":1749.548,"intersections":[{"weight":"40.073","turn_duration":"2.469","duration":"23.056","turn_weight":"20","location":[139.850513,35.038373],"bearings":[18,52,155,321],"classes":["toll"],"entry":[true,false,false,true],"in":2,"out":0,"lanes":[{"valid":false,"active":false,"indications":["straight"]},{"valid":true,"active":true,"valid_indication":"right","indications":["right"]}],"geometry_index":74,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk_link"},"traffic_signal":true,"ic":{"name":"Tomiura IC"}},{"weight":"29.898","turn_duration":"15","duration":"23.1","turn_weight":"22","location":[139.85066,35.040002],"bearings":[10,182],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["general","etc"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]}],"geometry_index":78,"is_urban":false,"admin_index":0,"toll_collection":{"type":"toll_booth","name":"Tomiura Tollgate"},"mapbox_streets_v8":{"class":"trunk"}},{"weight":"5.453","duration":"5.593","location":[139.850876,35.040789],"bearings":[21,196],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":80,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"5.354","duration":"5.492","location":[139.851308,35.041484],"bearings":[39,214],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":84,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"5.704","duration":"5.85","location":[139.851921,35.042113],"bearings":[37,219],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":85,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"21.978","duration":"23.134","location":[139.852353,35.042576],"bearings":[38,217],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":86,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"26.751","duration":"28.159","location":[139.853086,35.045902],"bearings":[175,355],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":95,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.935","duration":"4.142","location":[139.853501,35.050973],"bearings":[14,195],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":105,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"42.195","duration":"45.616","location":[139.853717,35.051705],"bearings":[14,194],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":106,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"31.968","duration":"35.52","location":[139.855251,35.059861],"bearings":[174,346],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":116,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Biwayama Tunnel"},{"weight":"3.396","duration":"3.773","location":[139.854057,35.063731],"bearings":[166,344],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":120,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.591","duration":"3.99","location":[139.853796,35.064481],"bearings":[164,344],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":121,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"2.381","duration":"2.646","location":[139.853523,35.065277],"bearings":[164,344],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":122,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"1.132","duration":"1.258","location":[139.853341,35.065804],"bearings":[164,342],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":123,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"17.996","duration":"19.995","location":[139.853239,35.066054],"bearings":[162,345],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":124,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Tomiura Tunnel"},{"weight":"1.171","duration":"1.301","location":[139.852262,35.070109],"bearings":[0,177],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":131,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Tomiura Tunnel"},{"weight":"3.318","duration":"3.687","location":[139.852262,35.070378],"bearings":[2,180],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":132,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Tomiura Tunnel"},{"weight":"14.594","duration":"15.778","location":[139.852296,35.071137],"bearings":[9,182],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":134,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"2.631","duration":"2.844","location":[139.85333,35.074201],"bearings":[26,204],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":142,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Tomiyama Tunnel"},{"weight":"3.371","duration":"3.644","location":[139.853636,35.07472],"bearings":[27,206],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":143,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Tomiyama Tunnel"},{"weight":"53.157","duration":"57.467","location":[139.854045,35.075377],"bearings":[26,207],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":144,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Tomiyama Tunnel"},{"weight":"4.416","duration":"4.648","location":[139.860374,35.085774],"bearings":[17,204],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":152,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.42","duration":"3.6","location":[139.860669,35.086654],"bearings":[11,192],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":155,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"13.68","duration":"14.4","location":[139.860829,35.087348],"bearings":[7,191],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":156,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"2.58","duration":"2.646","location":[139.860817,35.09032],"bearings":[172,353],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":162,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"1.692","duration":"1.735","location":[139.860737,35.090866],"bearings":[173,354],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":163,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"0.857","duration":"0.879","location":[139.860692,35.091227],"bearings":[174,351],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":164,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.755","duration":"3.851","location":[139.860658,35.091412],"bearings":[171,354],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":165,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"1.652","duration":"1.694","location":[139.860556,35.092237],"bearings":[174,353],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":166,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.256","duration":"3.34","location":[139.860499,35.092597],"bearings":[173,354],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":167,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"7.106","duration":"7.288","location":[139.860408,35.093282],"bearings":[174,353],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":168,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"10.695","duration":"10.969","location":[139.860181,35.094764],"bearings":[173,353],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":169,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"24.247","turn_duration":"0.019","duration":"24.888","location":[139.859703,35.097051],"bearings":[164,336,343],"classes":["toll"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":173,"is_urban":false,"admin_index":0,"rest_stop":{"type":"rest_area","name":"ハイウェイオアシス富楽里","amenities":[{"type":"toilet"},{"type":"info"},{"type":"facilities_for_disabled"},{"type":"telephone"},{"type":"picnic_shelter"}],"guidemap":"https://api.mapbox.com/guidance-views/v1/737596800/sapaguidemap/SA153201"},"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.428","turn_duration":"0.026","duration":"2.454","turn_weight":"1","location":[139.855761,35.101254],"bearings":[130,137,316],"classes":["toll"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":false,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":185,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"1.609","duration":"1.609","location":[139.855317,35.101624],"bearings":[136,317],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":186,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"4.945","duration":"4.945","location":[139.855033,35.101874],"bearings":[137,321],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":187,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"7.884","duration":"7.884","location":[139.854306,35.102707],"bearings":[147,329],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":190,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"2.051","duration":"2.051","location":[139.853442,35.104087],"bearings":[157,340],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":193,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"6.516","duration":"6.516","location":[139.853272,35.104466],"bearings":[160,338],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":194,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"5.514","duration":"5.514","location":[139.852658,35.105651],"bearings":[155,335],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":197,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"16.286","duration":"16.286","location":[139.852101,35.106633],"bearings":[155,332],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":198,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Shimosakuma Tunnel"},{"weight":"0.643","duration":"0.643","location":[139.850647,35.109808],"bearings":[169,352],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":202,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Shimosakuma Tunnel"},{"weight":"9.282","duration":"9.282","location":[139.850624,35.109938],"bearings":[172,351],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":203,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"4.756","turn_duration":"0.028","duration":"4.784","location":[139.850704,35.111845],"bearings":[4,12,187],"classes":["toll"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":208,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"ic":{"name":"Kyonantomiyama IC"}},{"weight":"10.8","duration":"10.8","location":[139.850942,35.112789],"bearings":[12,192],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":209,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"9.433","duration":"9.675","location":[139.851431,35.114909],"bearings":[7,187],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":212,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"5.72","turn_duration":"0.01","duration":"5.364","turn_weight":"0.5","location":[139.851362,35.116835],"bearings":[174,180,349],"classes":["toll"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":218,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"18.973","duration":"19.459","location":[139.851055,35.117844],"bearings":[161,339],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":222,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Nakasakuma Tunnel"},{"weight":"33.509","duration":"34.368","location":[139.849146,35.121075],"bearings":[151,328],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":227,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"13.334","duration":"14.035","location":[139.845726,35.126824],"bearings":[167,349],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":239,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Oyoshi Tunnel"},{"weight":"5.928","duration":"6.24","location":[139.84551,35.129574],"bearings":[6,182],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":243,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.504","duration":"3.689","location":[139.845612,35.130268],"bearings":[11,187],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":245,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"4.886","duration":"5.143","location":[139.845782,35.130999],"bearings":[11,191],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":246,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Yoshihama Tunnel"},{"weight":"0.606","duration":"0.638","location":[139.846044,35.132055],"bearings":[9,191],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":247,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"8.515","duration":"9.205","location":[139.846067,35.132176],"bearings":[12,189],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":248,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"6.339","duration":"6.853","location":[139.84651,35.133953],"bearings":[12,191],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":250,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"18.721","duration":"20.239","location":[139.846862,35.135342],"bearings":[12,192],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":251,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Okatabira Tunnel"},{"weight":"0.632","duration":"0.684","location":[139.847635,35.139424],"bearings":[4,186],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":256,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"4.537","duration":"4.905","location":[139.847646,35.139554],"bearings":[4,184],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":257,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"2.547","turn_duration":"0.007","duration":"2.76","location":[139.847726,35.140535],"bearings":[3,184,358],"classes":["toll"],"entry":[true,false,true],"in":1,"out":0,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":258,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"ic":{"name":"Kyonanhota IC"}},{"weight":"19.547","duration":"21.132","location":[139.84776,35.141119],"bearings":[1,183],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":259,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"2.671","turn_duration":"0.019","duration":"2.096","turn_weight":"0.75","location":[139.84751,35.145164],"bearings":[170,175,351],"classes":["toll"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":265,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"1.665","duration":"1.8","location":[139.847442,35.145562],"bearings":[173,344],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":267,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Hota Tunnel"},{"weight":"7.002","duration":"7.569","location":[139.847328,35.145896],"bearings":[164,341],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":268,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Hota Tunnel"},{"weight":"5.859","duration":"6.334","location":[139.846624,35.147247],"bearings":[152,330],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":272,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"5.428","duration":"5.868","location":[139.845805,35.148302],"bearings":[146,324],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":274,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Motona Tunnel"},{"weight":"1.215","duration":"1.314","location":[139.845044,35.149173],"bearings":[144,324],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":275,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"7.38","duration":"7.978","location":[139.844874,35.149367],"bearings":[144,325],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":276,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"6.038","duration":"6.528","location":[139.84384,35.150571],"bearings":[147,325],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":278,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"64.509","duration":"71.677","location":[139.842988,35.151571],"bearings":[145,325],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":279,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Nokogiriyama Tunnel"},{"weight":"15.064","duration":"16.738","location":[139.833114,35.162948],"bearings":[144,326],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":286,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"7.25","duration":"8.055","location":[139.831227,35.165762],"bearings":[157,342],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":290,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"1.16","turn_duration":"0.022","duration":"1.311","location":[139.830648,35.167299],"bearings":[164,338,347],"classes":["toll"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":292,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"ic":{"name":"Futtsukanaya IC"}},{"weight":"4.12","duration":"4.578","location":[139.83058,35.167549],"bearings":[167,350],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":293,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"6.519","duration":"7.243","location":[139.830375,35.168457],"bearings":[170,355],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":294,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.317","duration":"3.686","location":[139.830262,35.169975],"bearings":[1,178],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":296,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"13.116","duration":"14.573","location":[139.830284,35.170743],"bearings":[6,181],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":297,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.261","turn_duration":"0.026","duration":"2.816","turn_weight":"0.75","location":[139.830773,35.173734],"bearings":[14,189,196],"classes":["toll"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":301,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"14.04","duration":"15.6","location":[139.830932,35.174271],"bearings":[10,194],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":302,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Kanaya Dai-2 Tunnel"},{"weight":"64.728","duration":"71.92","location":[139.831784,35.177224],"bearings":[17,195],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":307,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"33.671","duration":"37.413","location":[139.83584,35.184547],"bearings":[35,214],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":331,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Kanaya Dai-1 Tunnel"},{"weight":"1.205","duration":"1.339","location":[139.841907,35.189991],"bearings":[47,225],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":344,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"17.82","duration":"19.8","location":[139.842135,35.190167],"bearings":[46,227],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":345,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Takeoka Dai-2 Tunnel"},{"weight":"13.619","duration":"14.723","location":[139.845566,35.192814],"bearings":[53,231],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":356,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"8.772","duration":"9.483","location":[139.84868,35.194083],"bearings":[77,254],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":365,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"9.503","duration":"10.273","location":[139.851032,35.194342],"bearings":[89,267],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":372,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"6.084","duration":"6.578","location":[139.8536,35.194407],"bearings":[84,265],"classes":["tunnel","toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":377,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Takeoka Daiichi Tunnel"},{"weight":"4.173","duration":"4.511","location":[139.855202,35.194629],"bearings":[75,255],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":382,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"5.963","turn_duration":"0.01","duration":"6.457","location":[139.856236,35.194907],"bearings":[56,65,250],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":385,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Futtsutakeoka IC"}},{"weight":"6.931","duration":"7.493","location":[139.857747,35.195527],"bearings":[60,241],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":390,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.672","duration":"2.888","location":[139.859451,35.196333],"bearings":[59,240],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":391,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.991","duration":"2.152","location":[139.860099,35.196657],"bearings":[58,239],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":392,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"7.51","duration":"8.119","location":[139.860611,35.196916],"bearings":[59,238],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":393,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"12.266","turn_duration":"0.018","duration":"12.738","turn_weight":"0.5","location":[139.86261,35.197888],"bearings":[59,240,248],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":395,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"22.325","duration":"24.135","location":[139.865599,35.199361],"bearings":[59,239],"classes":["tunnel","toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":396,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Amaha Tunnel"},{"weight":"21.148","duration":"22.261","location":[139.871769,35.202425],"bearings":[58,239],"classes":["tunnel","toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":403,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Amaha Tunnel"},{"weight":"8.46","duration":"8.905","location":[139.87745,35.205276],"bearings":[58,238],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":408,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"17.064","duration":"17.962","location":[139.879574,35.206479],"bearings":[49,230],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":413,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.054","duration":"2.106","location":[139.882915,35.20972],"bearings":[30,209],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":427,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"16.855","duration":"17.287","location":[139.883222,35.210146],"bearings":[28,210],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":428,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"14.698","duration":"15.075","location":[139.885131,35.21397],"bearings":[15,197],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":437,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.618","duration":"6.618","location":[139.885812,35.217525],"bearings":[180,356],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":451,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"114.684","duration":"120.72","location":[139.885483,35.219136],"bearings":[165,342],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":458,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.03","duration":"5.438","location":[139.889823,35.245446],"bearings":[16,196],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":533,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.412","duration":"6.932","location":[139.890255,35.246668],"bearings":[15,196],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":534,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"20.541","turn_duration":"0.007","duration":"22.214","location":[139.890789,35.248232],"bearings":[8,16,195],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":537,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Futtsuchuo IC"}},{"weight":"7.125","duration":"7.703","location":[139.892561,35.253297],"bearings":[17,196],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":541,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.407","turn_duration":"0.022","duration":"9.135","turn_weight":"0.75","location":[139.893209,35.255009],"bearings":[20,197,204],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":542,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.888","duration":"1.988","location":[139.894197,35.257037],"bearings":[26,203],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":545,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.059","duration":"5.325","location":[139.894447,35.257463],"bearings":[27,206],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":546,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.132","duration":"4.35","location":[139.895163,35.258592],"bearings":[29,208],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":551,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.224","duration":"10.762","location":[139.895799,35.25949],"bearings":[32,212],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":554,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.619","duration":"6.968","location":[139.897606,35.261601],"bearings":[37,218],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":560,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"41.306","duration":"44.655","location":[139.898879,35.262841],"bearings":[42,222],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":567,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"26.144","duration":"28.264","location":[139.909048,35.269118],"bearings":[64,244],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":612,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"44.672","duration":"48.294","location":[139.916264,35.272155],"bearings":[57,238],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":621,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"17.084","turn_duration":"0.022","duration":"18.492","location":[139.925047,35.280746],"bearings":[20,31,208],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":669,"is_urban":false,"admin_index":0,"rest_stop":{"type":"rest_area","name":"君津PA","amenities":[{"type":"electric_charging_station"},{"type":"toilet"},{"type":"baby_care"},{"type":"facilities_for_disabled"}]},"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.998","duration":"2.103","location":[139.927172,35.284616],"bearings":[20,202],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":677,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.356","duration":"2.48","location":[139.927365,35.285051],"bearings":[19,200],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":678,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"96.002","turn_duration":"0.007","duration":"95.01","turn_weight":"1","location":[139.927592,35.285579],"bearings":[19,199,208],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":679,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.866","duration":"0.825","location":[139.941249,35.304752],"bearings":[13,193],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":739,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"11.458","duration":"10.912","location":[139.941306,35.304947],"bearings":[12,193],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":740,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.969","duration":"1.875","location":[139.941953,35.307502],"bearings":[12,190],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":750,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.323","duration":"2.213","location":[139.942067,35.307937],"bearings":[10,192],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":751,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.379","duration":"6.075","location":[139.942181,35.308456],"bearings":[10,191],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":754,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.83","duration":"2.632","location":[139.942487,35.309891],"bearings":[10,189],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":759,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.064","duration":"4.711","location":[139.942612,35.310492],"bearings":[9,190],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":760,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.827","duration":"4.49","location":[139.942817,35.311585],"bearings":[9,189],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":761,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.78","duration":"3.6","location":[139.942999,35.312612],"bearings":[8,189],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":764,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.43","duration":"8.981","location":[139.943135,35.313437],"bearings":[7,188],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":765,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.562","turn_duration":"0.018","duration":"2.458","location":[139.943419,35.315511],"bearings":[6,186,358],"classes":["toll","motorway"],"entry":[true,false,true],"in":1,"out":0,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":769,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Kimitsu IC"}},{"weight":"1.68","duration":"1.6","location":[139.943487,35.316057],"bearings":[4,186],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":771,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"30.72","duration":"29.971","location":[139.943521,35.316417],"bearings":[6,184],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":772,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.058","turn_duration":"0.019","duration":"2.515","turn_weight":"0.5","location":[139.944964,35.322491],"bearings":[18,197,208],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":782,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"51.744","duration":"50.482","location":[139.945169,35.323009],"bearings":[18,198],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":783,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.277","duration":"2.168","location":[139.9451,35.333906],"bearings":[168,350],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":802,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.824","duration":"10.309","location":[139.944998,35.334378],"bearings":[170,351],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":803,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"8.677","duration":"8.264","location":[139.944611,35.336619],"bearings":[174,355],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":806,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"54.18","duration":"50.4","location":[139.944429,35.338424],"bearings":[176,359],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":808,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"7.283","duration":"6.621","location":[139.94519,35.349431],"bearings":[19,196],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":819,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.945792,35.350783],"bearings":[27,202],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":822,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA138201","data_id":"737596800","type":"jct","overlay_ids":["CA13820E"]}],"junction_name":"Kisarazuminami JCT","voiceinstructions":[{"distancealonggeometry":"3429.859","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 3 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 3 kilometres."},{"distancealonggeometry":"1500","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazu JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep right at Kisarazu JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazu JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Kisarazu JCT."},{"distancealonggeometry":"170","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazu JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eKEIYO ROAD\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Kisarazu JCT toward KEIYO ROAD."}],"weight_typical":"155.416","bannerinstructions":[{"secondary":{"components":[{"text":"KEIYO ROAD","type":"text"}],"modifier":"right","text":"KEIYO ROAD","type":"fork"},"distancealonggeometry":"3458.192","primary":{"components":[{"text":"Kisarazu JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"E14","type":"icon","mapbox_shield":{"display_ref":"E14","name":"jp-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"right","text":"Kisarazu JCT / E14","type":"fork"}},{"secondary":{"components":[{"text":"KEIYO ROAD","type":"text"}],"modifier":"right","text":"KEIYO ROAD","type":"fork"},"distancealonggeometry":"1500","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA052211?arrow_ids\u003dCA05221E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Kisarazu JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"E14","type":"icon","mapbox_shield":{"display_ref":"E14","name":"jp-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"right","text":"Kisarazu JCT / E14","type":"fork"}}],"distance":3458.192,"duration":143.521,"duration_typical":143.521,"geometry":"grtlbA_is|iGov@ud@eV_P{WkTkj@mg@u]}^k`AupAyyAm}BeVa\\iPeRye@mq@mc@}h@we@mg@kq@_p@ejAwaA{LyK{HgH}EkE_JsIwKkJoUsSqFaFy^u_@{LoLwVcWoFoGmT{Wqk@qs@{|@kvAuh@{~@a]cr@ee@{hAqFeMor@cmBwuAofEmIaU{Wyr@sYmq@{AuD_JeRaRaa@ge@e~@","name":"Tateyama Expwy","destinations":"KEIYO ROAD, Chiba, AQUA-LINE, Kawasaki, KEN-O, Mobara","mode":"driving","maneuver":{"location":[139.946144,35.351348],"bearing_before":27.0,"bearing_after":29.0,"instruction":"Keep right at Kisarazuminami JCT toward KEIYO ROAD.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":155.416,"intersections":[{"weight":"41.258","turn_duration":"0.022","duration":"37.529","location":[139.946144,35.351348],"bearings":[17,29,207],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":823,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Kisarazuminami JCT"}},{"weight":"27.901","turn_duration":"0.024","duration":"24.479","turn_weight":"1","location":[139.952621,35.357337],"bearings":[47,222,228],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":832,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.001","duration":"0.91","location":[139.956803,35.361392],"bearings":[37,217],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":838,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.675","duration":"0.614","location":[139.956951,35.36155],"bearings":[37,217],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":839,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.125","duration":"1.023","location":[139.957053,35.361661],"bearings":[38,217],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":840,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.26","duration":"1.146","location":[139.957223,35.361837],"bearings":[36,218],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":841,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.25","duration":"2.045","location":[139.957405,35.362041],"bearings":[37,216],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":842,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.095","duration":"3.723","location":[139.957735,35.362401],"bearings":[38,217],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":843,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.44","duration":"1.309","location":[139.958371,35.363031],"bearings":[38,220],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":845,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.247","duration":"3.021","location":[139.958587,35.363253],"bearings":[40,218],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":846,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.358","duration":"2.193","location":[139.959109,35.363753],"bearings":[43,222],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":848,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"59.698","duration":"56.855","location":[139.959507,35.364096],"bearings":[44,223],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":849,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.46","duration":"1.391","location":[139.972029,35.370928],"bearings":[55,238],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":861,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.972336,35.371104],"bearings":[56,235],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":862,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA052211","data_id":"737596800","type":"jct","overlay_ids":["CA05221E"]}],"junction_name":"Kisarazu JCT","voiceinstructions":[{"distancealonggeometry":"33173.414","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 33 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 33 kilometres."},{"distancealonggeometry":"400","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eChibahigashi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Keep right at Chibahigashi JCT."},{"distancealonggeometry":"94.444","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eChibahigashi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eTokyo\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Chibahigashi JCT toward Tokyo."}],"weight_typical":"1543.042","bannerinstructions":[{"secondary":{"components":[{"text":"Tokyo","type":"text"}],"modifier":"right","text":"Tokyo","type":"fork"},"distancealonggeometry":"33201.746","primary":{"components":[{"text":"Chibahigashi JCT","type":"text"}],"modifier":"right","text":"Chibahigashi JCT","type":"fork"}},{"secondary":{"components":[{"text":"Tokyo","type":"text"}],"modifier":"right","text":"Tokyo","type":"fork"},"distancealonggeometry":"400","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CY821201?arrow_ids\u003dCY82120E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Chibahigashi JCT","type":"text"}],"modifier":"right","text":"Chibahigashi JCT","type":"fork"}}],"distance":33201.746,"duration":1414.121,"duration_typical":1414.121,"geometry":"i~|mbAgoi~iGeO_ZkP_Z}[ak@yi@}y@cp@w|@ao@gy@mdAqnAqv@e~@{|@gjAmj@cw@_d@gt@gSk`@eOm[iWqi@qQ}c@}T}h@gOk`@qJqXs]klAmu@mxCySk{@aNwf@cKk`@}[ecAiFgNoAiDgOy\\kI{RwKwUm_@yw@uKiT{LqS}AiCyHeMaCuDoQgYul@uz@oc@qi@_YuZyOkO{W_Uog@sd@gdBklAmImEuw@aa@yO}HuGuDaR}H{WyKa]oLmI}Cix@mVgWoGiH{AqYgHgZoG_uBsd@sjBu_@uoCuk@irAiYmdAiTirA_Z{yAk[{[oGe}Beh@gSkE}fC}h@uRkEku@aPmIoBemDss@u@U{x@mQyi@}Mee@wPodAec@iq@gc@_YcWsUwUqJmLog@uu@qUke@ySsi@iLg^{Lob@qUwfAiLyr@eKkv@_Jk{@sGy|@yDw|@oBgy@iAobAw@i`AQqdBb@etAmBgeBcGukBqJgoAeOeyAuGeh@sNw|@qQyaA_U_fAwDiOiLsd@sd@k{AkIuUsJeWca@{cAib@_aA_JeRoFyK_`@cr@{Wec@wfAk{AcbAukA{i@ij@qpAukAuw@}t@c]m[ee@ob@qd@sd@_k@io@i[}^iS{WqYec@sNmVgOeWkI_Py^qs@kPu_@g^s_AyOsd@eOyf@uVqdAqUqdAep@o_Dch@cyBwKob@sh@ufBcl@{~Awa@mbAmn@kqA}u@wwAa]ak@wl@a|@yt@ecAiq@yw@u]k`@eZ}Y}[c\\ul@si@m_@k[o\\qXk_@qXcl@u_@m_@wUee@oXsh@iYib@{RcVaK}WkJmXkJ}j@aPg^aKaYcFg^oGah@qG{WuDu]gCqo@kEmj@m@y^l@a]Tq\\l@mc@fCq`@|Cq`@bFua@xFaY`FsYxFg^rIwZ~Hg^`K}j@pSgi@lQg^|Mu]|Msd@vPgm@tUu~@b\\a~@xWcVxFmXfH{m@dM{b@pGca@`FsJdA{LbAcVxAk_@xAqk@dAqJ?ib@m@ad@{Aok@aFwVqBkT_D}WuD{b@sIk_@kJwV}Hk_@eMmXyKgi@uUib@wUor@ya@q`@_ZeZmVif@ec@y{@k{@ee@eh@u|AmgByzB{jCgOmQwZq]qKiMqvA_cBsYy\\_U{WuR_UuGgHua@af@ca@wf@qv@k{@gjAwrAy^ob@cRiTua@og@{LsN{HiJ}f@yk@aRuUoB_D{hBy~B_{AetByO{RoQ_Zss@ymAoM_UiL{R}Pc\\qUec@aYog@i|@q_BosAivB{rA}jB{SeW_d@ij@mu@gy@_eAyhA{m@{m@qJuI_NeMyp@{m@q{AkqAsd@aa@ekBk{AqaAsz@eZmVmIgHi[yWoMoLuKkJkf@ob@qk@og@sR_P{SoQk~EqfEyHoGeOeMglFeqEoMyKeDgCs~@yw@cR_PcrBccBmy@si@og@k[k|@ud@if@cRkq@iTca@wKq`@uIul@qNcxAoQwZyAm_@qBcl@cA_k@Uiq@bA}gAlEiPj@oMdAmy@nGsuBnQ_o@fH}[|CqUfC}LbAi[~Cao@nG}f@~CsNxA{q@|Haz@nG}_@~CwKbAcw@dHah@lE}f@bFuxAhOk[nBuw@xFkPzA{WpB_`@|CkPbA}`AjJ}[xAgHl@uh@Uq`@{AsYuD_JyAca@oL_`@sN_U}MsRsNoMaKeDgCmTsSsd@ob@gb@sd@ciAqiAmM}MuxAi{AefA_fAgHeHmI_IqJaK{WyWcmAqnAkf@ec@k_@{W_JcFwO}H}WsI_YgHk[cFmXgCeZcAuYVo\\fCgW`FsNtDeVfHiLrDeOxFcw@|^qaAtd@qU`K{LjEeOjEq`@xKch@xFee@xA{Wm@wVqBmXsDk_@qGu]}Ho}@{Ra{Ds_AoiBob@{m@kOirAc\\kIoBwKiCmTaFcVyF","name":"","ref":"E14","destinations":"KEIYO ROAD, Chiba, TATEYAMA EXPWY, Kisarazu-Kita","mode":"driving","maneuver":{"location":[139.973892,35.372021],"bearing_before":53.0,"bearing_after":54.0,"instruction":"Keep right at Kisarazu JCT toward KEIYO ROAD.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":1543.042,"intersections":[{"weight":"71.823","turn_duration":"0.007","duration":"70.079","location":[139.973892,35.372021],"bearings":[46,54,233],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":864,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Kisarazu JCT"}},{"weight":"20.388","turn_duration":"0.021","duration":"19.179","turn_weight":"0.75","location":[139.987437,35.381603],"bearings":[64,241,252],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":882,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.746","duration":"2.679","location":[139.992096,35.383297],"bearings":[65,247],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":885,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"7.08","duration":"6.907","location":[139.992732,35.383538],"bearings":[66,245],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":886,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"11.242","turn_duration":"0.008","duration":"10.976","location":[139.994357,35.384195],"bearings":[51,60,243],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":888,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Kisarazukita IC"}},{"weight":"3.647","duration":"3.558","location":[139.996754,35.385501],"bearings":[54,235],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":894,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.245","duration":"1.185","location":[139.997493,35.385973],"bearings":[50,230],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":897,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.681","duration":"2.553","location":[139.99772,35.38613],"bearings":[49,230],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":898,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"20.432","turn_duration":"0.008","duration":"18.753","turn_weight":"0.75","location":[139.998231,35.386491],"bearings":[47,229,234],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":900,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.211","duration":"8.772","location":[140.001526,35.389537],"bearings":[32,217],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":906,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"15.033","duration":"14.317","location":[140.002764,35.391157],"bearings":[27,212],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":907,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.648","duration":"6.331","location":[140.004321,35.39399],"bearings":[18,201],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":915,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"61.48","duration":"57.191","location":[140.004832,35.395295],"bearings":[15,196],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":917,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.385","duration":"2.219","location":[140.00865,35.407461],"bearings":[13,194],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":927,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"29.669","duration":"28.256","location":[140.008786,35.407923],"bearings":[15,193],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":928,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"14.364","duration":"13.68","location":[140.010649,35.413793],"bearings":[14,195],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":934,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"17.274","duration":"16.451","location":[140.011502,35.416607],"bearings":[15,194],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":936,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"112.416","duration":"109.674","location":[140.012899,35.419941],"bearings":[30,203],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":940,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.083","turn_duration":"0.007","duration":"9.845","location":[140.039488,35.426441],"bearings":[61,67,249],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":968,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Anesakisodegaura IC"}},{"weight":"3.351","duration":"3.269","location":[140.041829,35.427348],"bearings":[61,243],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":971,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.072","duration":"9.826","location":[140.042579,35.4277],"bearings":[59,239],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":973,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.459","duration":"1.423","location":[140.044737,35.428811],"bearings":[55,237],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":975,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.987","duration":"0.963","location":[140.045044,35.428987],"bearings":[54,235],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":976,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"135.81","turn_duration":"0.008","duration":"135.318","turn_weight":"0.5","location":[140.045249,35.429107],"bearings":[52,234,241],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":977,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.885","duration":"10.138","location":[140.073597,35.446337],"bearings":[53,235],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1008,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"56.559","duration":"58.009","location":[140.075722,35.447697],"bearings":[47,230],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1010,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"25.527","turn_duration":"0.008","duration":"26.19","location":[140.084675,35.457983],"bearings":[14,18,200],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1028,"is_urban":false,"admin_index":0,"rest_stop":{"type":"service_area","name":"市原SA","amenities":[{"type":"gas_station","brand":"出光"},{"type":"electric_charging_station"},{"type":"toilet"},{"type":"coffee"},{"type":"restaurant"},{"type":"snack"},{"type":"ATM"},{"type":"info"},{"type":"baby_care"},{"type":"facilities_for_disabled"},{"type":"shop"},{"type":"telephone"},{"type":"picnic_shelter"}],"guidemap":"https://api.mapbox.com/guidance-views/v1/737596800/sapaguidemap/SA111001"},"mapbox_streets_v8":{"class":"motorway"}},{"weight":"51.361","turn_duration":"0.021","duration":"50.382","turn_weight":"1","location":[140.085789,35.46363],"bearings":[178,184,359],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1038,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.744","duration":"1.701","location":[140.081996,35.474823],"bearings":[162,345],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1057,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"25.708","duration":"25.081","location":[140.081871,35.475193],"bearings":[165,344],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1058,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.244","duration":"3.165","location":[140.081121,35.480822],"bearings":[7,184],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1070,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.219","duration":"9.969","location":[140.081234,35.481534],"bearings":[7,187],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1071,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.869","duration":"1.78","location":[140.081814,35.483747],"bearings":[19,196],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1076,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.562","duration":"2.44","location":[140.081973,35.484127],"bearings":[20,199],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1077,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.035","duration":"1.938","location":[140.0822,35.484645],"bearings":[22,200],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1078,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"13.818","duration":"13.16","location":[140.082405,35.485052],"bearings":[24,202],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1079,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.506","duration":"2.386","location":[140.084121,35.487654],"bearings":[35,213],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1083,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"13.773","duration":"13.117","location":[140.084496,35.488089],"bearings":[37,215],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1084,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.244","duration":"9.529","location":[140.0867,35.490302],"bearings":[42,221],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1087,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"13.345","duration":"12.414","location":[140.088371,35.491801],"bearings":[43,222],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1088,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.735","duration":"1.578","location":[140.090609,35.493782],"bearings":[43,223],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1089,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.904","duration":"2.64","location":[140.090904,35.494042],"bearings":[42,223],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1090,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.692","turn_duration":"0.021","duration":"9.741","location":[140.091393,35.494486],"bearings":[39,43,222],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1091,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Ichihara IC"}},{"weight":"3.014","duration":"2.679","location":[140.093222,35.496088],"bearings":[42,223],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1093,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.439","duration":"2.168","location":[140.093699,35.496514],"bearings":[43,222],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1094,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.681","duration":"2.383","location":[140.094097,35.496866],"bearings":[42,223],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1095,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.052","duration":"0.935","location":[140.094449,35.497181],"bearings":[41,222],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1096,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.418","duration":"3.927","location":[140.094597,35.49732],"bearings":[43,221],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1097,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"32.862","turn_duration":"0.021","duration":"27.944","turn_weight":"0.75","location":[140.095222,35.497875],"bearings":[43,223,232],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1098,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.634","duration":"1.391","location":[140.099721,35.501884],"bearings":[43,224],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1104,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.703","duration":"4.854","location":[140.099971,35.502106],"bearings":[43,223],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1105,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.259","duration":"1.923","location":[140.100869,35.502903],"bearings":[44,222],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1107,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.475","duration":"0.405","location":[140.101232,35.503208],"bearings":[49,224],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1108,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"25.76","duration":"21.924","location":[140.101312,35.503264],"bearings":[45,229],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1109,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.532","duration":"2.11","location":[140.10555,35.506699],"bearings":[50,224],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1112,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"7.265","duration":"6.054","location":[140.105982,35.506995],"bearings":[51,230],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1113,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.013","duration":"1.677","location":[140.107243,35.507837],"bearings":[51,231],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1114,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"7.572","duration":"6.31","location":[140.107595,35.508069],"bearings":[51,231],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1115,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.724","duration":"3.104","location":[140.108958,35.50893],"bearings":[52,233],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1118,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"30.24","duration":"25.2","location":[140.109606,35.509347],"bearings":[52,232],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1119,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.397","duration":"2.04","location":[140.114787,35.513022],"bearings":[43,226],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1122,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"25.429","duration":"21.642","location":[140.115174,35.513356],"bearings":[44,223],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1123,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.616","duration":"1.375","location":[140.118901,35.516874],"bearings":[38,217],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1128,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"18.753","duration":"15.96","location":[140.119128,35.517114],"bearings":[37,218],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1129,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"20.286","duration":"17.64","location":[140.121741,35.519994],"bearings":[35,216],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1132,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.082","duration":"0.941","location":[140.124548,35.523225],"bearings":[36,215],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1135,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.884","duration":"2.508","location":[140.124696,35.523392],"bearings":[35,216],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1136,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.489","duration":"1.294","location":[140.125093,35.523845],"bearings":[37,215],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1137,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.302","duration":"1.133","location":[140.125309,35.524077],"bearings":[36,217],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1138,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.047","duration":"3.519","location":[140.125491,35.52428],"bearings":[36,216],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1139,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.605","duration":"4.004","location":[140.126059,35.52491],"bearings":[36,216],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1140,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2","duration":"1.739","location":[140.126707,35.525623],"bearings":[35,216],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1141,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"25.714","duration":"22.36","location":[140.126979,35.525937],"bearings":[36,215],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1142,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.628","duration":"1.416","location":[140.130604,35.530002],"bearings":[35,215],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1145,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"24.235","duration":"21.074","location":[140.130831,35.530261],"bearings":[36,215],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1146,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.044","duration":"1.739","location":[140.134194,35.534057],"bearings":[36,216],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1147,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.729","duration":"5.727","location":[140.134467,35.534372],"bearings":[36,215],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1149,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.996","duration":"1.699","location":[140.135376,35.53539],"bearings":[36,216],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1150,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"30.691","duration":"26.12","location":[140.135648,35.535696],"bearings":[35,216],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1151,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.419","duration":"3.843","location":[140.139295,35.540732],"bearings":[19,202],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1156,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"16.695","duration":"14.517","location":[140.139636,35.541538],"bearings":[17,199],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1157,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.35","duration":"2","location":[140.140556,35.544778],"bearings":[5,190],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1161,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"13.921","duration":"12.105","location":[140.140601,35.545222],"bearings":[5,185],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1162,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"8.699","duration":"7.564","location":[140.140669,35.547972],"bearings":[178,356],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1166,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"18.584","duration":"16.16","location":[140.140509,35.549648],"bearings":[173,353],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1169,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.503","duration":"2.177","location":[140.139929,35.553249],"bearings":[171,352],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1172,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.177","duration":"2.763","location":[140.13985,35.553712],"bearings":[172,351],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1173,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.455","duration":"2.135","location":[140.139748,35.554296],"bearings":[173,352],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1175,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"27.374","duration":"23.803","location":[140.139668,35.554749],"bearings":[172,352],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1176,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"8.149","duration":"7.086","location":[140.139032,35.558693],"bearings":[173,352],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1182,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.691","turn_duration":"0.019","duration":"3.229","location":[140.138851,35.559795],"bearings":[172,348,353],"classes":["toll"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1184,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"ic":{"name":"Soga IC"}},{"weight":"20.8","duration":"18.087","location":[140.138748,35.560452],"bearings":[173,352],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1185,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"8.468","duration":"7.364","location":[140.138146,35.564165],"bearings":[172,353],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1190,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"35.47","duration":"30.843","location":[140.137976,35.565369],"bearings":[174,352],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1193,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"0.846","duration":"0.72","location":[140.139067,35.570813],"bearings":[34,214],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1205,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"8.655","duration":"7.366","location":[140.139135,35.570896],"bearings":[38,214],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1206,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"16.349","turn_duration":"0.022","duration":"13.085","turn_weight":"1","location":[140.140033,35.571841],"bearings":[41,218,222],"classes":["toll"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1208,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"1.892","duration":"1.611","location":[140.141828,35.573591],"bearings":[40,219],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1210,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"21.874","duration":"18.616","location":[140.142067,35.573822],"bearings":[40,220],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1211,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"1.382","duration":"1.152","location":[140.144827,35.576544],"bearings":[38,219],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1214,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"1.535","duration":"1.279","location":[140.144987,35.576711],"bearings":[40,218],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1215,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"56.529","duration":"47.107","location":[140.14518,35.576896],"bearings":[39,220],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1216,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"7.045","duration":"5.751","location":[140.147476,35.585525],"bearings":[155,335],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1235,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"4.677","duration":"3.818","location":[140.146873,35.58659],"bearings":[155,337],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1236,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"80.509","turn_duration":"0.021","duration":"67.112","location":[140.146578,35.587173],"bearings":[160,334,342],"classes":["toll"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1238,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"ic":{"name":"Matsugaoka IC"}},{"weight":"11.276","duration":"9.397","location":[140.148749,35.597895],"bearings":[16,196],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1251,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.351","turn_duration":"0.007","duration":"1.967","turn_weight":"1","location":[140.149215,35.599228],"bearings":[15,196,200],"classes":["toll"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":false,"active":false,"indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1252,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"2.187","duration":"1.823","location":[140.14934,35.599598],"bearings":[15,195],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1254,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"location":[140.149453,35.599941],"bearings":[15,195],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1255,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}}]},{"guidance_views":[{"base_id":"CY821201","data_id":"737596800","type":"jct","overlay_ids":["CY82120E"]}],"junction_name":"Chibahigashi JCT","voiceinstructions":[{"distancealonggeometry":"8230.383","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 8 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 8 kilometres."},{"distancealonggeometry":"400","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eMiyanogi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Keep left at Miyanogi JCT."},{"distancealonggeometry":"103.889","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left at \u003csay-as interpret-as\u003d\"address\"\u003eMiyanogi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eTokyo\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep left at Miyanogi JCT toward Tokyo."}],"weight_typical":"478.042","bannerinstructions":[{"secondary":{"components":[{"text":"Tokyo","type":"text"}],"modifier":"left","text":"Tokyo","type":"fork"},"distancealonggeometry":"8247.05","primary":{"components":[{"text":"Miyanogi JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"E51","type":"icon","mapbox_shield":{"display_ref":"E51","name":"jp-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"left","text":"Miyanogi JCT / E51","type":"fork"}},{"secondary":{"components":[{"text":"Tokyo","type":"text"}],"modifier":"left","text":"Tokyo","type":"fork"},"distancealonggeometry":"400","sub":{"components":[{"directions":["slight left"],"active":true,"text":"","type":"lane","active_direction":"slight left"},{"directions":["slight left","straight"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":false,"text":"","type":"lane"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA085111?arrow_ids\u003dCA08511A","text":"","type":"guidance-view"}],"modifier":"left","text":"","type":"fork"},"primary":{"components":[{"text":"Miyanogi JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"E51","type":"icon","mapbox_shield":{"display_ref":"E51","name":"jp-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"left","text":"Miyanogi JCT / E51","type":"fork"}}],"distance":8247.05,"duration":392.419,"duration_typical":392.419,"geometry":"mzz{bAss`ijG}KoCgy@kSuw@cRmy@}Rea@aKup@iOqk@}MsfBec@{WcFkEyAiEeAaz@yReOmEkEcA{L_D_UyFiWyFaNgCwOgC}PqBkPcA_NcAuR?kP?eOl@yObAwOzAsNfCsNjEoM~CaRnGgSjJsCxAqF~CeOrIkPdMqJfHmMxKgSvPm_@b\\as@bm@{cA|~@olA~eAoMdM{rApnAsYrXsh@zh@uh@ri@cKvKoX~YgSzWq`@ri@sNtUkInQ{Lj[}Pje@}[dcAa]piAas@f`CohAtwDmX|y@qUdr@sNj`@qk@|yAgWhj@qUvf@wVje@eDnGif@n}@wa@dm@ySb\\gHxKmn@rz@qpA~eBcG|Hyx@dhAekB`hCgSpXihBvcCuw@`fA}}AnuBsh@rn@oFxFwa@nb@ah@rd@iWpSeOdMus@dh@_`@dWgb@tU_v@t_@iWjJsRnGe|A|h@onCnx@_pDbhAm`AtZiWxK{WrNwOrIySrNq\\lV","name":"Keiyo Road","destinations":"Tokyo, Narita, KEIYO ROAD","mode":"driving","maneuver":{"location":[140.149578,35.600311],"bearing_before":15.0,"bearing_after":16.0,"instruction":"Keep right at Chibahigashi JCT toward Tokyo.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":478.042,"intersections":[{"weight":"20.793","turn_duration":"0.007","duration":"17.704","location":[140.149578,35.600311],"bearings":[8,16,195],"classes":["toll"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1256,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"jct":{"name":"Chibahigashi JCT"}},{"weight":"21.558","duration":"18.347","location":[140.150794,35.603839],"bearings":[15,196],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1261,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"0.612","duration":"0.521","location":[140.152032,35.607505],"bearings":[16,196],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1266,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"9.166","turn_duration":"0.007","duration":"6.958","turn_weight":"1","location":[140.152067,35.607606],"bearings":[15,196,204],"classes":["toll"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1267,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"33.172","duration":"28.232","location":[140.152487,35.60881],"bearings":[16,198],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":1269,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"21.088","duration":"17.574","location":[140.152396,35.614013],"bearings":[155,332],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1289,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"8.754","duration":"7.295","location":[140.150078,35.616763],"bearings":[144,323],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1297,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"11.896","duration":"9.71","location":[140.149055,35.617865],"bearings":[143,323],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1298,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"10.967","duration":"8.953","location":[140.147692,35.619337],"bearings":[142,322],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1300,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"3.481","duration":"2.842","location":[140.146419,35.620679],"bearings":[142,322],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1301,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"10.718","duration":"8.749","location":[140.146009,35.621105],"bearings":[142,321],"classes":["tunnel","toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1302,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"tunnel_name":"Kaizuka Tunnel"},{"weight":"19.732","duration":"16.108","location":[140.144657,35.622438],"bearings":[140,319],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1304,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"9.894","duration":"8.077","location":[140.141828,35.624539],"bearings":[121,300],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1311,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"8.056","turn_duration":"0.008","duration":"5.768","turn_weight":"1","location":[140.140123,35.625289],"bearings":[118,124,296],"classes":["toll"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1313,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"40.396","duration":"32.976","location":[140.13893,35.62577],"bearings":[116,296],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1314,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"15.571","turn_duration":"0.021","duration":"12.732","location":[140.132145,35.628547],"bearings":[118,291,300],"classes":["toll"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1318,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"},"ic":{"name":"Anagawa IC"}},{"weight":"7.622","duration":"6.222","location":[140.129463,35.629898],"bearings":[125,305],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1321,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"15.27","duration":"12.465","location":[140.128213,35.630639],"bearings":[127,307],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1323,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"8.048","duration":"6.57","location":[140.125872,35.63224],"bearings":[131,312],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1327,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"12.624","duration":"10.305","location":[140.124713,35.633147],"bearings":[134,314],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1329,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"10.198","duration":"8.325","location":[140.122906,35.634582],"bearings":[135,314],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1331,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"22.14","duration":"18.45","location":[140.121735,35.635507],"bearings":[134,314],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1332,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"44.145","duration":"36.788","location":[140.119133,35.637562],"bearings":[134,314],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1334,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"8.2","duration":"6.694","location":[140.113976,35.641673],"bearings":[135,317],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1337,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"17.916","duration":"14.625","location":[140.113089,35.642459],"bearings":[139,320],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1339,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"10.681","turn_duration":"0.022","duration":"7.925","turn_weight":"1","location":[140.111363,35.64432],"bearings":[145,156,328],"classes":["toll"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1343,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"14.144","duration":"11.546","location":[140.110317,35.645691],"bearings":[149,332],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1345,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"weight":"9.519","duration":"7.771","location":[140.109113,35.647838],"bearings":[161,340],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1349,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}},{"location":[140.108442,35.649329],"bearings":[160,342],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1350,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk"}}]},{"guidance_views":[{"base_id":"CA085111","data_id":"737596800","type":"jct","overlay_ids":["CA08511A"]}],"junction_name":"Miyanogi JCT","voiceinstructions":[{"distancealonggeometry":"241.619","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 300 metres, Keep left towards \u003csay-as interpret-as\u003d\"address\"\u003eTokyo\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 300 metres, Keep left towards Tokyo."},{"distancealonggeometry":"62.222","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left towards \u003csay-as interpret-as\u003d\"address\"\u003eTokyo\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep left towards Tokyo."}],"weight_typical":"28.114","bannerinstructions":[{"distancealonggeometry":"254.952","sub":{"components":[{"directions":["slight left"],"active":true,"text":"","type":"lane","active_direction":"slight left"},{"directions":["slight right"],"active":false,"text":"","type":"lane"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA085171?arrow_ids\u003dCA08517A","text":"","type":"guidance-view"}],"modifier":"left","text":"","type":"fork"},"primary":{"components":[{"text":"Tokyo","type":"text"}],"modifier":"left","text":"Tokyo","type":"fork"}}],"distance":254.952,"duration":22.966,"duration_typical":22.966,"geometry":"ihj_cAe|hfjG_J|MeOvPqJ`Ke@l@yHvKuGxKyCfFyTd`@}IxP","name":"","destinations":"E51: Tokyo, Narita, SHUTO EXPWY, HIGASHI-KANTO","mode":"driving","maneuver":{"location":[140.104659,35.657365],"bearing_before":327.0,"bearing_after":312.0,"instruction":"Keep left at Miyanogi JCT toward Tokyo.","type":"fork","modifier":"slight left"},"driving_side":"left","weight":28.114,"intersections":[{"weight":"10.805","turn_duration":"0.017","duration":"8.836","location":[140.104659,35.657365],"bearings":[147,312,322],"classes":["toll"],"entry":[false,true,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"slight left","indications":["slight left"]},{"valid":false,"active":false,"indications":["slight left","straight"]},{"valid":false,"active":false,"indications":["straight"]}],"geometry_index":1358,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk_link"},"jct":{"name":"Miyanogi JCT"}},{"weight":"6.946","duration":"5.67","location":[140.10392,35.658004],"bearings":[139,313],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1362,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk_link"}},{"location":[140.103395,35.658377],"bearings":[130,309],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"slight left","indications":["slight left"]},{"valid":false,"active":false,"indications":["slight right"]}],"geometry_index":1365,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk_link"}}]},{"guidance_views":[{"base_id":"CA085171","data_id":"737596800","type":"jct","overlay_ids":["CA08517A"]}],"voiceinstructions":[{"distancealonggeometry":"16148.046","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 16 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 16 kilometres."},{"distancealonggeometry":"1500","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKoya JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep right at Koya JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKoya JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Koya JCT."},{"distancealonggeometry":"168.889","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKoya JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eSHUTO EXPWY\u003c/say-as\u003e, \u003csay-as interpret-as\u003d\"address\"\u003eTokyo\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Koya JCT toward SHUTO EXPWY, Tokyo."}],"weight_typical":"995.219","bannerinstructions":[{"secondary":{"components":[{"text":"SHUTO EXPWY","type":"text"},{"text":"/","type":"text"},{"text":"Tokyo","type":"text"}],"modifier":"right","text":"SHUTO EXPWY / Tokyo","type":"fork"},"distancealonggeometry":"16161.379","primary":{"components":[{"text":"Koya JCT","type":"text"}],"modifier":"right","text":"Koya JCT","type":"fork"}},{"secondary":{"components":[{"text":"SHUTO EXPWY","type":"text"},{"text":"/","type":"text"},{"text":"Tokyo","type":"text"}],"modifier":"right","text":"SHUTO EXPWY / Tokyo","type":"fork"},"distancealonggeometry":"1500","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA277101?arrow_ids\u003dCA27710E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Koya JCT","type":"text"}],"modifier":"right","text":"Koya JCT","type":"fork"}}],"distance":16161.379,"duration":848.02,"duration_typical":848.02,"geometry":"ihm_cAezdfjGqFvPyH~T}AfHu@fHw@fYPdM`CvPtGrSjE|HjTbWdp@rd@|b@`f@xb@je@|EnG`Yf^ta@zr@`Ybm@rNb\\n}@ztBtRt_@r]~o@bmAbcBxvBtrCnmBtfCb]zc@~MdRtjBxcCp`Cx~C|f@jq@hWvf@tRpb@jTjq@nMpn@xHrs@`Cvf@Phj@c@tZoBn]iA`Pu@|MeKvk@qJnb@}Phj@oXvk@gLlQao@px@ah@pn@cbAbmAif@lq@kf@ft@uh@h`AmIdRsNp]eO`a@{Lt_@oQtfA_Jj{@oQxmBqFri@iEvf@u]pkDuVtfBkPd~@mTvaAoFzWq`@z~A_`@`rAog@|yAa]fy@ad@feAkrDjpHkj@jqAca@piA}f@dcB{b@puByOnbAuK`|@_UhqBuGba@ySbcAyZftAqJzh@ySj`AwVtp@a]j{@_Uhj@yS`f@wKlVcKlVkEjJyQl_@qHpOivAxtCe{@vaBiyAbtC{LlVcrBv~D}Px\\o~Ad`DkPvZiErIcRz\\wVd^sNzR_NrNkPxPo\\pXib@fYiW|Mmc@dRoaAtZaJfCqYjJcRnG_JtDuGfC{LxFqJjEcGtDeOtIqJnGy@l@qN`K{AzAcK|H{HdHuG|HqJjJcR`UyHlL}PzWeOpXqJ`U{b@bhAwa@heAuw@~{Ba]d~@c~@rfCaR|h@gSxr@cKng@{m@boDg^ztB}gAxvGeDzRuxArtIiW~{Aoy@l_FmX~`B}[tkBg^puBuRpiAyHri@cG|c@eDxa@iAlQ{Afc@Stp@?bW|Axf@`Czc@rCz\\|E|^bKll@xH~^vKj`@zLf^|ErNpQdc@~MpXlTnb@","name":"Higashikanto Expwy(Koya To Itako)","destinations":"Tokyo, Kawasaki","mode":"driving","maneuver":{"location":[140.102579,35.658901],"bearing_before":307.0,"bearing_after":298.0,"instruction":"Keep left towards Tokyo.","type":"fork","modifier":"slight left"},"driving_side":"left","weight":995.219,"intersections":[{"weight":"7.056","turn_duration":"0.013","duration":"5.772","location":[140.102579,35.658901],"bearings":[127,298,304],"classes":["toll"],"entry":[false,true,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"slight left","indications":["slight left"]},{"valid":false,"active":false,"indications":["slight right"]}],"geometry_index":1367,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk_link"}},{"weight":"24.536","duration":"20.029","location":[140.101795,35.659226],"bearings":[114,279],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1370,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk_link"}},{"weight":"5.433","duration":"4.435","location":[140.099239,35.657837],"bearings":[32,221],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":1378,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"trunk_link"}},{"weight":"18.292","turn_duration":"0.018","duration":"4.338","turn_weight":"13","location":[140.098614,35.657262],"bearings":[37,41,221],"classes":["toll","motorway"],"entry":[false,false,true],"in":1,"out":2,"geometry_index":1379,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"15.435","duration":"12.6","location":[140.097864,35.656578],"bearings":[44,224],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1381,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"13.645","duration":"11.139","location":[140.09533,35.654939],"bearings":[57,237],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1385,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"46.225","duration":"37.735","location":[140.092921,35.653624],"bearings":[53,232],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1387,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.038","duration":"3.296","location":[140.086001,35.648199],"bearings":[45,225],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1391,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.072","duration":"1.691","location":[140.085411,35.647717],"bearings":[45,226],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1392,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"61.688","duration":"50.357","location":[140.085104,35.647477],"bearings":[46,225],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1393,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"29.054","duration":"23.718","location":[140.074673,35.641533],"bearings":[89,273],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1403,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"49.479","duration":"41.232","location":[140.069321,35.643727],"bearings":[136,317],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1413,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"8.434","duration":"7.029","location":[140.060629,35.648754],"bearings":[103,282],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1424,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.24","duration":"2.7","location":[140.058856,35.64905],"bearings":[102,282],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1425,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.034","turn_duration":"0.019","duration":"2.548","location":[140.058174,35.649171],"bearings":[102,273,281],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1426,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Wanganchiba IC"}},{"weight":"30.818","duration":"26.229","location":[140.057538,35.649272],"bearings":[101,282],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1427,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"78.196","duration":"69.508","location":[140.051039,35.650763],"bearings":[112,290],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1431,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"23.209","duration":"20.631","location":[140.03687,35.65778],"bearings":[119,296],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1440,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"36.349","turn_duration":"0.008","duration":"33.053","location":[140.03229,35.659262],"bearings":[107,276,284],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1443,"is_urban":true,"admin_index":0,"rest_stop":{"type":"rest_area","name":"湾岸幕張PA","amenities":[{"type":"electric_charging_station"},{"type":"toilet"},{"type":"restaurant"},{"type":"snack"},{"type":"info"},{"type":"baby_care"},{"type":"facilities_for_disabled"},{"type":"shop"},{"type":"telephone"}],"guidemap":"https://api.mapbox.com/guidance-views/v1/737596800/sapaguidemap/SA116501"},"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.029","duration":"5.48","location":[140.025814,35.660919],"bearings":[109,291],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1449,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"25.994","duration":"9.994","turn_weight":"15","location":[140.024768,35.661252],"bearings":[111,300],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["general"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["general"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["general"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["general"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["general"]}],"geometry_index":1450,"is_urban":true,"admin_index":0,"toll_collection":{"type":"toll_booth","name":"Narashinohonsen Tollgate"},"mapbox_streets_v8":{"class":"motorway"}},{"weight":"19.668","turn_duration":"0.019","duration":"16.991","turn_weight":"1","location":[140.023007,35.662113],"bearings":[122,144,302],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"geometry_index":1452,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"13.966","turn_duration":"0.019","duration":"12.034","turn_weight":"0.75","location":[140.019973,35.663752],"bearings":[125,132,306],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1459,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"23.378","duration":"21.253","location":[140.017576,35.665149],"bearings":[126,307],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1460,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"16.264","duration":"14.786","location":[140.013235,35.667779],"bearings":[126,306],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1463,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.576","duration":"2.342","location":[140.010167,35.669621],"bearings":[126,307],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1464,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"16.174","duration":"14.704","location":[140.00969,35.669908],"bearings":[127,306],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1465,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.489","duration":"3.171","location":[140.006667,35.671714],"bearings":[128,307],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1467,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"26.353","duration":"23.957","location":[140.006019,35.672121],"bearings":[128,313],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1469,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.947","duration":"9.043","location":[140.002849,35.676342],"bearings":[161,342],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1478,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.484","duration":"3.986","location":[140.001986,35.678102],"bearings":[152,332],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1486,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.087","turn_duration":"0.011","duration":"0.311","turn_weight":"0.75","location":[140.001463,35.678824],"bearings":[148,155,321],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1490,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"34.425","duration":"30.6","location":[140.001417,35.67887],"bearings":[141,326],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1491,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.639","duration":"8.568","location":[139.997872,35.681314],"bearings":[121,301],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1501,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"299.376","duration":"272.16","location":[139.996747,35.68187],"bearings":[121,299],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1502,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"turn_duration":"0.009","location":[139.957386,35.692313],"bearings":[79,246,255],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1529,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"ic":{"name":"Wangan-ichikawa IC"}}]},{"guidance_views":[{"base_id":"CA277101","data_id":"737596800","type":"jct","overlay_ids":["CA27710E"]}],"junction_name":"Koya JCT","voiceinstructions":[{"distancealonggeometry":"11418.321","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 11 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 11 kilometres."},{"distancealonggeometry":"1500","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKasai JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep right at Kasai JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKasai JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Kasai JCT."},{"distancealonggeometry":"151.111","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKasai JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eYokohama\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Kasai JCT toward Yokohama."}],"weight_typical":"583.004","bannerinstructions":[{"secondary":{"components":[{"text":"Yokohama","type":"text"}],"modifier":"right","text":"Yokohama","type":"fork"},"distancealonggeometry":"11444.988","primary":{"components":[{"text":"Kasai JCT","type":"text"}],"modifier":"right","text":"Kasai JCT","type":"fork"}},{"secondary":{"components":[{"text":"Yokohama","type":"text"}],"modifier":"right","text":"Yokohama","type":"fork"},"distancealonggeometry":"1500","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA066101?arrow_ids\u003dCA06610E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Kasai JCT","type":"text"}],"modifier":"right","text":"Kasai JCT","type":"fork"}}],"distance":11444.988,"duration":510.464,"duration_typical":510.464,"geometry":"c{jacAwh`}iGpo@foAl_@ft@h[dm@nXvf@ta@xw@paA|jBjHnNFJdpA~dCpJvP~aArlB|^fs@rz@h`Bjq@llA`a@~o@rUr_@x^lg@jP`UvaCbyCdOdRx^dc@dl@ft@hgAbrA`CfCzLrN||C`tDxeB|uBbQ~SzWj[pJnLlu@xw@jeB~`BngGfxFfx@~t@znA`rAb@l@loAz~AbiA`wAhAxAt{@dhApg@|o@dkBf`Ch|@dhA`o@xw@fyAniB|PrSfi@br@z^he@zlBndCvmAd~At~Cz{DbVtZz{F~nH~TfY`s@`aA`Yzh@rNzWvDjJpFhO|Ppi@xHb\\zHf^xHjj@jEll@hA`\\hAzWQbr@iAvk@oBp]iExa@{Hll@cV|~@k^hwAwLve@mMxf@oy@hbDa~@vhDsC`KsC`KaG`UcD~Lg|Ax~Fkf@~eB_YlgA}[xmAq`@|yAk[tkAkTrz@qJpb@oFx\\{Hll@iA|MeDhe@oBf^aCho@","name":"Expwy Wangan Line","destinations":"SHUTO EXPWY, Tokyo, Kawasaki","mode":"driving","maneuver":{"location":[139.952796,35.690434],"bearing_before":233.0,"bearing_after":233.0,"instruction":"Keep right at Koya JCT toward SHUTO EXPWY/Tokyo/Kawasaki.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":583.004,"intersections":[{"weight":"37.895","turn_duration":"0.019","duration":"30.619","turn_weight":"5","location":[139.952796,35.690434],"bearings":[53,220,233],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1538,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Koya JCT"}},{"weight":"12.79","duration":"11.897","location":[139.946649,35.686657],"bearings":[53,233],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1544,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"15.386","duration":"14.312","location":[139.944251,35.685204],"bearings":[53,231],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1547,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"24.164","turn_duration":"0.019","duration":"21.567","turn_weight":"1","location":[139.941377,35.683436],"bearings":[53,61,233],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1550,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"8.077","duration":"7.513","location":[139.937797,35.681131],"bearings":[49,230],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1553,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"20.584","duration":"19.148","location":[139.936628,35.68026],"bearings":[46,226],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1555,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"17.244","duration":"2.087","turn_weight":"15","location":[139.933809,35.67789],"bearings":[44,224],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["general","etc"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["general"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"],"payment_methods":["etc"]}],"geometry_index":1557,"is_urban":true,"admin_index":0,"toll_collection":{"type":"toll_booth","name":"Ichikawa Tollgate"},"mapbox_streets_v8":{"class":"motorway"}},{"weight":"19.996","turn_duration":"0.008","duration":"19.051","location":[139.933502,35.677631],"bearings":[44,208,223],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"geometry_index":1558,"is_urban":false,"admin_index":0,"rest_stop":{"type":"rest_area","name":"市川PA","amenities":[{"type":"electric_charging_station"},{"type":"toilet"},{"type":"snack"},{"type":"ATM"},{"type":"info"},{"type":"baby_care"},{"type":"facilities_for_disabled"},{"type":"shop"},{"type":"telephone"}],"guidemap":"https://api.mapbox.com/guidance-views/v1/737596800/sapaguidemap/SA158402"},"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.493","turn_duration":"0.009","duration":"0.479","turn_weight":"1","location":[139.930741,35.675242],"bearings":[43,52,220],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1561,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"33.32","duration":"31.733","location":[139.930673,35.675177],"bearings":[40,222],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1562,"is_urban":false,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.617","turn_duration":"0.008","duration":"2.675","turn_weight":"0.75","location":[139.925287,35.670493],"bearings":[43,55,223],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1566,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.321","duration":"1.229","location":[139.924833,35.670095],"bearings":[43,223],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1567,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"42.795","duration":"39.809","location":[139.924617,35.66991],"bearings":[43,220],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1568,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"40.406","duration":"35.917","location":[139.918152,35.663169],"bearings":[37,217],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1571,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.862","duration":"4.228","location":[139.911777,35.657476],"bearings":[44,224],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1578,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"20.469","duration":"17.421","location":[139.910994,35.656827],"bearings":[44,224],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1579,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.853","turn_duration":"0.018","duration":"4.999","location":[139.907755,35.654115],"bearings":[44,217,224],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1581,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"11.202","duration":"9.335","location":[139.906846,35.653346],"bearings":[44,224],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1582,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"25.317","duration":"21.098","location":[139.905142,35.651902],"bearings":[44,223],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1583,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"62.137","duration":"52.883","location":[139.901245,35.648671],"bearings":[45,224],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1587,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"31.305","duration":"28.459","location":[139.891393,35.64044],"bearings":[44,224],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1591,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"27.356","turn_duration":"0.026","duration":"24.776","turn_weight":"0.75","location":[139.886064,35.637616],"bearings":[74,82,260],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1601,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.723","duration":"9.045","location":[139.880144,35.638171],"bearings":[114,294],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1610,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"28.285","turn_duration":"0.018","duration":"26.329","location":[139.878111,35.638893],"bearings":[114,294],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1612,"is_urban":true,"admin_index":0,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.943","duration":"0.877","location":[139.872145,35.641069],"bearings":[115,295],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1615,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.943","duration":"0.877","location":[139.871952,35.641143],"bearings":[115,295],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1616,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.736","duration":"1.615","location":[139.871759,35.641217],"bearings":[115,294],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1617,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"34.262","turn_duration":"0.018","duration":"32.648","location":[139.871406,35.641346],"bearings":[114,289,294],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1618,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"29.839","duration":"29.111","location":[139.864282,35.643966],"bearings":[114,294],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1622,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.33","turn_duration":"0.009","duration":"5.453","turn_weight":"0.75","location":[139.857612,35.646225],"bearings":[105,113,281],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1629,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.85626,35.646401],"bearings":[98,276],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1632,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA066101","data_id":"737596800","type":"jct","overlay_ids":["CA06610E"]}],"junction_name":"Kasai JCT","voiceinstructions":[{"distancealonggeometry":"3107.985","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 3 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 3 kilometres."},{"distancealonggeometry":"1500","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eTatsumi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep right at Tatsumi JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eTatsumi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Tatsumi JCT."},{"distancealonggeometry":"151.111","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eTatsumi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eYokohama\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Tatsumi JCT toward Yokohama."}],"weight_typical":"141.645","bannerinstructions":[{"secondary":{"components":[{"text":"Yokohama","type":"text"}],"modifier":"right","text":"Yokohama","type":"fork"},"distancealonggeometry":"3134.652","primary":{"components":[{"text":"Tatsumi JCT","type":"text"}],"modifier":"right","text":"Tatsumi JCT","type":"fork"}},{"secondary":{"components":[{"text":"Yokohama","type":"text"}],"modifier":"right","text":"Yokohama","type":"fork"},"distancealonggeometry":"1500","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA068101?arrow_ids\u003dCA06810E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Tatsumi JCT","type":"text"}],"modifier":"right","text":"Tatsumi JCT","type":"fork"}}],"distance":3134.652,"duration":142.463,"duration_typical":142.463,"geometry":"c_u~bA}fbwiGcKjnDuGlsCmB~t@}LtyFu@bWwKnfFw@~Yu@zWqFbcC?ll@?hT?lQxDvaAv{@h{Rv@rN|E~eAtR`tE","name":"Expwy Wangan Line","destinations":"Yokohama, Hakozaki","mode":"driving","maneuver":{"location":[139.855487,35.646466],"bearing_before":276.0,"bearing_after":275.0,"instruction":"Keep right at Kasai JCT toward Yokohama.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":141.645,"intersections":[{"weight":"21.974","turn_duration":"0.007","duration":"21.981","location":[139.855487,35.646466],"bearings":[96,266,275],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1633,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Kasai JCT"}},{"weight":"20.148","duration":"20.665","location":[139.850306,35.646799],"bearings":[94,274],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1635,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.595","turn_duration":"0.019","duration":"1.655","turn_weight":"1","location":[139.845431,35.647077],"bearings":[94,106,275],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":false,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1637,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"14.56","duration":"14.933","location":[139.845045,35.647104],"bearings":[95,274],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1638,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"3.25","duration":"3.333","location":[139.841341,35.647308],"bearings":[94,275],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1639,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"17.854","duration":"18.311","location":[139.840511,35.647363],"bearings":[95,274],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1641,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"40.672","turn_duration":"0.007","duration":"41.722","location":[139.835966,35.647391],"bearings":[84,259,263],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1646,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.891","duration":"5.891","location":[139.825785,35.646419],"bearings":[83,262],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1647,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"turn_duration":"0.021","turn_weight":"0.75","location":[139.824399,35.64628],"bearings":[83,100,264],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1649,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA068101","data_id":"737596800","type":"jct","overlay_ids":["CA06810E"]}],"junction_name":"Tatsumi JCT","voiceinstructions":[{"distancealonggeometry":"1731.29","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 2 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 2 kilometres."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eShinonome JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Shinonome JCT."},{"distancealonggeometry":"151.111","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eShinonome JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eYokohama\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Shinonome JCT toward Yokohama."}],"weight_typical":"82.452","bannerinstructions":[{"secondary":{"components":[{"text":"Yokohama","type":"text"}],"modifier":"right","text":"Yokohama","type":"fork"},"distancealonggeometry":"1757.956","primary":{"components":[{"text":"Shinonome JCT","type":"text"}],"modifier":"right","text":"Shinonome JCT","type":"fork"}},{"secondary":{"components":[{"text":"Yokohama","type":"text"}],"modifier":"right","text":"Yokohama","type":"fork"},"distancealonggeometry":"800","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA174101?arrow_ids\u003dCA17410E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Shinonome JCT","type":"text"}],"modifier":"right","text":"Shinonome JCT","type":"fork"}}],"distance":1757.956,"duration":80.148,"duration_typical":80.148,"geometry":"y_t~bA{z~tiG|PvcEfDr_@dD~YfHj`@lX|oA|WbmAz|@`yDfO~o@bVvfA~TzcAtK`f@zS|~@zL~j@zLvf@hWdhAvK|c@tGfT","name":"Expwy Wangan Line","destinations":"Yokohama","mode":"driving","maneuver":{"location":[139.82099,35.645965],"bearing_before":264.0,"bearing_after":264.0,"instruction":"Keep right at Tatsumi JCT toward Yokohama.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":82.452,"intersections":[{"weight":"17.088","turn_duration":"0.019","duration":"17.108","location":[139.82099,35.645965],"bearings":[84,258,264],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1650,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Tatsumi JCT"}},{"weight":"8.268","duration":"8.066","location":[139.816888,35.645511],"bearings":[77,251],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1653,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"19.244","duration":"18.775","location":[139.815059,35.644956],"bearings":[69,249],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1655,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"8.781","duration":"8.567","location":[139.810832,35.643567],"bearings":[68,248],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1657,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.998","duration":"4.876","location":[139.8089,35.642937],"bearings":[68,249],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1659,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"13.639","duration":"13.306","location":[139.807798,35.642585],"bearings":[69,248],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1660,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"turn_duration":"0.018","turn_weight":"1","location":[139.80481,35.641604],"bearings":[67,75,248],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1664,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA174101","data_id":"737596800","type":"jct","overlay_ids":["CA17410E"]}],"junction_name":"Shinonome JCT","voiceinstructions":[{"distancealonggeometry":"1469.411","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eAriake JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep right at Ariake JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eAriake JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Ariake JCT."},{"distancealonggeometry":"168.889","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eAriake JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHaneda Airport\u003c/say-as\u003e, \u003csay-as interpret-as\u003d\"address\"\u003eYokohama\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Ariake JCT toward Haneda Airport, Yokohama."}],"weight_typical":"66.918","bannerinstructions":[{"secondary":{"components":[{"text":"Haneda Airport","type":"text"},{"text":"/","type":"text"},{"text":"Yokohama","type":"text"}],"modifier":"right","text":"Haneda Airport / Yokohama","type":"fork"},"distancealonggeometry":"1496.078","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA069301?arrow_ids\u003dCA06930E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Ariake JCT","type":"text"}],"modifier":"right","text":"Ariake JCT","type":"fork"}}],"distance":1496.078,"duration":65.977,"duration_typical":65.977,"geometry":"oaj~bAgd{siGfHdWpJpXde@jqAtl@`wA~bE~jJxNj\\t]tu@hf@dhAzb@r_A~_@v|@","name":"Expwy Wangan Line","destinations":"Yokohama","mode":"driving","maneuver":{"location":[139.802708,35.640872],"bearing_before":243.0,"bearing_after":245.0,"instruction":"Keep right at Shinonome JCT toward Yokohama.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":66.918,"intersections":[{"weight":"16.244","turn_duration":"0.021","duration":"16.265","location":[139.802708,35.640872],"bearings":[63,237,245],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1667,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Shinonome JCT"}},{"weight":"29.985","turn_duration":"0.019","duration":"30.004","location":[139.799185,35.639197],"bearings":[57,229,236],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1671,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.79","duration":"9.79","location":[139.792891,35.635808],"bearings":[56,235],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1673,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.022","turn_duration":"0.019","duration":"5.042","turn_weight":"1","location":[139.790845,35.634688],"bearings":[57,63,236],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1675,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.789811,35.634114],"bearings":[56,237],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1676,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA069301","data_id":"737596800","type":"jct","overlay_ids":["CA06930E"]}],"junction_name":"Ariake JCT","voiceinstructions":[{"distancealonggeometry":"4015.529","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 4 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 4 kilometres."},{"distancealonggeometry":"400","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eOi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Keep right at Oi JCT."},{"distancealonggeometry":"140","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eOi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHaneda Airport\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Oi JCT toward Haneda Airport."}],"weight_typical":"183.508","bannerinstructions":[{"secondary":{"components":[{"text":"Haneda Airport","type":"text"}],"modifier":"right","text":"Haneda Airport","type":"fork"},"distancealonggeometry":"4042.195","primary":{"components":[{"text":"Oi JCT","type":"text"}],"modifier":"right","text":"Oi JCT","type":"fork"}},{"secondary":{"components":[{"text":"Haneda Airport","type":"text"}],"modifier":"right","text":"Haneda Airport","type":"fork"},"distancealonggeometry":"400","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA070301?arrow_ids\u003dCA07030E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Oi JCT","type":"text"}],"modifier":"right","text":"Oi JCT","type":"fork"}}],"distance":4042.195,"duration":179.71,"duration_typical":179.71,"geometry":"cz{}bAm``siG~IzRx{C|}GpaAzyBzx@vhBrh@`kAdVfj@jj@tpAth@llAr]xw@`G~M`JnS`Rx\\xZdh@|`AhvA~vA`rBta@vk@jnDhiF|iIhfLfD`Fln@j{@~TtZvOvPnMxKhLhJ`R|MhWdMvOpGbRxFjPjErRtDpFbA","name":"Expwy Wangan Line","destinations":"Haneda Airport, Yokohama","mode":"driving","maneuver":{"location":[139.788823,35.633586],"bearing_before":237.0,"bearing_after":236.0,"instruction":"Keep right at Ariake JCT toward Haneda Airport/Yokohama.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":183.508,"intersections":[{"weight":"1.595","turn_duration":"0.019","duration":"1.614","location":[139.788823,35.633586],"bearings":[57,228,236],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1677,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Ariake JCT"}},{"weight":"22.545","duration":"22.545","location":[139.788505,35.63341],"bearings":[56,236],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1678,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.63","duration":"9.63","location":[139.783914,35.630901],"bearings":[56,236],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1679,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"7.929","duration":"7.929","location":[139.781948,35.629836],"bearings":[56,236],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1680,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"8.691","duration":"8.914","location":[139.780256,35.62891],"bearings":[56,236],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1681,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"13.109","turn_duration":"0.019","duration":"12.439","turn_weight":"1","location":[139.778347,35.627873],"bearings":[57,63,237],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1683,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.455","duration":"4.455","location":[139.775801,35.626512],"bearings":[56,236],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1685,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.17","duration":"1.17","location":[139.774892,35.626022],"bearings":[56,237],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1686,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"25.929","duration":"25.929","location":[139.774652,35.625893],"bearings":[57,236],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1687,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.851","turn_duration":"0.019","duration":"4.121","turn_weight":"0.75","location":[139.76995,35.622503],"bearings":[47,52,226],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1692,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"56.956","duration":"55.567","location":[139.769234,35.621948],"bearings":[46,227],"classes":["tunnel","toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1693,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Tokyoko Tunnel"},{"weight":"0.623","duration":"0.593","location":[139.758712,35.613847],"bearings":[46,228],"classes":["tunnel","toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1695,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Tokyoko Tunnel"},{"weight":"6.684","duration":"6.365","location":[139.758599,35.613763],"bearings":[48,226],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1696,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.622","turn_duration":"0.019","duration":"9.183","location":[139.757633,35.613004],"bearings":[46,217,226],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1697,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.756281,35.611634],"bearings":[32,205],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1702,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA070301","data_id":"737596800","type":"jct","overlay_ids":["CA07030E"]}],"junction_name":"Oi JCT","voiceinstructions":[{"distancealonggeometry":"2728.662","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 3 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 3 kilometres."},{"distancealonggeometry":"1500","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eTokai JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep right at Tokai JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eTokai JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Tokai JCT."},{"distancealonggeometry":"160","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eTokai JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHaneda Airport\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Tokai JCT toward Haneda Airport."}],"weight_typical":"135.472","bannerinstructions":[{"secondary":{"components":[{"text":"Haneda Airport","type":"text"}],"modifier":"right","text":"Haneda Airport","type":"fork"},"distancealonggeometry":"2751.995","primary":{"components":[{"text":"Tokai JCT","type":"text"}],"modifier":"right","text":"Tokai JCT","type":"fork"}},{"secondary":{"components":[{"text":"Haneda Airport","type":"text"}],"modifier":"right","text":"Haneda Airport","type":"fork"},"distancealonggeometry":"1500","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA061101?arrow_ids\u003dCA06110E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Tokai JCT","type":"text"}],"modifier":"right","text":"Tokai JCT","type":"fork"}}],"distance":2751.995,"duration":124.756,"duration_typical":124.756,"geometry":"kum|bAya_qiGr]tDhWbAnXTrR?xuA?|`C^|s@L`bAm@nsA{AtCUhE?pUUfi@Wbw@bA~TTdfAdAdt@xAzH?lX?|lB?fnBJh~AHzH?j_@?z}Aj@`nA?dQ?~y@?dO?tG?lX?dp@}C","name":"Expwy Wangan Line","destinations":"Haneda Airport, Yokohama","mode":"driving","maneuver":{"location":[139.755565,35.609958],"bearing_before":193.0,"bearing_after":189.0,"instruction":"Keep right at Oi JCT toward Haneda Airport.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":135.472,"intersections":[{"weight":"15.211","turn_duration":"0.009","duration":"14.496","location":[139.755565,35.609958],"bearings":[13,177,189],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1708,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Oi JCT"}},{"weight":"14.847","turn_duration":"0.018","duration":"14.157","location":[139.755429,35.606968],"bearings":[0,170,180],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1713,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"13.302","duration":"12.668","location":[139.755406,35.604042],"bearings":[0,179],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1715,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.861","duration":"10.344","location":[139.755486,35.601542],"bearings":[179,357],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1718,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.911","duration":"1.777","location":[139.755475,35.599506],"bearings":[2,181],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1722,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"11.875","turn_duration":"0.019","duration":"10.136","turn_weight":"1","location":[139.755464,35.599154],"bearings":[1,6,181],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1723,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"22.969","turn_duration":"0.007","duration":"21.374","location":[139.755384,35.597164],"bearings":[2,172,180],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1725,"is_urban":true,"admin_index":1,"rest_stop":{"type":"rest_area","name":"大井PA","amenities":[{"type":"toilet"},{"type":"info"},{"type":"baby_care"},{"type":"facilities_for_disabled"},{"type":"telephone"}]},"mapbox_streets_v8":{"class":"motorway"}},{"weight":"12.156","duration":"11.308","location":[139.755378,35.59306],"bearings":[0,180],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1729,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"17.968","turn_duration":"0.021","duration":"15.805","turn_weight":"1","location":[139.755373,35.590859],"bearings":[0,6,181],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1732,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.894","turn_duration":"0.018","duration":"4.803","turn_weight":"0.75","location":[139.755351,35.587785],"bearings":[0,6,180],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1735,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.458","duration":"1.356","location":[139.755351,35.586841],"bearings":[0,180],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1736,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.754","duration":"0.701","location":[139.755351,35.586582],"bearings":[0,180],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1737,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.262","duration":"2.104","location":[139.755351,35.586443],"bearings":[0,180],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1738,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.755351,35.586036],"bearings":[0,175],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1739,"is_urban":true,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA061101","data_id":"737596800","type":"jct","overlay_ids":["CA06110E"]}],"junction_name":"Tokai JCT","voiceinstructions":[{"distancealonggeometry":"9042.469","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 9 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 9 kilometres."},{"distancealonggeometry":"1500","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKawasakiukishima JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep right at Kawasakiukishima JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKawasakiukishima JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep right at Kawasakiukishima JCT."},{"distancealonggeometry":"151.111","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKawasakiukishima JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eTOMEI\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Kawasakiukishima JCT toward TOMEI."}],"weight_typical":"369.066","bannerinstructions":[{"secondary":{"components":[{"text":"TOMEI","type":"text"}],"modifier":"right","text":"TOMEI","type":"fork"},"distancealonggeometry":"9069.136","primary":{"components":[{"text":"Kawasakiukishima JCT","type":"text"}],"modifier":"right","text":"Kawasakiukishima JCT","type":"fork"}},{"secondary":{"components":[{"text":"TOMEI","type":"text"}],"modifier":"right","text":"TOMEI","type":"fork"},"distancealonggeometry":"1500","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"},{"directions":["straight"],"active":true,"text":"","type":"lane","active_direction":"straight"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA100211?arrow_ids\u003dCA10021E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Kawasakiukishima JCT","type":"text"}],"modifier":"right","text":"Kawasakiukishima JCT","type":"fork"}}],"distance":9069.136,"duration":389.01,"duration_typical":389.01,"geometry":"am}zbAky~piGzm@uDnBUfx@_I|[oGzcA_UnbBg^|EeA|f@wKriAmVvfAmVva@}HpfB__@~j@eMdZgH`~Ay\\jJqBzm@sNzb@kJx^yKxe@_PdSaK~_@iYtR{RnQmV`C}CrNkTlXwf@|CuHni@krAn}@g`Cfm@u|A`eAklC~BoGnc@{hA`CyFrh@gtAnhAcoCtw@}oBbGoL|j@ukAjvA}oBnRqSbQeRbl@ij@ta@__@pv@qi@zb@qX~TgMleBqiAlBcAzx@og@xdBkgAfi@{\\plAaw@f^aUng@_ZxHaFzAcAvl@u_@bl@g^`yBszAt~@cm@x^wUzcA_p@zf@gYzm@{\\zhA{g@`TuJpk@aPdZyFbw@sNp`@kE`RoBdVqBxW{AvVcA`C?~Tm@`Y?pYV`YbAdZpBvZfC|f@xFrYjEdZjEpfBb\\dw@rNb}Bnb@lkD~o@f{Cdm@h[nG|[dHxZtIfTpH`FdBng@rSf^`PhWzM~IjE","name":"Expwy Wangan Line","destinations":"Haneda Airport, Daikoku Pier","mode":"driving","maneuver":{"location":[139.75543,35.585249],"bearing_before":175.0,"bearing_after":174.0,"instruction":"Keep right at Tokai JCT toward Haneda Airport.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":369.066,"intersections":[{"weight":"40.557","turn_duration":"0.018","duration":"38.644","location":[139.75543,35.585249],"bearings":[170,174,355],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1740,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Tokai JCT"}},{"weight":"28.956","duration":"28.25","location":[139.757669,35.577278],"bearings":[167,345],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1750,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"27.749","duration":"27.749","location":[139.759499,35.571473],"bearings":[166,345],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1757,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"26.685","duration":"27.369","location":[139.764011,35.566826],"bearings":[121,302],"classes":["tunnel","toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1769,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Kukokita Tunnel"},{"weight":"5.728","duration":"6.029","location":[139.769976,35.563901],"bearings":[121,301],"classes":["tunnel","toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1773,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Kukokita Tunnel"},{"weight":"29.81","duration":"32.227","location":[139.771283,35.563252],"bearings":[121,302],"classes":["tunnel","toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1775,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Kukokita Tunnel"},{"weight":"9.648","duration":"10.431","location":[139.778203,35.55967],"bearings":[134,305],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1780,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"53.946","turn_duration":"0.026","duration":"58.346","location":[139.78001,35.558272],"bearings":[125,139,314],"classes":["toll","motorway"],"entry":[true,true,false],"in":2,"out":1,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1781,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"14.232","turn_duration":"0.021","duration":"15.406","location":[139.787577,35.548412],"bearings":[150,330,334],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1794,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.99","duration":"10.8","location":[139.789532,35.545607],"bearings":[149,331],"classes":["tunnel","toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1800,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Kukominami Tunnel"},{"weight":"28.668","duration":"31.853","location":[139.790998,35.543654],"bearings":[149,329],"classes":["toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1801,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"9.708","turn_duration":"0.03","duration":"9.983","turn_weight":"0.75","location":[139.794623,35.538117],"bearings":[163,336,344],"classes":["toll","motorway"],"entry":[true,false,false],"in":1,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1808,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.234","duration":"2.483","location":[139.795271,35.536071],"bearings":[171,347],"classes":["tunnel","toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1811,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Tamagawa Tunnel"},{"weight":"6.331","duration":"7.035","location":[139.795373,35.535534],"bearings":[172,351],"classes":["tunnel","toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1812,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Tamagawa Tunnel"},{"weight":"24.382","duration":"26.358","location":[139.795566,35.534016],"bearings":[177,357],"classes":["tunnel","toll","motorway"],"entry":[true,false],"in":1,"out":0,"geometry_index":1817,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Tamagawa Tunnel"},{"weight":"45.546","duration":"50.607","location":[139.794623,35.528369],"bearings":[13,193],"classes":["tunnel","toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1827,"is_urban":false,"admin_index":1,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Tamagawa Tunnel"},{"weight":"4.059","duration":"4.51","location":[139.791294,35.517731],"bearings":[23,204],"classes":["tunnel","toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1837,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Tamagawa Tunnel"},{"location":[139.790783,35.516842],"bearings":[26,205],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1839,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA100211","data_id":"737596800","type":"jct","overlay_ids":["CA10021E"]}],"junction_name":"Kawasakiukishima JCT","voiceinstructions":[{"distancealonggeometry":"11052.069","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 11 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 11 kilometres."},{"distancealonggeometry":"1500","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eDaikoku JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 1.5 kilometres, Keep left at Daikoku JCT."},{"distancealonggeometry":"800","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eDaikoku JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 800 metres, Keep left at Daikoku JCT."},{"distancealonggeometry":"151.111","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left at \u003csay-as interpret-as\u003d\"address\"\u003eDaikoku JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eTOMEI\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep left at Daikoku JCT toward TOMEI."}],"weight_typical":"419.808","bannerinstructions":[{"secondary":{"components":[{"text":"TOMEI","type":"text"}],"modifier":"left","text":"TOMEI","type":"fork"},"distancealonggeometry":"11078.736","primary":{"components":[{"text":"Daikoku JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"K5","type":"icon","mapbox_shield":{"display_ref":"K5","name":"jp-urban-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"left","text":"Daikoku JCT / K5","type":"fork"}},{"secondary":{"components":[{"text":"TOMEI","type":"text"}],"modifier":"left","text":"TOMEI","type":"fork"},"distancealonggeometry":"1500","sub":{"components":[{"directions":["slight left"],"active":true,"text":"","type":"lane","active_direction":"slight left"},{"directions":["straight"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":false,"text":"","type":"lane"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA055201?arrow_ids\u003dCA05520A","text":"","type":"guidance-view"}],"modifier":"left","text":"","type":"fork"},"primary":{"components":[{"text":"Daikoku JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"K5","type":"icon","mapbox_shield":{"display_ref":"K5","name":"jp-urban-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"left","text":"Daikoku JCT / K5","type":"fork"}}],"distance":11078.736,"duration":467.63,"duration_typical":467.63,"geometry":"snwvbAqtcsiGj[|RfcA~o@tl@rd@dVlVh|@|jA`CvDts@zcAnk@bhAz^tu@~Xzm@l_@xw@tl@|oAxi@~jA~j@bmAro@ruAlc@d~@rz@xhBzf@lgAt~@pzBve@tuAbRhj@fSll@|[n}@pv@~{BjItUpqB|bGzH~TpqBnaGplAlnDbmAjnDruBlkGfcAbyC`d@nsArC`KjwBzqGncCjfHbbD~pJ~u@ndCba@~jA~pB`eGrkCh_InlAtmDnsA~}DpbBt~Ej|C|_JndDfzJtfAd`DzjA`hDfSpn@bp@vmB","name":"Expwy Wangan Line","destinations":"TOMEI, Yokohama","mode":"driving","maneuver":{"location":[139.790681,35.516666],"bearing_before":205.0,"bearing_after":210.0,"instruction":"Keep right at Kawasakiukishima JCT toward TOMEI.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":419.808,"intersections":[{"weight":"11.321","turn_duration":"0.026","duration":"12.605","location":[139.790681,35.516666],"bearings":[25,201,210],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1840,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"},"jct":{"name":"Kawasakiukishima JCT"}},{"weight":"2.02","duration":"2.245","location":[139.788976,35.514389],"bearings":[34,219],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1843,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.908","duration":"6.565","location":[139.788601,35.514018],"bearings":[39,225],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1844,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.419","duration":"0.466","location":[139.787386,35.513037],"bearings":[45,229],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1845,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.222","duration":"5.802","location":[139.787294,35.512972],"bearings":[49,227],"classes":["tunnel","toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1846,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Kawasakikoro Tunnel"},{"weight":"65.108","turn_duration":"0.033","duration":"71.264","turn_weight":"1","location":[139.786192,35.512129],"bearings":[47,56,233],"classes":["tunnel","toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1847,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Kawasakikoro Tunnel"},{"weight":"2.585","duration":"2.872","location":[139.770114,35.50326],"bearings":[61,242],"classes":["tunnel","toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1860,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Kawasakikoro Tunnel"},{"weight":"3.857","duration":"4.286","location":[139.769421,35.502954],"bearings":[62,241],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1861,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"29.273","turn_duration":"0.008","duration":"32.534","location":[139.768694,35.50263],"bearings":[61,231,240],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1862,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.394","duration":"1.507","location":[139.761172,35.499279],"bearings":[62,241],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1866,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"16.729","duration":"18.084","location":[139.76082,35.499121],"bearings":[61,241],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1867,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"38.061","duration":"42.29","location":[139.756684,35.497288],"bearings":[61,241],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1868,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"14.506","duration":"16.118","location":[139.746776,35.492899],"bearings":[62,241],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1871,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"0.742","duration":"0.824","location":[139.742958,35.491214],"bearings":[62,245],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1873,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"36.5","turn_duration":"0.008","duration":"40.866","turn_weight":"0.75","location":[139.742765,35.49114],"bearings":[65,77,242],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1874,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"30.647","duration":"35.026","location":[139.733641,35.487094],"bearings":[61,242],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1876,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.669","duration":"5.336","location":[139.725585,35.483604],"bearings":[63,241],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1878,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"15.972","duration":"18.254","location":[139.724369,35.483058],"bearings":[61,242],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1879,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"56.288","duration":"64.329","location":[139.720176,35.481234],"bearings":[62,242],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1880,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"46.594","duration":"51.771","location":[139.705621,35.474799],"bearings":[61,241],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1884,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.693906,35.469633],"bearings":[62,241],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1886,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA055201","data_id":"737596800","type":"jct","overlay_ids":["CA05520A"]}],"junction_name":"Daikoku JCT","voiceinstructions":[{"distancealonggeometry":"400","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eDaikoku JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Keep left at Daikoku JCT."},{"distancealonggeometry":"85","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left at \u003csay-as interpret-as\u003d\"address\"\u003eDaikoku JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHonsen\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep left at Daikoku JCT toward Honsen."}],"weight_typical":"75.018","bannerinstructions":[{"secondary":{"components":[{"text":"Honsen","type":"text"}],"modifier":"left","text":"Honsen","type":"fork"},"distancealonggeometry":"1006.212","primary":{"components":[{"text":"Daikoku JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"K5","type":"icon","mapbox_shield":{"display_ref":"K5","name":"jp-urban-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"left","text":"Daikoku JCT / K5","type":"fork"}},{"secondary":{"components":[{"text":"Honsen","type":"text"}],"modifier":"left","text":"Honsen","type":"fork"},"distancealonggeometry":"400","sub":{"components":[{"directions":["slight left"],"active":true,"text":"","type":"lane","active_direction":"slight left"},{"directions":["slight left"],"active":true,"text":"","type":"lane","active_direction":"slight left"},{"directions":["slight right"],"active":false,"text":"","type":"lane"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CB317201?arrow_ids\u003dCB31720A","text":"","type":"guidance-view"}],"modifier":"left","text":"","type":"fork"},"primary":{"components":[{"text":"Daikoku JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"K5","type":"icon","mapbox_shield":{"display_ref":"K5","name":"jp-urban-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"left","text":"Daikoku JCT / K5","type":"fork"}}],"distance":1006.212,"duration":80.606,"duration_typical":80.606,"geometry":"cztsbAqkwliGdKxPbGzMjTrn@jHrPjM`Z~I`PjIdMrJxKrNnL`G|CdV|H`RzAlc@W|[VvKj@lXhClTtDlMnGjEtDtGrIjEfH~BxFjEdM`CnLv@dMPhTQtDe@rNgAvKuCfMcKlVeOpX","name":"","destinations":"K5: TOMEI, Daikoku PA","mode":"driving","maneuver":{"location":[139.686089,35.466162],"bearing_before":241.0,"bearing_after":230.0,"instruction":"Keep left at Daikoku JCT toward TOMEI.","type":"fork","modifier":"slight left"},"driving_side":"left","weight":75.018,"intersections":[{"weight":"12.506","turn_duration":"0.015","duration":"13.536","location":[139.686089,35.466162],"bearings":[61,230,241],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"slight left","indications":["slight left"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]}],"geometry_index":1890,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway_link"},"jct":{"name":"Daikoku JCT"}},{"weight":"50.172","duration":"54.24","location":[139.684522,35.465345],"bearings":[57,237],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]}],"geometry_index":1894,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway_link"}},{"turn_duration":"0.03","turn_weight":"0.5","location":[139.681021,35.46069],"bearings":[80,88,276],"classes":["toll","motorway"],"entry":[false,false,true],"in":1,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]}],"geometry_index":1916,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway_link"}}]},{"guidance_views":[{"base_id":"CB317201","data_id":"737596800","type":"jct","overlay_ids":["CB31720A"]}],"junction_name":"Daikoku JCT","voiceinstructions":[{"distancealonggeometry":"2982.661","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 3 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 3 kilometres."},{"distancealonggeometry":"400","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eNamamugi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Keep right at Namamugi JCT."},{"distancealonggeometry":"126.667","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eNamamugi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eDAISAN KEIHIN\u003c/say-as\u003e, \u003csay-as interpret-as\u003d\"address\"\u003eTOMEI\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Namamugi JCT toward DAISAN KEIHIN, TOMEI."}],"weight_typical":"193.65","bannerinstructions":[{"secondary":{"components":[{"text":"DAISAN KEIHIN","type":"text"},{"text":"/","type":"text"},{"text":"TOMEI","type":"text"}],"modifier":"right","text":"DAISAN KEIHIN / TOMEI","type":"fork"},"distancealonggeometry":"2997.661","primary":{"components":[{"text":"Namamugi JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"K1","type":"icon","mapbox_shield":{"display_ref":"K1","name":"jp-urban-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"right","text":"Namamugi JCT / K1","type":"fork"}},{"secondary":{"components":[{"text":"DAISAN KEIHIN","type":"text"},{"text":"/","type":"text"},{"text":"TOMEI","type":"text"}],"modifier":"right","text":"DAISAN KEIHIN / TOMEI","type":"fork"},"distancealonggeometry":"400","sub":{"components":[{"directions":["slight left"],"active":false,"text":"","type":"lane"},{"directions":["slight right"],"active":true,"text":"","type":"lane","active_direction":"slight right"},{"directions":["slight right"],"active":true,"text":"","type":"lane","active_direction":"slight right"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA057211?arrow_ids\u003dCA05721E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Namamugi JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"K1","type":"icon","mapbox_shield":{"display_ref":"K1","name":"jp-urban-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"right","text":"Namamugi JCT / K1","type":"fork"}}],"distance":2997.661,"duration":191.697,"duration_typical":191.697,"geometry":"ciksbAomjliGgOzWsR~TsNdM_JbFq`@hTiW|H{W`Fix@xKiW|Cuw@xKgSfCcw@`Kg_A|MolA|Mwa@`Fwe@pGkT`F}PbFaYnLog@hOmj@jJo\\jEqaAxKsh@|Ccl@pBiSV_{A|CsRUseA}H}vAoLelC_UoQ{AmTcAiL?gHl@gHbA_JzA{LjE_JtDeZvPwZhOg^dR}x@`f@qU|M","name":"","ref":"K5","destinations":"Honsen","mode":"driving","maneuver":{"location":[139.679464,35.461282],"bearing_before":308.0,"bearing_after":309.0,"instruction":"Keep left at Daikoku JCT toward Honsen.","type":"fork","modifier":"slight left"},"driving_side":"left","weight":193.65,"intersections":[{"weight":"33.744","turn_duration":"0.018","duration":"36.498","location":[139.679464,35.461282],"bearings":[128,309,315],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"slight left","indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"slight left","indications":["slight left"]},{"valid":false,"active":false,"indications":["slight right"]}],"geometry_index":1922,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway_link"},"jct":{"name":"Daikoku JCT"}},{"weight":"10.286","duration":"11.12","location":[139.677476,35.464912],"bearings":[171,350],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1931,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway_link"}},{"weight":"16.605","turn_duration":"0.019","duration":"6.079","turn_weight":"11","location":[139.677203,35.466143],"bearings":[163,170,350],"classes":["toll","motorway"],"entry":[false,false,true],"in":1,"out":2,"geometry_index":1933,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"28.416","duration":"30.72","location":[139.67701,35.467041],"bearings":[170,349],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1934,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.675839,35.471531],"bearings":[157,342],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1941,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA057211","data_id":"737596800","type":"jct","overlay_ids":["CA05721E"]}],"junction_name":"Namamugi JCT","voiceinstructions":[{"distancealonggeometry":"290.029","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 300 metres, Keep left towards \u003csay-as interpret-as\u003d\"address\"\u003eDAISAN KEIHIN\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 300 metres, Keep left towards DAISAN KEIHIN."},{"distancealonggeometry":"80","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left towards \u003csay-as interpret-as\u003d\"address\"\u003eDAISAN KEIHIN\u003c/say-as\u003e, \u003csay-as interpret-as\u003d\"address\"\u003eTOMEI\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep left towards DAISAN KEIHIN, TOMEI."}],"weight_typical":"24.049","bannerinstructions":[{"distancealonggeometry":"305.029","sub":{"components":[{"directions":["slight left"],"active":true,"text":"","type":"lane","active_direction":"slight left"},{"directions":["slight left"],"active":true,"text":"","type":"lane","active_direction":"slight left"},{"directions":["slight right"],"active":false,"text":"","type":"lane"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA057271?arrow_ids\u003dCA05727A","text":"","type":"guidance-view"}],"modifier":"left","text":"","type":"fork"},"primary":{"components":[{"text":"DAISAN KEIHIN","type":"text"},{"text":"/","type":"text"},{"text":"TOMEI","type":"text"}],"modifier":"left","text":"DAISAN KEIHIN / TOMEI","type":"fork"}}],"distance":305.029,"duration":23.334,"duration_typical":23.334,"geometry":"mv}tbAgc_liGuw@lb@uV|MgZ`PeZlQiPtI","name":"","destinations":"K1: DAISAN KEIHIN, TOMEI, Haneda","mode":"driving","maneuver":{"location":[139.673668,35.487095],"bearing_before":332.0,"bearing_after":333.0,"instruction":"Keep right at Namamugi JCT toward DAISAN KEIHIN/TOMEI.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":24.049,"intersections":[{"weight":"17.63","turn_duration":"0.021","duration":"17.221","location":[139.673668,35.487095],"bearings":[152,325,333],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"slight right","indications":["slight right"]},{"valid":true,"active":true,"valid_indication":"slight right","indications":["slight right"]}],"geometry_index":1966,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway_link"},"jct":{"name":"Namamugi JCT"}},{"weight":"3.923","duration":"3.736","location":[139.672589,35.488817],"bearings":[153,331],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1969,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway_link"}},{"location":[139.672294,35.489252],"bearings":[151,333],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1970,"is_urban":false,"admin_index":2,"mapbox_streets_v8":{"class":"motorway_link"}}]},{"guidance_views":[{"base_id":"CA057271","data_id":"737596800","type":"jct","overlay_ids":["CA05727A"]}],"voiceinstructions":[{"distancealonggeometry":"8216.133","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 8 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 8 kilometres."},{"distancealonggeometry":"400","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eYokohamakohoku JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Keep right at Yokohamakohoku JCT."},{"distancealonggeometry":"120","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eYokohamakohoku JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eDAISAN KEIHIN\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep right at Yokohamakohoku JCT toward DAISAN KEIHIN."}],"weight_typical":"648.438","bannerinstructions":[{"secondary":{"components":[{"text":"DAISAN KEIHIN","type":"text"}],"modifier":"right","text":"DAISAN KEIHIN","type":"fork"},"distancealonggeometry":"8231.133","primary":{"components":[{"text":"Yokohamakohoku JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"E83","type":"icon","mapbox_shield":{"display_ref":"E83","name":"jp-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"right","text":"Yokohamakohoku JCT / E83","type":"fork"}},{"secondary":{"components":[{"text":"DAISAN KEIHIN","type":"text"}],"modifier":"right","text":"DAISAN KEIHIN","type":"fork"},"distancealonggeometry":"400","sub":{"components":[{"directions":["straight"],"active":false,"text":"","type":"lane"},{"directions":["straight"],"active":false,"text":"","type":"lane"},{"directions":["slight right"],"active":true,"text":"","type":"lane","active_direction":"slight right"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CA290201?arrow_ids\u003dCA29020E","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"fork"},"primary":{"components":[{"text":"Yokohamakohoku JCT","type":"text"},{"text":"/","type":"delimiter"},{"text":"E83","type":"icon","mapbox_shield":{"display_ref":"E83","name":"jp-expressway","base_url":"https://api.mapbox.com/styles/v1","text_color":"white"}}],"modifier":"right","text":"Yokohamakohoku JCT / E83","type":"fork"}}],"distance":8231.133,"duration":532.532,"duration_typical":532.532,"geometry":"qnbubAub|kiGsz@vf@cR`K{m@b\\{L|HyHpGgHdHgHxKcGnLoFrNaCjJ}A|Hu@dHoBvP?pGQ|Hb@nLjAdMt@nGjEvUfHj[nM`f@nFhTnMdh@hErNrJrd@dD`PdDnQnBbRhA|MhArNPnLPzM?xF?hTQjOiAvPiAbRoBjOeDzR{AfHkEzRcKf^aNj`@o\\n}@u]xw@q`@fy@wZll@sYng@ca@~o@q`@bm@g^je@uh@tp@cl@vp@}vAb~A{nAjvAup@~t@{m@xr@{m@br@k|@|cAog@pn@{Wb\\mc@zh@ee@ri@uh@zm@q`@rd@eZf^a]`a@oMvPor@px@kq@nx@}_@je@sd@ri@sd@~j@qJdMuVvZiSnX{LnQ_Uj`@mMzWoFlL}Pba@wK~YyHbWgDnLyHfY_Jxa@oFl[}EnXkEt_@qJd~@mIpx@gHtp@eKlgAaG|h@kEvf@eDva@gDxa@eD`p@oBvf@gA~e@w@xf@e@vk@P`f@d@he@zAdm@v@|YzAba@rChe@`Cp]rCba@rJ|jA~Bj`@nBf^v@zWb@|^?b\\QpXw@tZoBf^_Cj[gD~YeDzWcGp]oFfYgHpXyHpXoMj`@qUlv@gHnXaCxKsCdMmI`a@kIpb@uG`a@oFf^oBdMuGri@w@xFkEfc@wD~e@aCb\\eDje@mBtZkAp]c@~Te@~TRpSPvU\\jKXjIhAdMhAdM`CjOzAzH","name":"","ref":"K7","destinations":"DAISAN KEIHIN, TOMEI","mode":"driving","maneuver":{"location":[139.672123,35.489529],"bearing_before":333.0,"bearing_after":332.0,"instruction":"Keep left towards DAISAN KEIHIN/TOMEI.","type":"fork","modifier":"slight left"},"driving_side":"left","weight":648.438,"intersections":[{"weight":"40.678","turn_duration":"0.007","duration":"37.847","location":[139.672123,35.489529],"bearings":[153,332,341],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"slight left","indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"slight left","indications":["slight left"]},{"valid":false,"active":false,"indications":["slight right"]}],"geometry_index":1971,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway_link"}},{"weight":"15.96","turn_duration":"0.015","duration":"12.735","turn_weight":"1.65","location":[139.668942,35.492659],"bearings":[94,104,272],"classes":["toll","motorway"],"entry":[false,false,true],"in":1,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1984,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway_link"}},{"weight":"23.526","turn_duration":"0.008","duration":"4.743","turn_weight":"18.2","location":[139.667249,35.492335],"bearings":[68,75,245],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"geometry_index":1991,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"4.993","duration":"4.438","location":[139.666283,35.491983],"bearings":[67,247],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":1993,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"15.401","turn_duration":"0.028","duration":"13.718","location":[139.665374,35.49165],"bearings":[64,241,249],"classes":["toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":1995,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"8.269","turn_duration":"0.021","duration":"7.371","location":[139.662488,35.49115],"bearings":[83,90,272],"classes":["toll","motorway"],"entry":[false,false,true],"in":1,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":2005,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"1.783","duration":"1.55","location":[139.660908,35.491418],"bearings":[110,292],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":2011,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"87.42","duration":"74.4","location":[139.66059,35.49152],"bearings":[112,295],"classes":["tunnel","toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":2012,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Yokohama-kita Tunnel"},{"weight":"14.156","duration":"11.556","location":[139.647,35.501527],"bearings":[138,318],"classes":["tunnel","toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":2028,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Yokohama-kita Tunnel"},{"weight":"5.444","duration":"4.444","location":[139.645079,35.503259],"bearings":[138,316],"classes":["tunnel","toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":2030,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Yokohama-kita Tunnel"},{"weight":"3.321","duration":"2.711","location":[139.644318,35.503907],"bearings":[136,316],"classes":["tunnel","toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":2031,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Yokohama-kita Tunnel"},{"weight":"159.52","turn_duration":"0.018","duration":"130.238","location":[139.643852,35.504305],"bearings":[136,308,317],"classes":["tunnel","toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":2032,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Yokohama-kita Tunnel"},{"weight":"37.705","turn_duration":"0.008","duration":"30.788","location":[139.635978,35.511212],"bearings":[136,145,315],"classes":["tunnel","toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":2044,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Yokohama-kita Tunnel"},{"weight":"64.728","duration":"53.94","location":[139.631456,35.513915],"bearings":[115,291],"classes":["tunnel","toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":2056,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Yokohama-kita Tunnel"},{"weight":"82.696","duration":"70.38","location":[139.621786,35.515656],"bearings":[96,274],"classes":["tunnel","toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":2070,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Yokohama-kita Tunnel"},{"weight":"21.937","turn_duration":"0.026","duration":"18.696","location":[139.608947,35.51535],"bearings":[104,280,288],"classes":["tunnel","toll","motorway"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["slight left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":2093,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"},"tunnel_name":"Yokohama-kita Tunnel"},{"weight":"12.177","duration":"10.588","location":[139.606686,35.516137],"bearings":[118,297],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":2098,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"13.168","duration":"11.45","location":[139.605186,35.516711],"bearings":[112,292],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":2101,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"5.427","turn_duration":"0.019","duration":"4.738","location":[139.6028,35.517377],"bearings":[106,115,287],"classes":["toll","motorway"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":2106,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"6.21","duration":"5.4","location":[139.601766,35.5176],"bearings":[105,282],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":2109,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.294","duration":"8.951","location":[139.600562,35.517794],"bearings":[100,280],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":2111,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"10.126","duration":"8.805","location":[139.59855,35.518035],"bearings":[95,274],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":2115,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"weight":"2.573","duration":"2.238","location":[139.596562,35.517988],"bearings":[79,258],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":2122,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}},{"location":[139.596073,35.517886],"bearings":[73,250],"classes":["toll","motorway"],"entry":[false,true],"in":0,"out":1,"geometry_index":2124,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"motorway"}}]},{"guidance_views":[{"base_id":"CA290201","data_id":"737596800","type":"jct","overlay_ids":["CA29020E"]}],"junction_name":"Yokohamakohoku JCT","voiceinstructions":[{"distancealonggeometry":"547.6","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 600 metres, Keep left at the fork.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 600 metres, Keep left at the fork."},{"distancealonggeometry":"66.667","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left at the fork.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Keep left at the fork."}],"weight_typical":"58.806","bannerinstructions":[{"distancealonggeometry":"560.933","sub":{"components":[{"directions":["slight left"],"active":true,"text":"","type":"lane","active_direction":"slight left"},{"directions":["slight right"],"active":false,"text":"","type":"lane"},{"directions":["slight right"],"active":false,"text":"","type":"lane"}],"text":""},"view":{"components":[{"subtype":"jct","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/jct/CY998101?arrow_ids\u003dCY99810A","text":"","type":"guidance-view"}],"modifier":"left","text":"","type":"fork"},"primary":{"components":[{"text":"Yokohamakohoku","type":"text"}],"modifier":"left","text":"Yokohamakohoku","type":"fork"}}],"distance":560.933,"duration":50.095,"duration_typical":50.095,"geometry":"_xyvbAugggiGzAlV|ElV|EjOfHvPrNb\\fD|HhAjEhAxF?bFPjEw@bFiAxFsCxF}EdHuVpXkExFoB~CaCbF{AnGe@xFQdHd@lEb@bF|A`FzA~CvDxFnBfC|EnGnBpBrNvPlBpB","name":"","destinations":"E83, 国道466号線: DAISAN KEIHIN","mode":"driving","maneuver":{"location":[139.595915,35.51784],"bearing_before":250.0,"bearing_after":261.0,"instruction":"Keep right at Yokohamakohoku JCT toward DAISAN KEIHIN.","type":"fork","modifier":"slight right"},"driving_side":"left","weight":58.806,"intersections":[{"weight":"13.248","turn_duration":"0.038","duration":"11.559","location":[139.595915,35.51784],"bearings":[70,251,261],"classes":["toll"],"entry":[false,true,true],"in":0,"out":2,"lanes":[{"valid":false,"active":false,"indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]},{"valid":true,"active":true,"valid_indication":"slight right","indications":["slight right"]}],"geometry_index":2125,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"trunk_link"},"jct":{"name":"Yokohamakohoku JCT"}},{"weight":"39.227","duration":"34.11","location":[139.594619,35.517424],"bearings":[57,237],"classes":["toll"],"entry":[false,true],"in":0,"out":1,"geometry_index":2129,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"trunk_link"}},{"turn_duration":"0.008","turn_weight":"1.25","location":[139.591165,35.517544],"bearings":[45,51,222],"classes":["toll"],"entry":[false,false,true],"in":0,"out":2,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["straight"]}],"geometry_index":2153,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"trunk_link"}}]},{"guidance_views":[{"base_id":"CY998101","data_id":"737596800","type":"jct","overlay_ids":["CY99810A"]}],"voiceinstructions":[{"distancealonggeometry":"400","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Turn right at \u003csay-as interpret-as\u003d\"address\"\u003eEnt. and Exit\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Turn right at Ent. and Exit."},{"distancealonggeometry":"63.333","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn right at \u003csay-as interpret-as\u003d\"address\"\u003eEnt. and Exit\u003c/say-as\u003e toward \u003cphoneme alphabet\u003d\"jeita\" ph\u003d\"エダ\"\u003e荏田\u003c/phoneme\u003e, \u003cphoneme alphabet\u003d\"jeita\" ph\u003d\"シンヨコハマ\"\u003e新横浜\u003c/phoneme\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Turn right at Ent. and Exit toward 荏田, 新横浜."}],"weight_typical":"82.852","bannerinstructions":[{"secondary":{"components":[{"text":"荏田","type":"text"},{"text":"/","type":"text"},{"text":"新横浜","type":"text"}],"modifier":"right","text":"荏田 / 新横浜","type":"turn"},"distancealonggeometry":"779.141","primary":{"components":[{"text":"Ent. and Exit","type":"text"}],"modifier":"right","text":"Ent. and Exit","type":"turn"}},{"secondary":{"components":[{"text":"荏田","type":"text"},{"text":"/","type":"text"},{"text":"新横浜","type":"text"}],"modifier":"right","text":"荏田 / 新横浜","type":"turn"},"distancealonggeometry":"400","sub":{"components":[{"directions":["left","straight"],"active":false,"text":"","type":"lane"},{"directions":["right"],"active":true,"text":"","type":"lane","active_direction":"right"}],"text":""},"view":{"components":[{"subtype":"exit","imageurl":"https://api.mapbox.com/guidance-views/v1/737596800/exit/14o00032_o10d?arrow_ids\u003d14o00032_o13a","text":"","type":"guidance-view"}],"modifier":"right","text":"","type":"turn"},"primary":{"components":[{"text":"Ent. and Exit","type":"text"}],"modifier":"right","text":"Ent. and Exit","type":"turn"}}],"distance":779.141,"duration":70.763,"duration_typical":70.763,"geometry":"}nxvbA}e}fiGlItDvDbAjE?rBe@vA]xDqBvDmE`CoGv@}HiA}HaC}HeD_DoFgC_FcAsNgCuKgCaCyAe@W{AyAmB_DkAaFc@cF?mEb@kEjA}C~BuDxDgCxD{AnFcArCUtRWnFl@`Gl@rJfCtGjEnFxFvDpG`C|HxDzM|EzRvDjTjEnX`Cb\\nBx\\Q|R}AzM","name":"","destinations":"Yokohamakohoku","mode":"driving","maneuver":{"location":[139.590767,35.517183],"bearing_before":222.0,"bearing_after":204.0,"instruction":"Keep left at the fork.","type":"fork","modifier":"slight left"},"driving_side":"left","weight":82.852,"intersections":[{"weight":"5.796","turn_duration":"0.023","duration":"5.063","location":[139.590767,35.517183],"bearings":[42,204,213],"classes":["toll"],"entry":[false,true,true],"in":0,"out":1,"lanes":[{"valid":true,"active":true,"valid_indication":"slight left","indications":["slight left"]},{"valid":false,"active":false,"indications":["slight right"]},{"valid":false,"active":false,"indications":["slight right"]}],"geometry_index":2156,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary_link"}},{"weight":"29.73","duration":"25.2","turn_weight":"0.75","location":[139.590661,35.516764],"bearings":[153,358],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":2160,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary_link"}},{"turn_weight":"0.75","location":[139.592619,35.51734],"bearings":[162,321],"classes":["toll"],"entry":[true,false],"in":1,"out":0,"geometry_index":2183,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary_link"}}]},{"guidance_views":[{"base_id":"14o00032_o10d","data_id":"737596800","type":"exit","overlay_ids":["14o00032_o13a"]}],"junction_name":"Ent. and Exit","voiceinstructions":[{"distancealonggeometry":"412.077","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Turn left at \u003csay-as interpret-as\u003d\"address\"\u003eDai3 Keihinkohoku IC Ent.\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Turn left at Dai3 Keihinkohoku IC Ent.."},{"distancealonggeometry":"68","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn left at \u003csay-as interpret-as\u003d\"address\"\u003eDai3 Keihinkohoku IC Ent.\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Turn left at Dai3 Keihinkohoku IC Ent.."}],"weight_typical":"93.531","bannerinstructions":[{"distancealonggeometry":"422.41","sub":{"components":[{"directions":["left"],"active":true,"text":"","type":"lane","active_direction":"left"},{"directions":["left"],"active":true,"text":"","type":"lane","active_direction":"left"},{"directions":["right"],"active":false,"text":"","type":"lane"},{"directions":["right"],"active":false,"text":"","type":"lane"}],"text":""},"primary":{"components":[{"text":"Dai3 Keihinkohoku IC Ent.","type":"text"}],"modifier":"left","text":"Dai3 Keihinkohoku IC Ent.","type":"turn"}}],"distance":422.41,"duration":75.252,"duration_typical":75.252,"geometry":"_auvbA}hzfiGuVcA{LgCaNcFwKeH_JqGySmVmXuZ{HkJ}EoGkEkEmBqBq`@wf@_FgH","name":"","destinations":"荏田, 新横浜","mode":"driving","maneuver":{"location":[139.589279,35.515424],"bearing_before":284.0,"bearing_after":4.0,"instruction":"Turn right at Ent. and Exit toward 荏田/新横浜.","type":"turn","modifier":"right"},"driving_side":"left","weight":93.531,"intersections":[{"weight":"47.777","turn_duration":"6.058","duration":"38.908","turn_weight":"10","location":[139.589279,35.515424],"bearings":[4,77,104,182,273],"entry":[true,true,false,true,true],"in":2,"out":0,"lanes":[{"valid":false,"active":false,"indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"right","indications":["right"]}],"geometry_index":2202,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"},"traffic_signal":true},{"weight":"8.272","turn_duration":"2.041","duration":"7.496","turn_weight":"2","location":[139.589779,35.516646],"bearings":[43,142,212,313],"entry":[true,false,false,true],"in":2,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":2207,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"},"traffic_signal":true},{"turn_duration":"0.018","weight":"11.664","duration":"9.291","turn_weight":"1","location":[139.590154,35.516979],"bearings":[42,61,223],"entry":[true,false,false],"in":2,"out":0,"geometry_index":2208,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"turn_duration":"0.022","weight":"2.387","duration":"1.446","turn_weight":"0.75","location":[139.590779,35.517544],"bearings":[45,223,342],"entry":[true,false,true],"in":1,"out":0,"geometry_index":2210,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"weight":"2.753","duration":"1.742","turn_weight":"0.75","location":[139.590915,35.517655],"bearings":[39,225],"entry":[true,false],"in":1,"out":0,"geometry_index":2211,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"turn_weight":"1.875","turn_duration":"0.021","location":[139.591017,35.517757],"bearings":[42,219,267],"entry":[true,false,false],"in":1,"out":0,"geometry_index":2212,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}}]},{"junction_name":"Dai3 Keihinkohoku IC Ent.","voiceinstructions":[{"distancealonggeometry":"2100.78","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 2 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 2 kilometres."},{"distancealonggeometry":"400","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Turn left at \u003csay-as interpret-as\u003d\"address\"\u003eShin-ei HS.\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Turn left at Shin-ei HS.."},{"distancealonggeometry":"55.111","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn left at \u003csay-as interpret-as\u003d\"address\"\u003eShin-ei HS.\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Turn left at Shin-ei HS.."}],"weight_typical":"389.44","bannerinstructions":[{"distancealonggeometry":"2112.78","primary":{"components":[{"text":"Shin-ei HS.","type":"text"}],"modifier":"left","text":"Shin-ei HS.","type":"turn"}},{"distancealonggeometry":"400","sub":{"components":[{"directions":["left","straight"],"active":true,"text":"","type":"lane","active_direction":"left"},{"directions":["straight"],"active":false,"text":"","type":"lane"}],"text":""},"primary":{"components":[{"text":"Shin-ei HS.","type":"text"}],"modifier":"left","text":"Shin-ei HS.","type":"turn"}}],"distance":2112.78,"duration":332.391,"duration_typical":332.391,"geometry":"y~zvbAcj_giGoQhTiE`FuGxF{HlEaG|CgH~CiHxAgHdAgHTyH?oc@m@mXVg^?eZ{AwV}CcmAiYqYgHcRaFso@aPqUkEsNgCaxA}H}W{A{Lm@a]cAyOk@kkAgHqUcAkPcAqUm@yHk@cbAmEcw@kEsCUmMcAcReAee@oB}Em@cRgCuRuDgHqBkIgCgDyAkE_D{WoLubAcm@","name":"","mode":"driving","maneuver":{"location":[139.591858,35.518461],"bearing_before":47.0,"bearing_after":317.0,"instruction":"Turn left at Dai3 Keihinkohoku IC Ent..","type":"turn","modifier":"left"},"driving_side":"left","weight":389.44,"intersections":[{"weight":"7.776","turn_duration":"4.105","duration":"9.128","turn_weight":"2","location":[139.591858,35.518461],"bearings":[48,135,227,317],"entry":[true,false,false,true],"in":2,"out":3,"lanes":[{"valid":true,"active":true,"valid_indication":"left","indications":["left"]},{"valid":true,"active":true,"valid_indication":"left","indications":["left"]},{"valid":false,"active":false,"indications":["right"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":2215,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"},"traffic_signal":true},{"weight":"23.8","duration":"20.043","turn_weight":"0.75","location":[139.591404,35.518858],"bearings":[137,325],"entry":[false,true],"in":0,"out":1,"geometry_index":2217,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"weight":"15.081","duration":"12.461","turn_weight":"0.75","location":[139.590949,35.520618],"bearings":[182,359],"entry":[false,true],"in":0,"out":1,"geometry_index":2226,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"weight":"31.811","turn_duration":"2.019","duration":"27.072","turn_weight":"3","location":[139.590937,35.521025],"bearings":[0,79,83,179,258],"entry":[true,true,true,false,true],"in":3,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":2227,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"},"traffic_signal":true},{"weight":"10.065","duration":"8.1","turn_weight":"0.75","location":[139.591631,35.524015],"bearings":[17,196],"entry":[true,false],"in":1,"out":0,"geometry_index":2232,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"weight":"30.1","turn_duration":"2.008","duration":"26.442","turn_weight":"2","location":[139.591744,35.524321],"bearings":[16,90,94,197,270],"entry":[true,true,true,false,true],"in":3,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":2233,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"},"traffic_signal":true},{"turn_duration":"0.021","weight":"7.403","duration":"5.806","turn_weight":"0.75","location":[139.592346,35.527135],"bearings":[5,185,282],"entry":[true,false,true],"in":1,"out":0,"geometry_index":2237,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"turn_duration":"0.021","weight":"7.219","duration":"5.646","turn_weight":"0.75","location":[139.592392,35.527534],"bearings":[5,185,246],"entry":[true,false,true],"in":1,"out":0,"geometry_index":2238,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"weight":"8.318","turn_duration":"2.007","duration":"7.937","turn_weight":"1.5","location":[139.592415,35.527756],"bearings":[3,73,185,239],"entry":[true,true,false,true],"in":2,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight","right"]}],"geometry_index":2239,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"},"traffic_signal":true},{"weight":"57.468","duration":"49.32","turn_weight":"0.75","location":[139.592471,35.528506],"bearings":[6,184],"entry":[true,false],"in":1,"out":0,"geometry_index":2241,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"weight":"8.043","turn_duration":"2.008","duration":"7.151","turn_weight":"2","location":[139.592619,35.529728],"bearings":[4,99,186,253],"entry":[true,true,false,true],"in":2,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":2242,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"},"traffic_signal":true},{"turn_duration":"0.021","weight":"6.745","duration":"4.485","turn_weight":"1.5","location":[139.592653,35.530089],"bearings":[6,99,101,184,284],"entry":[true,true,true,false,true],"in":3,"out":0,"geometry_index":2243,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"turn_duration":"0.008","weight":"7.518","duration":"5.769","turn_weight":"0.75","location":[139.592687,35.530367],"bearings":[3,94,186],"entry":[true,true,false],"in":2,"out":0,"geometry_index":2244,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"weight":"64.921","turn_duration":"2.022","duration":"55.573","turn_weight":"2","location":[139.59271,35.530728],"bearings":[6,99,99,183,280],"entry":[true,true,true,false,true],"in":3,"out":0,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["left","straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":2245,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"},"traffic_signal":true},{"weight":"2.865","duration":"1.8","turn_weight":"0.75","location":[139.592937,35.532857],"bearings":[7,185],"entry":[true,false],"in":1,"out":0,"geometry_index":2248,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"weight":"6.582","turn_duration":"2.018","duration":"5.918","turn_weight":"2","location":[139.592948,35.532931],"bearings":[7,59,187,284],"entry":[true,false,false,true],"in":2,"out":0,"lanes":[{"valid":false,"active":false,"indications":["left"]},{"valid":false,"active":false,"indications":["left"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]},{"valid":true,"active":true,"valid_indication":"straight","indications":["straight"]}],"geometry_index":2249,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"},"traffic_signal":true},{"weight":"27.603","turn_duration":"2.007","duration":"23.797","turn_weight":"2","location":[139.592982,35.533162],"bearings":[5,137,187,289],"entry":[true,true,false,false],"in":2,"out":0,"geometry_index":2250,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"},"traffic_signal":true},{"weight":"29.915","duration":"24.821","turn_weight":"0.75","location":[139.593096,35.53419],"bearings":[10,187],"entry":[true,false],"in":1,"out":0,"geometry_index":2253,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"turn_duration":"2.009","turn_weight":"2","location":[139.593505,35.535311],"bearings":[24,115,184,209,294],"entry":[true,true,true,false,true],"in":3,"out":0,"geometry_index":2259,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"},"traffic_signal":true}]},{"junction_name":"Shin-ei HS.","voiceinstructions":[{"distancealonggeometry":"1203.213","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 1 kilometre.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Continue for 1 kilometre."},{"distancealonggeometry":"400","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Turn right at \u003csay-as interpret-as\u003d\"address\"\u003eChigasaki JrHS.\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 400 metres, Turn right at Chigasaki JrHS.."},{"distancealonggeometry":"45","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn right at \u003csay-as interpret-as\u003d\"address\"\u003eChigasaki JrHS.\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Turn right at Chigasaki JrHS.."}],"weight_typical":"187.125","bannerinstructions":[{"distancealonggeometry":"1212.213","primary":{"components":[{"text":"Chigasaki JrHS.","type":"text"}],"modifier":"right","text":"Chigasaki JrHS.","type":"turn"}}],"distance":1212.213,"duration":153.78,"duration_typical":153.78,"geometry":"ox~wbAuldgiGy^tfAib@piAah@|~@ul@~eAso@~jAmIjOmMfYmIzRo\\jlAqYb|@cGbWsCb\\e@|MRlQt@zM~If~@","name":"","mode":"driving","maneuver":{"location":[139.594459,35.536792],"bearing_before":29.0,"bearing_after":299.0,"instruction":"Turn left at Shin-ei HS..","type":"turn","modifier":"left"},"driving_side":"left","weight":187.125,"intersections":[{"weight":"14.479","turn_duration":"4.105","duration":"14.726","turn_weight":"2","location":[139.594459,35.536792],"bearings":[28,125,209,299],"entry":[true,true,false,true],"in":2,"out":3,"lanes":[{"valid":true,"active":true,"valid_indication":"left","indications":["left","straight"]},{"valid":false,"active":false,"indications":["straight"]}],"geometry_index":2261,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"},"traffic_signal":true},{"weight":"13.969","duration":"11.25","turn_weight":"0.75","location":[139.593312,35.537301],"bearings":[119,300],"entry":[false,true],"in":0,"out":1,"geometry_index":2262,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"turn_duration":"0.033","weight":"18.212","duration":"14.682","turn_weight":"1","location":[139.592119,35.537866],"bearings":[120,213,308],"entry":[false,true,true],"in":0,"out":2,"geometry_index":2263,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"weight":"19.858","duration":"16.262","turn_weight":"0.75","location":[139.591096,35.538523],"bearings":[128,308],"entry":[false,true],"in":0,"out":1,"geometry_index":2264,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"weight":"23.15","turn_duration":"2.018","duration":"20.018","turn_weight":"2","location":[139.58996,35.539254],"bearings":[37,128,213,308],"entry":[true,false,true,true],"in":1,"out":3,"geometry_index":2265,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"},"traffic_signal":true},{"weight":"16.795","duration":"13.655","turn_weight":"0.75","location":[139.588744,35.540032],"bearings":[128,308],"entry":[false,true],"in":0,"out":1,"geometry_index":2266,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"turn_duration":"0.01","weight":"23.355","duration":"18.61","turn_weight":"1.5","location":[139.587744,35.540597],"bearings":[25,123,207,295],"entry":[true,false,true,true],"in":1,"out":3,"geometry_index":2269,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"weight":"26.998","turn_duration":"2.022","duration":"21.188","turn_weight":"4","location":[139.586506,35.541069],"bearings":[20,115,200,298],"entry":[true,false,true,true],"in":1,"out":3,"lanes":[{"valid":true,"active":true,"valid_indication":"straight","indications":["left","straight"]},{"valid":false,"active":false,"indications":["right"]}],"geometry_index":2270,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"},"traffic_signal":true},{"weight":"3.068","duration":"1.932","turn_weight":"0.75","location":[139.584676,35.541698],"bearings":[101,276],"entry":[false,true],"in":0,"out":1,"geometry_index":2273,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"weight":"9.57","duration":"7.35","turn_weight":"0.75","location":[139.584437,35.541717],"bearings":[96,268],"entry":[false,true],"in":0,"out":1,"geometry_index":2274,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"turn_weight":"0.75","turn_duration":"0.009","location":[139.583904,35.54168],"bearings":[51,82,258],"entry":[true,false,true],"in":1,"out":2,"geometry_index":2276,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}}]},{"junction_name":"Chigasaki JrHS.","voiceinstructions":[{"distancealonggeometry":"242.978","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 300 metres, Your destination will be on the right.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"In 300 metres, Your destination will be on the right."},{"distancealonggeometry":"37.5","ssmlannouncement":"\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eYour destination is on the right.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e","announcement":"Your destination is on the right."}],"weight_typical":"61.324","bannerinstructions":[{"distancealonggeometry":"251.978","primary":{"components":[{"text":"Your destination will be on the right","type":"text"}],"modifier":"right","text":"Your destination will be on the right","type":"arrive"}},{"distancealonggeometry":"37.5","primary":{"components":[{"text":"Your destination is on the right","type":"text"}],"modifier":"right","text":"Your destination is on the right","type":"arrive"}}],"distance":251.978,"duration":48.478,"duration_typical":48.478,"geometry":"__hxbAwymfiGoQfCqFbAsGfCqJjJ{L~YoBtDmIjJsYhOeLpH","name":"","mode":"driving","maneuver":{"location":[139.582892,35.541504],"bearing_before":258.0,"bearing_after":349.0,"instruction":"Turn right at Chigasaki JrHS..","type":"turn","modifier":"right"},"driving_side":"left","weight":61.324,"intersections":[{"weight":"18.353","turn_duration":"7.622","duration":"18.749","turn_weight":"5","location":[139.582892,35.541504],"bearings":[78,168,258,349],"entry":[false,true,true,true],"in":0,"out":3,"geometry_index":2277,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"},"traffic_signal":true},{"turn_duration":"0.01","weight":"10.757","duration":"7.724","turn_weight":"1.5","location":[139.582824,35.5418],"bearings":[77,169,258,344],"entry":[true,false,true,true],"in":1,"out":3,"geometry_index":2278,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"turn_duration":"0.025","weight":"5.445","duration":"3.625","turn_weight":"1.125","location":[139.582722,35.542059],"bearings":[66,160,321],"entry":[true,false,true],"in":1,"out":2,"geometry_index":2280,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"turn_duration":"0.023","weight":"7.71","duration":"5.198","turn_weight":"1.5","location":[139.58254,35.542244],"bearings":[34,141,225,302],"entry":[true,false,true,true],"in":1,"out":3,"geometry_index":2281,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"turn_duration":"0.041","weight":"5.947","duration":"3.747","turn_weight":"1.5","location":[139.582108,35.542466],"bearings":[35,122,237,313],"entry":[true,false,true,true],"in":1,"out":3,"geometry_index":2282,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"turn_duration":"0.061","weight":"8.511","duration":"6.216","turn_weight":"1.125","location":[139.581835,35.542689],"bearings":[138,237,334],"entry":[false,true,true],"in":0,"out":2,"geometry_index":2284,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}},{"turn_weight":"0.75","turn_duration":"0.009","location":[139.581574,35.543115],"bearings":[61,154,329],"entry":[true,false,true],"in":1,"out":2,"geometry_index":2285,"is_urban":true,"admin_index":2,"mapbox_streets_v8":{"class":"tertiary"}}]},{"voiceinstructions":[],"weight_typical":"0","bannerinstructions":[],"distance":0.0,"duration":0.0,"duration_typical":0.0,"geometry":"{pkxbAy}jfiG??","name":"","mode":"driving","maneuver":{"location":[139.581421,35.543326],"bearing_before":329.0,"bearing_after":0.0,"instruction":"Your destination is on the right.","type":"arrive","modifier":"right"},"driving_side":"left","weight":0.0,"intersections":[{"location":[139.581421,35.543326],"bearings":[149],"entry":[true],"in":0,"geometry_index":2286,"admin_index":2}]}],"incidents":[{"south":"35.038372","north":"35.194908","length":"19821","east":"139.860961","west":"139.830261","id":"16842496073823766","type":"weather","congestion":{"value":101},"description":"50km/h speed restriction","sub_type":"rain","sub_type_description":"Rain","alertc_codes":[313,45],"geometry_index_start":74,"geometry_index_end":385,"creation_time":"2023-06-02T10:15:00Z","start_time":"2023-06-02T10:15:00Z","end_time":"2023-06-02T10:30:00Z","iso_3166_1_alpha2":"JP","iso_3166_1_alpha3":"JPN","lanes_blocked":[],"affected_road_names":["E14/国道127号線/富津館山道路/Futtsutateyama Road"]},{"south":"35.194908","north":"35.554748","length":"51853","east":"140.140701","west":"139.856231","id":"10010882516324706","type":"weather","congestion":{"value":101},"description":"50km/h speed restriction","sub_type":"rain","sub_type_description":"Rain","alertc_codes":[313,45],"geometry_index_start":385,"geometry_index_end":1176,"creation_time":"2023-06-02T10:15:00Z","start_time":"2023-06-02T10:15:00Z","end_time":"2023-06-02T10:30:00Z","iso_3166_1_alpha2":"JP","iso_3166_1_alpha3":"JPN","lanes_blocked":[],"affected_road_names":["E14/館山自動車道/Tateyama Expwy"]},{"south":"35.641532","north":"35.937232","length":"74803","east":"140.589355","west":"139.946395","id":"11919347058695698","type":"weather","congestion":{"value":101},"description":"50km/h speed restriction","sub_type":"rain","sub_type_description":"Rain","alertc_codes":[313,45],"geometry_index_start":1379,"geometry_index_end":1545,"creation_time":"2023-06-02T10:15:00Z","start_time":"2023-06-02T10:15:00Z","end_time":"2023-06-02T10:30:00Z","iso_3166_1_alpha2":"JP","iso_3166_1_alpha3":"JPN","lanes_blocked":[],"affected_road_names":["E51/東関東自動車道(高谷~潮来)/Higashikanto Expwy(Koya To Itako)","B/首都高速湾岸線/Expwy Wangan Line"]},{"south":"35.351142","north":"35.862976","length":"143233","east":"140.392288","west":"139.371978","id":"5372267336278653","type":"weather","congestion":{"value":101},"description":"50km/h speed restriction","sub_type":"rain","sub_type_description":"Rain","alertc_codes":[313,45],"geometry_index_start":1379,"geometry_index_end":1677,"creation_time":"2023-06-02T10:15:00Z","start_time":"2023-06-02T10:15:00Z","end_time":"2023-06-02T10:30:00Z","iso_3166_1_alpha2":"JP","iso_3166_1_alpha3":"JPN","lanes_blocked":[],"affected_road_names":["C4/国道468号線/首都圏中央連絡自動車道(茅ヶ崎~大栄)/Shutokenchuo Renraku Expwy(Chigasaki To Taiei)","県道63号線/Kendou No.63 Line","E51/東関東自動車道(高谷~潮来)/Higashikanto Expwy(Koya To Itako)","B/首都高速湾岸線/Expwy Wangan Line","11/首都高速11号台場線/Expwy No.11 Line Daiba Line","1/首都高速1号羽田線/Expwy No.1 Line Haneda Line","C1/首都高速都心環状線/Expwy Inner Circular Route","麻布通り/Azabu St./都道415号線/Todou No.415 Line","六本木通り/Roppongi St./都道412号線/Todou No.412 Line","3/首都高速3号渋谷線/Expwy No.3 Line Shibuya Line","E1/東名高速道路/Tomei Expwy"]}],"annotation":{"distance":[70.3,9.3,6.5,12.6,10.2,15.6,3.7,16.0,10.2,38.4,32.1,27.3,76.6,76.7,17.7,77.6,26.9,55.7,49.5,49.7,43.7,52.4,24.8,49.3,59.0,17.1,18.1,30.6,31.8,134.8,176.4,121.2,34.5,30.2,34.5,43.9,36.8,55.9,48.6,5.8,121.1,159.2,191.7,114.0,66.9,24.2,38.9,58.0,35.0,15.4,13.8,36.6,39.6,28.6,35.8,43.3,62.0,31.0,62.6,214.8,86.3,61.2,49.8,86.2,30.1,34.7,86.8,31.3,64.0,54.5,18.4,17.2,20.6,23.9,17.6,12.5,90.8,61.8,44.0,46.0,18.6,22.6,25.9,20.0,89.6,64.9,50.8,32.1,22.1,13.4,23.2,24.2,30.1,32.9,163.6,32.8,146.3,9.9,47.4,51.6,41.3,36.4,56.5,33.7,115.3,83.8,224.5,205.0,69.8,86.1,44.6,52.9,51.5,35.1,84.5,71.5,115.8,75.4,118.4,134.7,86.9,92.0,61.0,29.3,90.5,110.5,98.9,60.9,43.5,38.3,18.5,29.9,50.6,34.0,112.7,20.0,28.8,61.6,45.2,22.0,29.0,36.0,64.2,82.1,242.7,140.8,91.7,176.3,265.3,185.5,150.4,40.6,38.7,38.6,24.3,78.6,60.2,61.0,53.6,50.5,49.6,57.3,61.2,40.4,20.8,92.3,40.4,76.7,166.3,152.7,33.3,46.0,26.9,24.7,27.1,52.2,48.5,59.3,59.2,38.9,49.7,66.5,49.7,53.4,71.9,57.7,38.0,10.9,50.2,52.9,68.6,58.5,45.9,44.9,16.7,84.7,41.9,120.5,119.0,48.1,104.8,108.1,14.6,41.6,27.9,29.9,34.1,80.0,107.3,94.8,102.0,43.5,27.0,19.6,20.6,55.7,28.9,63.2,39.9,17.9,22.3,35.8,70.6,80.8,110.2,98.5,40.1,87.1,115.7,24.6,83.8,88.6,50.8,28.6,40.2,38.8,39.1,59.8,59.3,37.7,64.6,95.1,110.4,36.3,41.5,82.8,120.0,13.6,189.4,12.5,157.9,173.0,28.4,87.3,75.5,96.3,14.5,109.5,65.1,66.9,105.1,54.7,82.4,53.8,89.0,28.1,16.6,38.6,34.9,50.9,33.8,44.2,58.3,80.9,119.2,26.5,144.4,19.4,135.7,219.2,108.8,103.7,95.5,662.5,247.9,115.3,148.8,56.9,80.3,72.5,116.7,62.3,28.5,102.8,70.3,99.0,85.6,110.9,51.9,33.3,139.9,61.5,52.2,90.9,62.5,54.2,78.1,42.0,33.6,30.3,22.8,69.8,45.7,46.3,43.1,33.2,38.0,45.2,43.9,36.9,32.4,32.1,30.1,28.1,31.8,40.2,27.3,38.3,40.4,43.2,23.8,34.1,68.7,63.4,87.9,33.0,130.7,41.6,43.8,44.5,39.4,60.6,47.4,126.3,28.5,53.3,40.2,39.3,33.0,24.0,54.0,54.8,39.3,27.1,30.0,34.5,42.8,35.8,39.8,32.9,30.9,33.8,31.1,34.9,36.7,36.1,29.5,29.3,28.2,26.9,29.1,37.3,120.9,38.2,24.8,28.0,21.9,48.8,24.0,24.1,22.3,28.9,31.0,31.8,36.2,34.3,31.8,30.0,25.9,31.9,179.1,69.1,54.8,133.9,77.7,317.5,152.4,112.2,69.1,68.5,83.4,53.9,117.3,126.0,148.0,130.7,120.9,80.8,70.6,46.9,39.9,45.8,32.2,8.1,60.7,40.9,44.5,38.7,36.6,37.4,33.7,35.5,18.6,26.0,26.7,35.1,31.9,55.0,19.9,56.7,65.5,70.6,38.9,39.9,59.9,41.4,67.9,40.4,37.3,27.5,30.4,20.2,48.2,39.7,19.7,19.8,28.9,19.7,28.9,19.5,21.8,16.5,29.9,18.7,27.1,37.8,31.9,20.4,19.5,23.8,35.2,23.2,59.7,39.5,20.6,20.1,21.4,40.0,21.8,19.7,41.4,41.2,19.6,21.7,18.5,21.9,38.4,20.0,20.0,20.0,19.5,24.9,19.5,39.8,39.3,54.0,38.8,57.6,19.9,38.2,38.0,21.8,35.6,19.0,19.2,19.1,36.6,38.3,19.6,18.6,19.6,19.5,76.4,58.8,23.8,34.9,38.4,39.8,28.5,40.3,111.0,80.5,61.0,103.9,58.4,59.3,60.2,40.4,38.3,40.4,61.8,85.7,43.2,26.9,57.0,30.3,21.9,52.6,41.2,61.1,83.5,112.0,82.6,141.6,55.4,93.4,31.9,95.6,84.9,193.9,212.0,199.5,82.6,68.8,91.6,52.6,29.9,30.0,22.1,31.4,28.1,41.1,36.9,37.5,48.6,53.6,36.3,40.0,66.5,41.9,27.2,22.7,15.5,18.2,24.2,21.3,51.1,29.2,28.5,24.9,21.8,24.1,20.4,16.8,22.6,19.0,17.5,21.9,22.7,19.0,24.1,26.3,22.5,43.9,21.4,37.4,22.6,17.0,22.0,22.8,20.6,23.6,27.2,27.5,30.9,21.5,26.1,34.0,32.9,22.4,25.5,18.6,21.2,42.7,44.5,34.1,48.1,25.0,24.4,23.0,20.9,23.0,85.9,80.4,69.7,103.9,107.1,74.8,63.3,82.2,71.1,28.4,22.8,20.1,19.2,17.8,27.2,22.0,14.7,14.7,21.3,21.9,25.7,21.9,19.0,16.8,21.9,27.8,16.8,20.3,20.5,18.9,22.6,16.8,30.0,20.5,25.6,38.0,22.1,30.8,32.3,33.9,53.2,29.8,32.6,38.0,32.0,23.3,34.2,22.7,31.4,21.8,34.7,21.2,29.6,21.2,20.3,44.4,58.0,24.1,37.7,37.9,27.6,40.1,81.2,105.4,118.4,51.5,62.3,39.4,20.6,60.4,81.1,69.8,47.0,46.7,43.0,43.5,26.3,41.5,19.4,22.6,36.4,50.2,32.9,19.8,29.0,36.4,25.9,43.9,20.3,65.3,35.7,41.7,52.1,63.8,41.3,38.3,44.9,46.3,66.7,43.2,51.8,49.7,49.6,59.1,45.9,97.7,46.7,61.3,40.3,37.2,62.8,46.3,29.2,36.9,44.8,35.5,24.4,31.1,28.3,14.4,20.6,23.4,24.8,19.3,33.0,47.4,49.8,22.3,21.0,29.7,30.6,30.4,22.4,24.0,27.4,26.4,25.2,53.4,49.5,22.1,20.8,15.8,39.7,45.1,18.9,27.1,31.4,67.9,123.0,39.7,43.6,32.3,92.6,76.9,71.6,46.5,37.4,34.4,26.7,40.2,31.1,107.7,68.4,44.7,37.5,67.9,69.1,63.1,88.1,113.4,60.6,27.1,68.1,50.0,106.5,128.5,45.4,46.5,34.0,31.0,30.9,42.2,84.6,28.0,41.4,67.8,62.0,56.6,136.2,147.3,53.4,65.7,119.8,66.5,107.4,94.2,50.4,116.7,198.9,208.3,291.9,74.4,64.1,63.8,60.9,43.3,59.0,85.1,52.9,22.2,70.5,113.0,48.2,54.1,97.0,71.7,166.3,244.7,59.1,41.5,100.8,89.0,90.6,114.5,165.4,30.9,22.1,15.5,24.9,28.1,50.0,17.0,73.9,31.5,55.0,18.1,52.6,110.1,168.1,118.9,91.5,127.0,24.7,184.3,328.4,37.1,87.3,87.3,9.7,34.0,60.0,114.3,48.7,50.0,82.1,114.7,125.3,120.3,169.3,134.9,155.2,112.4,101.6,60.4,50.4,75.5,63.0,72.3,56.5,42.4,124.9,243.0,95.2,63.7,53.0,111.7,25.6,8.9,52.1,34.3,40.1,100.7,38.3,38.8,8.1,27.1,10.9,50.4,118.9,89.7,61.3,38.3,54.6,90.5,212.4,20.9,112.4,33.2,17.6,36.9,48.0,57.0,20.0,107.6,44.9,17.1,49.2,50.0,217.2,197.5,265.7,153.3,127.4,153.5,167.0,52.9,232.6,37.2,249.7,36.3,99.9,19.3,319.5,3.2,106.5,79.3,72.7,134.5,103.9,58.0,52.1,28.4,107.3,68.6,72.2,51.1,57.2,111.6,78.9,83.2,89.8,91.0,90.2,84.8,98.1,94.8,147.4,123.7,148.5,158.4,118.3,134.0,61.8,93.8,102.5,110.2,25.8,59.6,149.8,37.8,40.8,116.9,114.6,34.1,22.9,94.6,68.7,185.3,163.3,98.9,183.0,127.8,67.7,85.3,86.3,105.2,68.5,51.1,70.7,43.9,45.5,30.8,95.1,56.6,109.0,62.3,64.6,109.4,108.6,248.9,191.7,56.3,167.7,160.7,115.8,146.4,161.7,83.4,120.4,137.7,121.8,73.0,62.2,66.7,102.2,70.9,64.3,68.6,93.3,66.6,77.4,83.4,69.2,44.7,47.4,48.2,82.1,58.4,47.5,57.0,74.2,45.1,55.0,87.0,77.4,56.7,53.5,52.7,65.2,60.2,60.7,62.8,47.5,48.8,57.7,51.5,58.4,83.7,79.9,59.7,58.8,71.8,88.7,121.1,117.9,42.7,47.3,86.0,65.1,61.6,21.0,24.9,41.4,57.8,79.4,20.6,62.9,66.2,79.9,42.6,38.8,45.1,65.8,59.9,44.7,61.3,48.9,82.2,71.0,104.7,71.4,59.2,87.5,139.3,90.5,225.4,299.6,39.4,66.4,30.5,213.0,64.1,53.3,47.4,20.5,83.8,83.8,132.1,180.9,76.5,46.0,85.2,33.6,24.0,96.4,47.2,9.6,264.4,236.0,41.6,51.2,147.8,41.0,37.3,53.0,66.1,74.8,177.6,229.3,216.3,51.1,91.1,128.5,164.3,107.7,25.8,33.7,111.7,203.6,83.2,234.7,146.7,59.2,22.9,61.9,32.4,28.0,87.0,98.7,42.8,45.8,491.9,21.4,35.4,521.0,31.8,11.1,140.1,42.0,251.2,121.1,83.0,122.2,75.3,94.9,63.5,61.8,84.4,161.0,49.6,58.0,80.4,78.4,89.7,130.2,30.9,26.1,104.8,212.9,86.6,52.0,40.7,25.0,50.9,86.5,71.5,28.1,91.8,105.9,59.1,22.9,100.9,73.7,71.9,161.5,50.8,101.6,31.2,44.6,59.2,31.1,118.6,51.7,16.6,74.3,59.9,48.1,20.0,63.9,63.0,44.7,41.7,31.2,11.1,48.5,84.4,83.2,170.6,33.6,208.3,163.3,21.1,23.6,27.0,57.1,180.7,87.5,68.0,22.2,33.1,47.0,48.2,51.6,45.7,48.5,47.6,52.9,44.4,29.0,43.4,25.1,31.0,110.1,130.5,43.8,26.4,30.3,62.6,74.1,68.1,44.4,42.6,46.1,58.9,56.6,114.9,347.8,196.6,86.8,154.2,19.2,23.5,39.6,42.7,24.0,107.8,104.7,108.0,63.4,91.6,82.2,191.9,45.5,12.0,11.7,109.1,30.3,11.7,25.8,40.8,44.7,27.5,30.5,32.4,31.1,26.9,35.0,31.0,28.9,30.1,30.1,28.5,29.3,26.8,36.2,39.6,9.2,15.3,32.7,37.1,24.6,31.7,44.3,71.5,114.3,153.7,172.1,33.0,188.6,60.2,95.8,96.6,28.4,59.9,51.0,85.9,43.0,32.6,47.9,64.1,111.4,120.5,208.8,297.7,96.6,84.3,55.8,153.7,76.1,70.2,69.9,15.4,114.4,91.1,56.1,24.8,120.8,208.2,20.4,147.7,276.6,51.7,268.5,144.2,240.8,101.3,17.5,80.4,91.2,52.5,35.4,111.2,68.4,70.9,108.8,46.3,37.0,176.8,268.8,332.5,123.3,47.1,49.7,33.6,43.4,62.6,29.2,38.6,27.0,3.0,25.4,24.1,13.6,61.8,32.3,29.0,36.3,14.4,13.7,38.1,20.6,26.7,33.6,18.3,51.7,103.1,85.4,84.6,17.4,64.8,97.3,81.3,50.5,203.7,58.9,89.4,200.9,302.1,278.0,75.7,38.5,271.6,326.7,101.9,72.0,62.3,82.2,73.6,78.1,58.0,62.7,40.1,44.6,25.1,21.8,68.3,55.4,70.3,79.1,35.7,119.4,100.5,164.5,101.2,104.2,120.2,33.4,52.3,57.1,53.4,108.8,89.6,163.7,63.2,58.6,255.6,155.9,96.6,103.9,38.4,151.0,133.9,150.0,99.9,121.2,545.4,142.0,123.9,161.5,183.1,102.1,91.2,170.0,51.8,105.3,133.0,64.0,101.6,83.4,102.5,73.9,67.6,40.8,40.2,20.0,57.7,29.4,266.8,178.6,269.2,41.9,345.0,53.7,288.7,50.7,19.0,55.1,61.8,40.0,35.0,40.3,64.3,73.4,48.4,70.6,125.1,20.6,50.1,36.2,21.3,16.6,27.2,22.5,16.7,32.7,24.0,3.8,32.8,6.6,25.9,22.1,21.1,26.4,46.6,26.2,48.1,46.9,38.0,123.6,119.1,207.1,105.9,226.2,69.5,83.2,62.4,268.1,179.4,425.1,30.2,519.4,141.4,340.9,148.9,165.4,180.3,113.5,64.0,55.4,51.2,27.0,52.7,71.9,34.9,57.8,53.8,44.0,47.8,69.2,49.5,53.4,51.5,25.7,61.9,45.7,64.0,144.7,96.3,83.7,73.3,102.8,196.1,28.0,0.7,241.8,32.9,198.5,94.6,176.3,143.6,93.3,62.0,81.5,44.4,322.5,40.0,77.1,111.4,176.3,9.5,33.5,384.4,251.3,44.3,60.4,28.4,127.1,231.0,593.3,128.5,186.2,2.9,199.5,183.4,5.8,151.4,101.1,268.6,152.1,118.7,222.7,43.8,105.5,79.3,275.1,196.6,394.5,57.4,629.7,54.6,133.2,76.3,45.5,19.4,27.2,69.4,45.7,48.5,65.2,66.7,42.3,36.2,74.0,65.0,44.6,51.7,68.0,101.4,139.5,61.2,63.1,258.3,270.2,19.3,19.3,35.0,22.2,405.9,164.7,114.6,125.2,144.6,121.9,94.4,55.4,45.2,68.1,22.0,56.2,45.6,70.3,254.8,215.4,78.4,363.7,35.0,335.9,39.2,36.1,191.7,65.8,30.8,26.7,97.2,927.3,22.8,103.5,310.4,286.6,48.1,40.2,51.0,125.6,121.5,291.0,76.6,111.7,107.1,60.9,99.8,68.3,62.6,114.4,58.1,34.5,38.6,42.4,137.3,151.2,632.1,51.0,96.2,127.0,113.2,107.0,34.8,500.6,213.8,184.5,132.8,75.0,141.2,134.5,98.7,26.0,35.7,54.9,77.5,172.5,228.8,89.5,461.2,850.3,13.9,121.6,56.0,39.4,31.8,28.8,40.3,47.9,32.3,35.9,32.3,35.9,13.8,55.2,43.4,45.4,35.0,154.6,231.4,94.3,119.5,150.6,8.4,11.2,40.2,75.3,100.0,39.2,126.8,94.8,17.6,45.3,195.8,198.2,169.8,17.6,57.6,169.0,140.8,32.4,105.1,28.8,15.5,45.3,87.9,83.9,6.3,103.0,53.0,126.8,182.9,12.8,73.4,137.2,132.2,63.6,190.2,81.0,50.2,174.8,20.9,86.5,66.0,59.6,73.4,40.0,70.0,45.4,47.3,10.2,41.6,73.3,16.6,142.5,217.9,158.7,239.9,14.2,125.3,13.4,144.1,246.4,192.3,24.3,135.9,225.9,45.7,42.6,102.0,77.3,116.6,73.8,44.3,212.1,6.8,118.6,209.5,86.8,160.3,64.2,82.1,20.2,6.0,94.2,92.3,254.7,131.7,65.6,141.7,80.6,94.0,144.3,41.2,83.1,49.8,102.5,60.4,34.4,41.6,44.4,42.4,7.2,39.3,46.4,47.3,46.5,48.7,49.8,72.1,48.3,49.3,189.2,102.6,230.5,315.2,286.3,51.9,53.2,51.9,40.3,13.4,78.1,60.9,48.4,21.7,58.2,140.8,97.9,53.5,155.1,11.0,137.1,132.3,97.5,82.3,100.6,142.8,134.0,137.7,152.6,112.3,186.6,126.8,212.0,143.4,71.5,75.1,104.2,206.5,37.8,428.6,36.4,426.8,289.5,289.9,442.9,254.4,139.2,19.3,452.7,489.0,610.3,216.9,125.9,430.9,527.8,288.6,315.2,369.8,583.7,624.1,266.4,280.0,77.9,182.9,33.7,26.0,78.9,30.5,46.9,31.6,27.6,27.9,34.0,16.0,43.8,34.2,64.9,51.6,22.8,45.7,39.1,28.5,14.0,21.8,17.6,13.4,23.5,20.9,20.8,31.0,8.3,22.7,19.0,22.3,40.2,47.0,46.3,47.3,34.6,22.2,67.3,45.6,45.5,103.7,43.9,102.7,36.6,101.5,116.4,139.8,62.7,70.1,39.5,33.5,50.4,75.9,79.1,53.4,120.0,74.5,80.5,36.2,164.0,35.0,126.6,157.9,253.4,33.3,38.3,23.7,16.6,16.7,20.1,26.4,21.2,54.9,54.8,62.2,117.7,45.7,113.3,47.4,54.5,55.3,34.5,120.8,38.3,93.6,28.6,21.4,21.2,24.9,24.3,26.3,18.0,15.4,13.6,26.5,12.4,14.5,19.6,21.0,12.7,34.9,44.3,62.3,33.7,65.0,25.3,58.4,26.4,28.4,28.4,22.1,23.0,19.6,21.6,11.3,30.9,23.8,26.1,28.0,24.6,30.2,14.4,31.0,50.2,55.3,104.8,98.8,103.5,82.4,75.5,93.5,89.7,78.7,103.5,108.0,208.7,190.5,118.1,112.4,111.6,148.1,99.8,61.2,88.9,91.9,100.7,80.9,66.3,72.9,36.4,124.0,122.5,80.9,91.1,92.5,29.2,58.3,51.7,36.5,62.2,44.3,23.6,58.9,45.3,39.1,21.7,41.8,54.2,43.3,39.0,48.7,93.9,85.5,73.9,107.3,62.4,58.8,51.2,51.3,71.7,58.0,56.7,57.8,64.9,56.6,55.6,67.2,39.2,49.7,56.1,44.9,50.2,112.0,48.9,45.8,36.2,46.3,42.2,37.1,40.3,45.7,41.7,40.3,37.2,46.6,40.4,40.5,41.0,54.8,89.9,40.5,19.9,22.2,52.7,54.8,51.7,47.3,21.5,63.7,11.7,53.8,57.4,42.9,56.4,40.6,44.5,31.9,32.0,29.8,33.0,18.1,15.1,20.9,21.0,24.8,15.2,34.4,36.1,26.8,30.6,50.5,17.2,10.1,12.1,10.3,9.3,10.8,12.0,14.0,18.2,56.2,16.0,9.6,12.6,13.3,11.5,13.4,9.6,10.5,11.5,8.9,15.2,8.8,17.5,8.0,37.9,8.1,20.3,10.7,11.3,6.7,5.1,11.6,13.8,14.3,14.8,15.0,16.1,11.7,14.7,12.9,28.5,23.4,8.3,2.4,6.5,9.5,11.1,10.5,9.3,9.5,8.3,10.9,12.1,11.1,13.7,8.3,35.1,13.5,14.5,21.6,18.1,17.5,16.1,16.1,23.9,31.4,32.6,38.7,42.8,43.7,28.9,22.2,42.3,25.5,28.7,26.3,23.2,50.3,60.6,24.1,17.4,14.7,8.0,83.0,18.3,45.2,15.2,19.2,19.9,16.0,18.0,17.1,16.8,16.5,17.5,65.0,45.3,55.7,48.6,42.9,144.3,49.1,35.6,90.1,41.2,28.5,159.3,44.6,24.8,53.7,30.0,136.7,40.3,31.1,40.2,17.6,119.9,100.4,8.3,25.9,34.2,68.2,12.5,34.7,36.0,17.3,19.4,10.2,13.5,48.4,137.9,118.3,125.1,118.0,131.2,140.1,30.2,45.9,34.3,123.8,100.5,37.8,43.0,21.8,26.7,21.8,93.7,33.5,13.8,16.6,26.4,46.3,10.3,24.8,53.0,27.3],"speed":[3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,3.9,11.4,11.8,11.6,11.6,6.4,6.4,12.2,12.2,12.3,10.9,10.9,10.9,10.8,10.8,15.6,15.6,15.6,15.6,15.6,15.6,15.6,15.6,15.4,7.0,6.8,12.5,13.6,13.6,13.5,13.2,11.1,11.1,13.3,16.1,16.1,16.1,16.4,16.4,16.4,16.4,16.3,16.3,16.3,16.3,16.3,15.7,15.5,15.5,15.5,16.4,11.6,11.6,11.6,11.6,10.2,10.2,10.3,10.4,8.9,8.9,9.1,9.0,9.0,9.0,8.9,8.9,8.9,8.9,11.1,11.1,15.6,15.6,15.6,15.6,16.3,11.1,17.0,17.0,17.0,17.0,17.0,17.0,17.0,17.0,17.0,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.2,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,20.3,12.5,12.5,12.5,12.5,23.0,23.1,23.0,23.3,23.1,23.1,23.1,23.1,23.1,23.1,23.1,23.0,22.9,22.9,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.6,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,21.9,21.9,21.9,21.8,23.1,23.1,23.1,23.1,23.1,23.1,23.1,23.3,23.7,24.0,23.9,23.0,22.8,23.6,23.6,23.6,23.6,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,23.8,23.6,23.1,23.1,23.1,21.9,21.9,21.9,21.9,22.0,22.0,22.0,21.9,23.3,23.3,23.3,23.3,22.7,23.0,23.0,23.0,23.0,23.0,22.6,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,21.7,21.7,21.7,21.7,20.6,20.6,20.6,20.6,20.6,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,20.8,21.9,21.9,21.9,21.9,12.5,12.5,22.5,23.3,21.4,21.9,21.9,23.0,22.8,22.8,22.8,22.8,22.8,21.2,22.3,23.6,21.4,21.4,21.4,21.4,21.4,21.4,21.5,21.5,21.4,21.6,21.6,21.6,21.6,22.0,22.0,20.3,20.2,20.5,20.5,20.8,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.4,21.4,21.4,21.4,22.2,22.2,22.1,22.5,23.4,23.4,23.2,23.1,23.1,23.1,23.1,22.0,21.7,21.7,21.7,21.7,21.7,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,22.0,22.0,22.0,22.0,22.0,22.0,22.0,22.0,22.0,22.0,22.0,22.0,22.0,21.3,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.6,21.6,21.6,21.6,21.6,21.6,21.6,21.6,21.6,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.5,22.5,22.5,22.5,22.5,22.0,22.0,22.0,23.9,23.9,23.9,23.9,23.9,23.9,23.9,25.5,26.1,26.1,25.0,27.2,27.2,27.2,27.2,27.2,27.2,27.2,27.2,27.2,27.2,27.2,27.2,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.1,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,26.7,27.5,27.5,27.5,27.5,27.5,27.5,27.5,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,25.0,26.0,26.1,26.1,26.1,26.4,26.4,26.4,26.4,25.9,26.7,26.7,26.7,26.5,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.7,26.7,26.7,26.7,26.7,26.7,25.9,25.9,25.9,25.9,25.9,25.9,25.9,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,26.1,25.6,25.6,25.6,25.6,25.6,25.6,25.6,25.6,24.5,25.1,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,26.4,27.1,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.6,26.4,26.5,26.5,26.5,26.7,26.7,26.7,26.7,26.7,25.8,26.1,25.7,25.7,25.7,25.7,25.9,25.9,25.9,25.9,25.0,25.0,25.1,23.1,23.1,23.1,23.1,23.1,23.1,23.1,23.1,23.1,23.1,24.3,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.6,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.2,24.2,24.2,23.7,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,24.2,24.2,24.2,24.2,24.2,24.2,24.3,25.2,24.4,24.5,24.5,24.4,24.4,24.1,24.2,24.2,24.0,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.5,23.9,23.9,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,24.2,24.2,24.2,23.8,23.8,23.8,23.9,23.9,23.9,23.9,23.9,23.9,24.0,24.0,24.0,22.8,24.0,24.0,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.1,24.1,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,23.8,23.9,23.9,23.9,23.9,23.9,23.9,23.6,23.6,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,24.0,24.0,23.6,23.6,23.9,23.8,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.4,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,25.8,25.8,25.8,25.8,25.8,25.8,25.8,25.8,25.8,25.8,25.8,25.8,25.8,25.8,25.8,25.8,25.8,25.8,25.8,25.1,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.3,25.1,25.1,25.3,25.0,25.0,25.0,25.0,24.8,24.2,24.2,24.2,23.6,24.1,25.0,25.1,25.0,25.0,24.0,24.6,19.9,21.9,21.3,21.7,21.7,21.7,21.7,21.7,21.7,24.1,24.8,24.8,24.6,23.6,24.7,24.7,24.7,24.2,24.4,24.5,24.8,24.8,24.8,24.1,24.7,24.7,24.7,25.1,23.9,23.9,23.9,23.9,23.9,24.5,25.0,25.0,25.0,25.0,25.0,25.0,24.4,24.7,25.0,24.7,24.7,24.7,24.6,25.0,25.0,25.0,25.0,24.7,24.7,24.7,24.5,24.7,25.0,25.0,25.0,25.0,25.0,24.7,25.5,25.5,25.5,25.5,24.8,25.3,25.3,25.3,25.3,24.7,24.7,24.7,25.0,25.0,25.0,23.9,23.8,23.8,23.9,18.6,18.6,18.6,18.6,18.6,18.6,17.5,17.5,23.0,23.1,23.1,23.1,23.1,23.1,18.3,18.3,18.3,20.5,20.5,20.5,20.5,20.5,20.5,20.5,20.5,20.5,20.5,20.5,20.5,15.4,18.0,18.0,19.4,19.4,20.9,21.1,21.1,21.1,20.5,21.1,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.7,18.4,18.4,18.3,18.3,18.3,18.3,18.3,18.3,18.3,18.3,18.3,18.3,18.3,18.3,18.3,16.4,21.8,21.8,21.7,21.8,23.0,23.0,23.0,23.0,23.0,23.1,23.1,23.1,23.1,23.1,22.4,20.0,20.0,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.1,21.2,22.0,22.0,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,20.9,20.8,20.8,20.8,20.8,22.5,22.5,22.5,22.5,22.5,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,17.7,17.8,17.8,17.8,17.8,17.8,17.7,17.7,17.7,17.7,17.7,17.7,22.7,22.7,22.8,22.8,22.8,22.8,22.7,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,13.8,13.8,13.8,15.3,15.3,15.3,15.3,15.3,15.3,15.3,15.3,19.3,23.6,23.6,23.3,23.3,23.3,23.3,23.6,23.6,23.1,23.1,23.1,23.1,23.0,22.8,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.3,23.4,23.2,23.3,23.3,23.3,23.3,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,21.7,18.6,18.6,18.6,18.6,18.6,18.6,18.5,18.6,18.6,19.4,19.4,19.4,19.4,19.4,19.4,19.4,22.2,23.0,23.0,23.0,23.3,22.9,23.1,23.1,23.4,23.4,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.4,23.4,23.4,23.4,23.4,23.4,23.4,23.4,23.4,23.4,23.4,23.4,22.0,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,13.9,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.8,22.7,22.7,22.7,22.8,22.8,22.8,19.2,19.2,19.2,19.1,19.1,19.2,19.2,19.2,19.2,19.2,19.2,20.2,22.5,22.5,22.5,22.5,22.6,23.1,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,23.9,24.1,24.1,23.8,23.9,23.9,23.9,23.9,23.9,24.2,24.2,24.2,24.2,20.6,20.6,20.6,20.6,20.6,20.6,20.6,20.6,20.6,20.6,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.5,22.5,22.5,22.0,22.0,21.7,21.7,21.7,21.7,21.7,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.8,22.8,22.8,21.5,21.4,21.4,21.4,21.4,21.4,22.5,22.6,22.6,22.5,22.5,22.5,22.5,22.5,22.2,21.4,21.4,22.2,21.9,21.9,21.9,21.9,21.9,22.0,22.0,22.0,22.0,22.0,21.9,21.9,21.9,21.9,21.9,21.9,21.9,22.7,22.7,22.7,22.7,22.8,22.8,22.8,22.8,22.6,21.9,21.8,22.2,22.2,23.3,23.3,23.3,22.2,22.2,22.2,22.3,22.0,22.0,22.0,22.0,22.0,21.8,23.6,23.6,23.4,19.1,21.4,21.4,21.4,21.4,21.4,21.4,21.4,21.4,21.4,21.4,21.4,23.0,23.0,23.0,23.0,23.0,23.0,23.0,22.0,22.0,22.0,21.9,21.9,21.9,21.9,22.1,21.9,21.9,21.4,21.4,21.4,21.4,21.7,21.7,21.7,21.7,21.7,21.7,22.0,21.3,22.1,21.5,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,23.6,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,23.0,23.0,23.0,23.0,23.0,23.0,23.1,23.1,23.1,23.1,23.1,21.7,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,22.2,23.3,23.3,23.3,23.3,23.3,23.3,23.6,21.9,21.9,21.9,21.9,21.9,21.9,21.9,23.6,23.6,23.6,24.4,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,24.2,23.3,23.6,23.6,23.6,23.8,23.6,23.7,23.6,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.7,24.9,17.5,23.9,23.9,23.9,23.9,24.2,23.6,24.2,24.2,24.2,24.4,24.4,23.5,23.0,23.0,23.6,23.6,23.6,23.6,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,23.3,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,12.5,12.5,12.5,14.8,14.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,12.5,20.3,20.3,20.4,20.4,19.7,19.7,19.7,19.7,19.7,19.7,19.7,19.7,19.7,19.7,20.0,20.0,20.0,20.0,20.0,20.0,20.0,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.5,22.6,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,8.1,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,16.7,12.0,12.0,12.0,12.0,12.0,14.2,14.2,14.2,20.0,20.0,20.0,20.0,20.0,20.5,20.5,20.5,20.6,20.6,20.6,20.6,20.6,20.6,20.5,20.5,20.5,20.5,20.5,20.5,20.5,20.5,20.5,18.9,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,12.2,12.2,12.2,9.7,9.7,9.7,9.7,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,11.1,4.4,4.4,4.4,4.4,4.4,9.2,9.1,9.1,12.3,8.4,6.7,6.7,6.7,12.0,12.0,10.3,10.3,10.3,10.3,10.3,10.3,10.3,10.3,10.3,3.6,13.6,13.6,13.6,13.6,13.6,4.4,13.1,13.1,13.1,13.1,7.7,4.4,14.1,14.1,2.8,7.8,7.0,7.0,4.4,4.4,4.4,4.6,6.6,5.3,5.3,5.3,5.3,5.3,5.3,5.3,5.3,5.3,6.4,6.4,11.1,11.1,8.1,8.1,7.8,8.1,8.1,8.1,6.7,9.5,9.5,9.5,11.3,6.6,6.6,6.6,3.0,3.9,3.9,7.3,8.9,9.5,9.5,8.6,8.5],"congestion_numeric":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,50,50,50,50,50,50,50,50,50,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,79,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,79,79,79,79,50,50,50,50,50,50,50,50,50,50,50,50,50,null,null,null,50,50,50,50,50,50,50,50,50,50,50,50,50,null,null,null,null,null,null,null,null,50,50,50,50,50,50,50,50,50,50,50,50,50,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,0,0,0,0,0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,79,79,79,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null]}}],"waypoints":[{"name":"3","location":[139.696561,35.655992],"distance":0.0},{"name":"","location":[139.87476,35.017036],"distance":61.923},{"name":"","location":[139.581421,35.543326],"distance":24.422}],"requestUuid":"x9ZbuXp0US0MNttgsAB6pJxTGh5shcz7ddw9wDYlmutitUqjQ184xQ\u003d\u003d"}],"uuid":"route_with_duplicaye_incidents","metadata":{"map":{"tileset_version":"2023_06_02-03_00_07"}}} \ No newline at end of file +{ + "code": "Ok", + "routes": [ + { + "weight_typical": "17785.004", + "voicelocale": "en-GB", + "routeIndex": "0", + "distance": 307238.719, + "duration": 16121.847, + "duration_typical": 15935.705, + "geometry": "org_cAazkmiGpEn^`C`PdD~OjAfHdDrIrC|HnFxKfD`FtKnL|PrN|AbAxHxFpJ~HdK`KtGdHvDxFrCxFfDfHrCfHdDvKnBfHdDrNrC`PdDvPjEpSpFdWbVjlArNrd@zAfHdOlq@hA`FjA~CPl@`C|CdDtDjEtDt@TnBl@v@ThA?t@?v@?|AUzAUhAWv@k@hAcArCqBrCgC|EcFhAcAbGgC|E{AhEcA`C?fDT`CVrCxA~BpB|AfChApBv@zAt@nBd@~Cb@|C?~CQxAe@~C{AjEeDjJoB|CwDbFmI`KmIjEc@dA{AxAw@TeD?qF?iA?oBcAoFaF{A{AiAoBiAiCw@gCoFeRqFcR_CyKe@kJPaFd@uDv@mElBsDdDuDtGgHfH}HhLeMhL}MpQwPfS{R~XiYhLeM~IyKtCeEfA_BbVya@bGoLxDiOxHsNtGeMbR{WhP_ZdZak@ng@{~@lj@wfA~Xij@~ImQxOmVp`@gh@pJeM~y@qdAdOyPlTgTxi@}c@f^qXvZ_Ul`Ait@rh@ya@zx@cm@nhAcw@zq@{h@nXiTde@{\\fSeMba@mVt]{RvvBgoAfi@c\\hq@k`@dKoG|PyKxS{MxOaKzL_I`NiJfLuItGoGzLeMzHcKhLwPjEeH|EyKvO}^dK_U~IiTnF}MrNy\\jIeRtGwPjEyKfSaf@zWym@|Pg^`NqXfHaPdK_UxHyP|EeMrN}^~IeWpJgYrNec@vVmv@tKa\\bGyPfHwPrNc\\nFwKzHiOfSca@rR}^jPqXhLeRhLaP`NqSzL{WnFaP~E{RvDc\\zAuZc@ob@oBsi@c@uZPeRhA_Z|Eec@lBkJtGwU|EeM~IqSrJ}M`RqXdO_UlIsN~IoQbV{h@|EyKrCaFpFgHjIkJ|EaFzHcFxHaF`NgHrRkJrNgHhHkExHqGhLmLbK}MzH}MbKmV|EwPfDcRzAgMzAuZPeM?{RQ_p@e@mv@{AqX{AiOoFo]uRqnA{S}tAiEiYcGs_@yD{WeD_UyHwf@kEwZgHmg@{Hob@mIog@uK}^oFeRkE{RaC{Rw@oLe@gMQwKd@oQt@mQnBwPjEqSnF}R~IqS~IkOtK{MtGgHlIoGhLgHdOgHfScFpQgCjTk@n\\j@~Tl@|[V~T?~T?fm@j@xp@pBju@|Cn\\bAta@pB~TbAfi@l@bRyAnQTrYl@rGTzHTlIVfHWjEk@dDm@fHgCjEgC|EmEnFeHrCqGrCkJ|AoLb@sIQkJw@kJmBwKgD}HaCmEoFyFuGsDqJqBmIm@}_@?ye@U{A?kj@gCmc@cFgSaFaNcFaNuDkPyFkPgHeSaKmT{MgSaPah@}c@oy@mlA{qJ_dN{iCytDiAyAuh@qs@w@yAkh@ys@y`@aj@_eAm}AsYaf@cRk`@qJiT{b@o}@k`Ag{B_`@y|@gt@waBmy@ejBoaAcyBipCshGgHaPgm@osAwa@s_Amn@kvAeV_k@mMc\\e|Ck~Gih@ojAmXem@wa@mgAku@k}BwKya@k_@i`BmT_aAy^mbBwVchA{Lij@cVafAu]w|AaNym@iL}h@_YupAyH}^qQ{~@sCwPmBcKqFaf@eDyr@yO}{C}PgvDcB__@uEodAe@}MsYkuGi[esHgDio@}EsdA?eR?iTPml@pJgvD`CccApJigEhL_tEdDgoAhAcr@v@iYvO}}FnBwf@hAk`@nBwZhEaa@tGya@`Nox@ltBo|Hn}@glDr~@{jDxOgo@vOwk@lIeWvDsNdfAwyDzx@}`Dzx@e`DPm@xS}~@|E{WfHkq@xDox@v@og@}AwaAmB{\\uCgYeDuUkEsXgHk`@e@cBoJg]_J_Z_JkV_F}MqJwP_Yeh@as@{cAmTqX_}FclHwVk[c~Ca~DcmAw|A}mCcjDkq@sz@}IyKkvAufBw@cAqaAyrAog@go@ykBq_Csh@_p@ix@mbAeDmEmdAkqAatAodBgDmEmhAgjAaz@kv@ifG{vFgdBq_Bor@uu@}j@yr@ku@}~@w~CurDomBk}BosA_aBwp@gy@ib@wf@ynAw|AqaAosAiWob@y^{m@_Yyf@sYeh@kkAqzBumA}`CaN{WgoAwbCACoIgP}|@mbBitCyqFet@oxAgHaPqUwk@g^ufAiHm[aG}^aGke@uCyWg@qGgEqi@{Au_APmq@hAe^jE{r@zLi`AzHob@vOu_AlIwf@xSukAzAaKbs@ceEh`@g_CdQ}dA|EoXvp@o_Ebw@srEft@cjEbw@isEtGu_@zm@}qDhLke@|Pem@zLg^dZey@xSwk@|}AqkEhLk[~Nc`@lSei@xOob@j_@o}@dOgYzSm[rRmVlIkJjIsIlI}HnQiOtGqGpUmQhLqGxO}Hr]iObbAc\\`eAy\\pY}MhW}MjPaKbVwPn\\gYzSiT~Xq]nMmQvZ{h@rCyF|Wgh@z}A}{CbK{RdrBm_EpaDinGxi@mgAfuAwrCju@eoBbOwg@z^uoAxZccA`GoQvKu_@nFwTnMei@pU}eAvDwZnXk}BpJcr@|Eg^~Ikj@fWosAzSsz@n\\ehAhf@}tAzi@}oAbwCoaGjkA{jCrz@uaChb@{yAp`@{~AzW}tAbRafA`RwwAlXilCnB}UzA}QzH}y@`RonBxHmv@xOa|@xH}^bRij@|T{h@nn@cmAln@ecA`iA}yAldAklAzb@yf@bVk`@vVwf@xHySfDcJzPmq@lI}h@`CuZlBk[v@k`@?q]aCsi@eDaa@_Jcm@iL}c@i[g~@qU}c@wbAetA_xEujGaNoQa]}c@_mE}}Fy`Bg{B{b@cw@sRu_@uR{c@yi@{mA{HqSif@ecAad@qs@_NmQeZuZwVoQ}PoLqJyFoBcAuRyFuKcA_JVaNTiLbAiq@dReKbAySUoBWkIqBaNoGaCyAiL}MmI{RwDaPw@cRd@aPvD_U|L{WdOaPtl@_ZlX_PnMyPpUk`@bV}^`@g@~LePtG}HrNaKrYwZ`]}Yx^{W|WaPzLyFta@{RbVuIdK}CxyAke@zm@eRdp@{RzW}Hhm@wP`_Bmg@z}Aog@ng@{Rlu@g^lg@_Z`o@aa@n\\mVtKuIfi@{c@l_@g^|f@eh@lr@}y@rkCknD~iB}eC|LwPdp@c~@dt@aaAtGuIjPwU~Xk`@xOiThq@y|@ng@cr@p`@ml@|TwZrJ{M|j@o}@~Tu_@|OaZdE{HbVsd@~Tke@vZwp@hWup@dOu_@zW}t@zb@qsAtbAwhDfyA_~EpDwK`M__@dOsd@|Li^tKmVhLmVtGwKhWk`@~MoQng@em@xOuPhXsW`MwLnk@em@nXyWxi@}h@`h@wf@hAeA`pDe`Dp`@g^lXmVnQaPrNoLzSiO|PoLfS{M|[kOzWsInQmEhL}CvK{ArNcA~TyAdZm@tRVnQ`AhPdAxOpBlT|CxSjErY|HxSbFtGpBbKfC`z@dR`Cj@jIpB`Cl@vp@`PtmA|Yhb@bKtw@bR|q@xPth@lLvp@`PbmA~YrCbA|EbAbKfC~j@rNrYfHbVxFhb@jJb@TlfCzm@zcAvUfoBvf@tbAvUj[nGlXbF~T`FzLpB`NxAlXzAvVTnQUzWcAvV_DzSaFbQiFrSiGbGqBz[oLbh@yWbVoLfSaKfH_DvVwKh[oLfZkJrNuDh[yFba@}Cl_@l@jTl@xZ|Cf^|Hjj@lQp\\xPvZpStGbFdZxWng@`f@pk@zm@tVdW`JhJ|IjJjEjEpbBfeBj`AxaA`NzMnhAdhAta@lb@pQpQ`RbRhWtUhAl@t]pXbV|MjP|Hng@vP~c@fHtYpB~Xj@~Tk@rd@eA|EUnaA}H~kAwKrh@cF|LcAly@kJbgBoLl_@}ClM{AjkAaKtGk@lu@yFv_AyKp`@gClu@gHba@sDlXgCvK{A~ToBn\\_Dhb@uD|f@qGdp@aF~iB}Mj[qBr~@uDpk@cApv@?th@j@di@~C|[fCbtA~OrRtDt~@hT|[|Hzq@~Txi@zRbw@nb@rk@x\\h|@bm@jpBh`BbRlQ`~@tu@bRvPnxBrkBltBtfBtR`Pf_Axw@p`CdtB~u@tp@xSvPbl@vf@xe@ba@hL`K`NvKpYdW~I|Hdp@~j@hm@`f@xm@dh@dbAtz@r]~YjmCx~B~MzMvVvUl_@f^lhAfjAldAlqAfSfTpU~YnsA|jB`tAhvBd{@z~AzWdh@pUxa@`NlVdOxW`N`U~u@nnA|P~YhLvPp{AztBfdBzyBpFdHpUrXhq@nx@dKnLba@vf@zLrNlc@ng@b~@~eAd{@~`Ax^td@bl@tp@tGfHzLzMxDjEtVvZvV|Y``ClnCxHjJbGpG|wBbjCl~AhjBl_@`a@n\\f^ba@r_@th@je@hWhTrRrN~T`Pf^hT`RnLhS`KlXdMj[|MbVhJp`@|MrYtIn\\|HjTjEn\\xF~T|Cj[~Cfi@jE|_@zArNTp`@l@dVm@hf@cAn\\yAtR{AhWgChf@oGvVkEp`@_Ive@wKbRcFjj@iOvZkJvViJhb@kOxS}H~TsIdi@sSz^sNdOaFpU}Hf^eMhb@sNj_@gMlXeHt]uIve@iJdZcFda@oGta@cFhWqBrYoBpUcAlc@eA`]Up`@?t]bAvVdAhPbAbh@`Fh|@jJj_@fHnn@|Mpd@|M`o@pSrYxKlhAdh@pv@dc@zWxPxSzMfS|M`YbRvVnQdOdMhP|MbR~OhW`UtVtUvK`KxO`P~M|MpJhJhLdMj[l[x^dc@nQ~Tvw@heAh[vf@nMdRd^dm@lu@hvAnk@xmAf^|y@z^`aA~c@vwApUjv@xZhjA~TlbAxi@vmChf@zyBxOll@bV`w@ng@jvAfHvPpU`f@jPx\\pU`a@x^vk@vV|^fWb\\zb@dh@`o@`p@bw@xr@`RlQnc@ba@rd@va@jzAxwAz^j`@xjAvwAfm@n}@ft@foAzGvMxI|P~IdRvp@pzAnQ`f@lTnl@dDhJ~j@jqBj[jqApUpnAjPxhAnF`f@zLbrAzHn}@bGvwAlB`|@v@bmAPr_A?pzBd@fjAb@br@`CnbAbGzhAtGnx@~Ift@tGng@~M|y@bRn}@jPdm@hPvf@|P`a@vVng@|PzWdZr_@~TvU`YbWjn@xa@`d@~T`d@vPtV|HdVpGvuAj[xqDbw@xHxAzt@vPrRjEvhCjj@nQ|CzcA~T|IpBhm@dMn\\fHl_@fHtmAxWf_ArSdjAlV`iAlVtxA~Yf_ApSr_Bp]~XnGlTbFfjAxW~XxFdZfHlIfCppAp]`d@hOdZnL|[zMrYrNvOjJt]nQxHrDln@td@bRdMta@~YnM`K`NdMn`@|^x{@r_AhItKjb@lj@dVj[tVt_@fHnL`G`K`JlQfLvU|b@tz@zPva@f^`aAfO`f@|Ppn@dDnLlItZpUj{@xt@|vChf@vaBlThj@hLpXpd@heAfG|MvLxWrNpXjPzWta@tp@t~@brAb|AniBbbA~jAro@rz@dp@n}@|f@lv@pz@dyAfi@heAxSrd@~IpSzLzWhb@`fApJxW~zAnpEhm@lbBhL~Y`d@heAd^ps@jf@h{@d{@ftApo@fy@~TpXxDbFlTfTfLxKr`@`a@nFbFpUpSpJtIpJrI|EjElIfHnMnLl~A|tAve@`f@va@rd@tl@tu@hWf^vZfc@~eBdjCde@fo@rY~^f^r_@`h@ng@zWhTde@b\\~TdM|PbFzb@bWpJtDxZdMpo@zRxZpGtV`F~_@xFhb@jEhb@fC`h@hCvbDtDzsBjEnmBm@bbAqBvfAcFxcA}Czt@qGzm@yFve@yF|[kExx@eMl_@gHloAsSrYaFlhA}MzWyAvVcA`Rm@tYW~X?`]l@x_AnGd{@nLn}@dRf^tI|j@lQva@nLbO|D~EpAhm@`Pju@lQba@fH~_@`FnMzAdObAfSpBvOxAfSxAzHl@fSzA`]xA`d@pBpUzAhf@|Cbl@jEl_@hCfm@`Fts@pG|q@dHfLbAxZtDxi@bFrNnBtRpB~MzAjPnBl_@bFlXtDj_@bFvVtDj_@nGtRfCfStDtR~C`YjEtVrDtRtDzLpBrNfCx^fHzWxFnXfHbVfH|PxFrY`KxOdHfLpGzLnG`JbFrNhJxHbFfHbFtGxFfH`FbGxFjIfHvKxKnFnGhHfHpNvPdKnLlMvPzH`KnQlVvKrNhP~TbGrI`NvP|EpGpJvKlI`KfLrNfDtDjItI~I`KlIrI`NjOhLvKzLfMpJhJdKjJjTzRlMnL~I|HfOnLlMvKxOnLhLtIbVlQba@~Yhb@bWtKpGxOrIvKfHbKxF~IjEtKxFjPrIrNfHbRrIjP|HzPfHrNpG`N`Fro@vUrNvFbV~HdVdHzf@rNv{@dWp`@zMxZ`KhPpGp`@hOrYnLtR|H|PfHtRhJ|P~HrNnGt]dRng@bWjEfClXhOrYnQ`RvKvKpGhL|HbKfHfHjEnMrIpN`KxOxKdOxKnMhJjPnL~IfHzLhJ`RjO|P`PbG`FjI|HfOjOjI|HlIjJ~IjJpJvKpJnLrJxKrGrIbG|HxH`KlInL|EnGtGjJxHnLtGxKbGhJnFjJ|E|HbGxKfHnLjEjJpJlQdOtZlIdRfSrd@hLfYpUvp@hLb\\vKx\\lMxa@|ElQpJl[fHbWtG~TxHhYvK|^vKj`@nFnQxDrNnFvP|ElQlIpXjEdMvDdMrCtIjEnLfDvKrCtInFrNtGvPdOj`@bG`P|EdMtGrN|IzRlIdRzLzW|LbWfHrN~MbW|L~TpNdWzHrNhb@lq@zW`a@|PlV~Tj[tKrN`NxPxH`KzLrN`N~O~I`KzLrNzm@rn@dOrNhLvKtGxFvK`KfSvPrNnLnQ|Mxt@ri@xi@x\\jPhJvKpGtKxFzLnGrNfH||@xa@jj@hT|f@vP~P|FzAf@rxAxa@zSbFdkB|c@tl@rNrNtD|gAnXr~@`Uj`AtUhWpG~j@zMx^jJzb@`Kp`@jJxSxFn\\|HvVxFba@`KfSlEpUrDzLpBfOzApJbAfHl@fHj@|Pl@`Nl@|TTxZl@hPT|f@xA~TdAvVxAtVxAva@~Cj_@jEdOxAva@bF|_@xFnXbFta@dHx^~Hfi@dMdVxFhPfC~T~CdVbArRj@`N?tRUta@cA~TU`R?tRj@dObA|LbAfS~CnU`FrUpGzLjEbKtDvVxKlMdH`NtIdZlQ~TdMbKxFvKlEfS|HtVfHdV`F~T|CzLzA~MbA|Wl@~M?vVm@vVyAdD_@zLqA|[qGlXeHzLmEn\\eMz^sNh[sIrYqGrNgC~IcApUqBzWm@tG?dO?jPV`Nl@jTnB`NbAfShC`]jEnXbFhP|CnMfCfSlErNrDpUpG`RxFbRxFnQxFvKjE|EpBnQdHfi@lVvZrNl_@zRtGtD~XnQjPvKhLtItK|H|LjJlMjJvKhJnQhO`NrNtGfHfHfH|PzRlMhO`J`LdDbEtK`PbGrItGbKnFrIhLpSvKrSbKhT|P|^vKzWhLfYtRxf@`Rhe@nMx\\tVho@|Prd@dO~^rN|^fO|^bVpn@vOxa@pQfc@zWxr@dOj`@rY~t@vOj`@fZjv@`Rvf@tRng@~Tvk@tV~o@dVzm@hWft@dZtz@dZdy@dOxa@|P`a@~IdWnQzh@vVlv@~Mnb@zHpXfDbNPr@?B~BnJjEhT`CfMzAvK`CrNxDf^lB~TzAzWv@~Td@hOPdRPrSd@tp@Px\\PzWRdRb@pSd@`Pv@lQfA`P`CtZxD~Y`ChO~BjOtChOdD`PjE~OrCxKxDnL|ErN`G`PtG~O~IdRbGdMbKdRbK`PfOhTjPtUpUtZpNzRdKrNjT~Y|b@hj@|I|M`Yr_@j[fc@~X|^lThYba@hj@x^he@dKnLlMhOlTvUlMrNjPvPvOjOvVtUfSnQx^pXlTvPtRrNrRrNfSnL|L|HbVzMdZvPdZhOpk@zWvZ|Mjf@zRh[nLl_@dMr~@pX`o@dRn\\rIj_@tIj[nG||@`Px^xFp`@xFfNdBjUrCn`@`Fl_@tDjf@jEjj@~C~n@Tj[UpYm@jf@}CvfAaPl_@kJd_AcW`d@eRng@{WjTeMfOkJpz@qn@llEgqD|wEe{DhyD}`DleBeyA`~@gt@rGcFl`Aox@tKsIxt@{m@xe@g^dZ{RtV}MxOgHdZkJnQyFxSkEbGyAvVuDpJyAtGeA`s@kE~T?p`@m@|f@k@po@WvEDry@|@vK?hq@~CbGTnr@jEpk@vDln@nG`RpBng@rIts@|MduAtUjEdAvgBxWnFl@rz@rN|El@bl@rIpUfCfSbAf_Al@zq@_Dnc@sDrR_Dxi@aKlTcFj[aKfS}Hf^aPpUeMjj@g^|f@uZhq@ud@ve@a\\tRgMth@a\\hb@mV`RcK|f@uUhm@eWtRoGzPcFlTyFpUgClXgCva@yAdZWpJ?lITlMbAbV~Cdw@vKrs@nLtR~C`R|CvVfCpz@nGxOVrN?pUqBbGm@pz@eM~u@qXzWaKly@ud@h|@ob@~TaK~j@_U|u@m[|[mQj_@qXzWsS~TqS`CiCrNuPpU{\\lXaa@bRm[fSuZrYk`@tRwUjPwPh[cW`YeRrY_PjT_IrYaKpUkErYcFjPyA`tAyKp{AoLjj@aFpU{Ajq@yFtKcAr`@}CtKcAzHm@x^_Dh[yAj[Ut]?ba@fCba@`Fxi@jJzLfClTpGxS`FfSrIflCllArcBjv@vsCn}AtrBpiAft@va@~dAzm@fi@pXx^zRb]rNlMbFhWrIj_@`KhWbFx_A`Khm@?jPTf^cAtVyAjvA_U|lBm`@dOsDx^kJjq@aPhm@aPxnAyWx`Bq]j`AwP|BQnIq@zW{AvVcAzWUtR?rYl@x^nBzWhCtVfCvVjEfi@`K~j@nLhPtDft@hO|`ApSvp@|Mdl@fMv{@bRlc@fHlX|CpQzAfWl@hWW`NU~Jc@f~@wD|Ps@z|@mE`o@gC|IUlI?~Ij@`CVvKfCtKfC`NfH~IxFr]j[|[~Yjf@he@tGbFvKnGpJlExHfC~IfC`Gl@jETdVbAba@zAlm@d@pGDdDl@rCfChAxFbKaF~IgCfHqBzHqBn\\}Hp`@sNrN}Hxi@m[rNeMvKoLp`@si@nQqXxSk`@dZ_p@paA{yBtRob@jIaPzSaa@rNwUfLmQlI}MnMqSzLoQvDkExDyFzL_PzWsXxO_PjIuIp\\k[hq@io@zrAkqAhcAieArs@qs@hAyAlTsSzWmVdOsNnQ{R`N{MhLyK`N}Mdt@yr@~kA_kAb{@cw@nMwKlMkJtGkEtG_Dn\\mQ`YkJhL_D|[kEhWgCvZqBvZm@f^cA`NUcKcr@b@aK|E{r@|Eyr@hAoQd@_UmTzAeDxAuGxAw@l@eDpGaC|CyD~CmBj@gD?{e@mGze@lGfD?lBk@xD_D`C}CdDqGv@m@tGyAdDyAlT{Ae@~TiAnQ}Exr@}Ezr@c@`KbKbr@aNTg^bAwZl@wZpBiWfC}[jEiL~CaYjJo\\lQuG~CuGjEmMjJoMvKc{@bw@_lA~jAet@xr@aN|MiLxKaNzMoQzReOrN{WlVmTrSiAxAss@ps@icAheA{rAjqAiq@ho@q\\j[kItIyO~O{WrX{L~OyDxFwDjE{LnQoMpSmI|MgLlQsNvU{S`a@kI`PuRnb@qaAzyBeZ~o@ySj`@oQpXq`@ri@wKnLsNdMyi@l[sN|Hq`@rNo\\|H{HpBgHpB_JfCcK`FgHgC}Em@}q@cAua@k@iW_D{WoG{HgCqJmEwKoGgHyFif@ie@}[_ZqUiTaNaK_JcF}EqBcKuDiLqByOk@oQ?qzAzGkQx@{pA|FoDPsYj@}[?cVaAgSqBg^mEoQ}Co}@sSwl@oLayBie@unBca@ee@sImn@kJ{WoBq\\qB{[m@uR?mn@bA}f@|Ca~@dRah@xKg_ArSohA~T{m@hOwp@`P}_@jJsNjEep@rNe{@lQku@nLs`@xFgWpBmTl@kITyO?k[k@aRWo}@aK_JyAsN_D_`@wKgWgHsJ_D_NyFoQ}Hm_@cRah@qXcyB{hAmdAem@gm@uZkvAww@udCioAw|Akv@kkA_k@ySkJySyF{ScFiLoBkj@_Iq`@}Cca@{Ac]Ui[l@yZbAy^tDca@~CqUxAqJbAqr@jEoUpByi@tDs{AdMatAxKoQpB{WnGoM~CiL|CmMtDeZnLiWzMk[hTi[hTyO`PgSlVmXj`@oQpXuRtZaYrd@cVvZsNvPsC|CqUrS{WzR_`@dWo\\tPwVbKuVrIuGfC_k@`UkT`Kk|@xa@_z@he@{WxK_v@pXqz@dMcGl@cVfCsN?yOUaRm@qk@cF_z@{Mas@oLew@oLgWqBaNcA_JUqJ?g^l@eOl@ib@fC_U~CyHxAeKpBaRxFad@`Psh@~Tqv@j`@ao@j`@sRnLuh@f^qv@dh@qJfH{f@n]_k@l[oXrNmMnGyStIgS|HySnGm_@rIk_@fHyS~C}b@tDet@tD}|@{AgSyAcVqBul@sI_aAkOqFm@cgBgY}Em@yuA_U{}AqXsNqBqo@oGgi@gCyt@mEcGUi|@_Doc@cAqd@U_z@j@u]?im@Va]pBep@rIsNzAgHj@{SbFoQxFsYvKkPfH}TdMk[|Rqd@f^mu@pn@cKrI_aApx@gH`Fo}@ft@scBtuAwp@hj@on@dh@}j@rd@enHnfGmpBtaBss@bm@mdAxw@yZdRah@vUqd@dRo}@bWq`@`KsNfCww@xKif@fCqv@xA_o@k@}|@yF}[gCoQqBqlA}Mq`@}H{[kEyp@oLca@}Ho\\gHgi@eMqUoG}PcFeOkEcK_Dad@sNiW}HiWkJqUsIiPoGuR}HcVyKsUaKaR}HgO}HcO}HaNgH{LgHsNsIuRoLiLgHoQmLcR}MgSiO_JgHsNoLg^uZk[gYce@ke@}L}Myt@a|@wO{RkPiTkP_UqNeRwVy\\oQmVyp@w|@_JgMySgYsN}RsNcRwKkOeHaKmTgYmT_Z_N{RmIoL_JsNcKmQoMmV_JsSqJmVuG{RoFeRqFiTkE{RiEuUyDeWsCcWmB{RkA{RiAeRc@mQe@}Rc@qXe@arAQgY?aPe@eRc@}M{Ak`@w@iOiAiO{A}MaCeRsCqSyDsS}EmVcGiToF{RoFmQ_FsNsGeRkq@oiBgSog@eO__@we@ymA_Ucm@a{AyyDok@mxAm_@aaAgSog@uRmg@gW_p@gOg^ca@}cA_d@yhAmj@suAee@wkAgb@_fAiW{m@{Seh@mM_ZiL_UaNqXoJ_P}AiCqUg^sNqS}PiTsNoQsNiOeOiOoM}MeOeMuGcFcK}HeKsIwOyKsNsIsYeR{HkEi[wP_`@{Rmc@eRgS}H{S}Hy^oL}TgHoc@oL}TaFiSmE_NgCwOgCaJyAqYmE_UgC_Jm@_JcAeOk@_Jm@eOU_J?eK?gHTwOl@mIj@aNzAyS|CiPtDaJpBkIfCwK~CoQnGeKtDe^|M{SdH_JhC}InBsJpB_UtDcKbA_Jl@cVxAcVV_J?eKWkIUeKm@kToB_J{A_JyA_J{AkIgCkL}CkIgCyS_IgSsIsYwPcRyKi[cR{HmEsRsIuR}HqJ_DcRaFmI{AkIqBmIyAgSiCkTyA_JUmIW_J@}I?{i@bA_`@j@iLUsRUmT{A}T}CsNgC_UmEe{@{R_k@wKo`@qGix@oLk_@kE_`@_Dq`@}CqU{AmTaAqU{Aua@cAao@cAgWUaNm@y^gCyO{AcKyA}[cFqUkE_`@kJcl@sNw{@{Rqk@sNkkA_Za]}Hkq@wPiPuDor@mQwl@kOwgBec@qqBwf@_jBog@mj@{Ryb@wPon@cWsYsN_NgHaNgH_JaFsN_I{LeHgSoL}PwK}PoLcVwP{WsSyOeMoQsNc]_ZoQwPcKkJyH}H_FkEoFoGmIuIgHgHkTmVeKmLqJoLmIkJuGsIyHkJaG_I}EyFuGiJqFgH}EoGuGuIuGkJ}E}HgHaKyHoLuGiJeOwUqFkJiL{RaGaKyDgHoFaKcGaK}EkJcGyKgH{MuGsNkIaP}EaKcG}M_JcRyHeR}EyKqF{MwDuIyDwKuK{WwKiYgHqSwKc\\}E}MkE{MwDeMgDyKwDeM{Sgt@uRwp@wOij@{Ws_AsYaaAuRml@wOke@cV}o@mTgh@uGiOoFwKkEkJkEuIyD}HgH{MoFaKeDyFgDyFoFkJcGkJgHoLaGkJ}E}HkEoGcGkJ_JoLkEoGaG}HcG}HoFgHgHsI}EyFeKgMuGeH_JkJeOaPyHgHiLoLmMoLaNeMiWiT{LkJaNwK}PeMaNaK_JqGeOwK_JyF_NkJmIyFyOaKkIcFoM}HkIcF{HaF_UgM{[mQsJoGaRkJcRkJ{LoGgSaKsh@wUmu@k[{|@{\\eZaK_`@eM{S{G}IsCm_@aKkj@aPad@sN{WsIiWaKqUsIqUkJiLyFkTkJ{HuDqJkEoQuImX{MgOuIyHkEmMgH}PaKwKoGmT}MyHcFg^mVwOmLuRsNiW{Ro\\{WqQaPiPsNgSmQgS{R}[c\\qQeRkTcWySwUgSmVwVk[}PwUee@go@oQwU{Wc\\kPwPsN_Pk[sX_U_P{LuI}PwKqUoL}PuIuKkEgOyF_NkEqFqB_JgCuKgCiL_DmIoB}PwD_YaFeZyFeKqBqJyAeO_DyOgCwOgCeKqBiLyA_NgCoMqB{LqBo\\kEeZcFeKyAqJcAuGeA}T}C}W_DkIyAaN{AkPoBqd@yFicAyK_UgCiWqB{PqBqr@oGyi@kE}f@uD_Y{A{SyAgRkA{M{@oUcAkPcAe{@cFee@_D{WgC{SqBqd@wFee@qGea@iJmn@aPw{@mVk_@yKoMuDmc@eMeZoG{x@mQefAgMmXcAaYcAaRm@kPUkP?uVTmn@zAsNbAcVzAsd@`Fea@xFe^xFuiA|R_pApSo\\jEmc@bFqaA`Kad@~Cc{@jEus@~Ci[Tm`AfCsnBbA{sBiEwbDyFuh@qB{b@qBib@cFo`@oGwVmEy^iJcl@eRyZwKqJuDib@_Uov@ud@eV_P{WkTkj@mg@u]}^k`AupAyyAm}BeVa\\iPeRye@mq@mc@}h@we@mg@kq@_p@ejAwaA{LyK{HgH}EkE_JsIwKkJoUsSqFaFy^u_@{LoLwVcWoFoGmT{Wqk@qs@{|@kvAuh@{~@a]cr@ee@{hAqFeMor@cmBwuAofEmIaU{Wyr@sYmq@{AuD_JeRaRaa@ge@e~@eO_ZkP_Z}[ak@yi@}y@cp@w|@ao@gy@mdAqnAqv@e~@{|@gjAmj@cw@_d@gt@gSk`@eOm[iWqi@qQ}c@}T}h@gOk`@qJqXs]klAmu@mxCySk{@aNwf@cKk`@}[ecAiFgNoAiDgOy\\kI{RwKwUm_@yw@uKiT{LqS}AiCyHeMaCuDoQgYul@uz@oc@qi@_YuZyOkO{W_Uog@sd@gdBklAmImEuw@aa@yO}HuGuDaR}H{WyKa]oLmI}Cix@mVgWoGiH{AqYgHgZoG_uBsd@sjBu_@uoCuk@irAiYmdAiTirA_Z{yAk[{[oGe}Beh@gSkE}fC}h@uRkEku@aPmIoBemDss@u@U{x@mQyi@}Mee@wPodAec@iq@gc@_YcWsUwUqJmLog@uu@qUke@ySsi@iLg^{Lob@qUwfAiLyr@eKkv@_Jk{@sGy|@yDw|@oBgy@iAobAw@i`AQqdBb@etAmBgeBcGukBqJgoAeOeyAuGeh@sNw|@qQyaA_U_fAwDiOiLsd@sd@k{AkIuUsJeWca@{cAib@_aA_JeRoFyK_`@cr@{Wec@wfAk{AcbAukA{i@ij@qpAukAuw@}t@c]m[ee@ob@qd@sd@_k@io@i[}^iS{WqYec@sNmVgOeWkI_Py^qs@kPu_@g^s_AyOsd@eOyf@uVqdAqUqdAep@o_Dch@cyBwKob@sh@ufBcl@{~Awa@mbAmn@kqA}u@wwAa]ak@wl@a|@yt@ecAiq@yw@u]k`@eZ}Y}[c\\ul@si@m_@k[o\\qXk_@qXcl@u_@m_@wUee@oXsh@iYib@{RcVaK}WkJmXkJ}j@aPg^aKaYcFg^oGah@qG{WuDu]gCqo@kEmj@m@y^l@a]Tq\\l@mc@fCq`@|Cq`@bFua@xFaY`FsYxFg^rIwZ~Hg^`K}j@pSgi@lQg^|Mu]|Msd@vPgm@tUu~@b\\a~@xWcVxFmXfH{m@dM{b@pGca@`FsJdA{LbAcVxAk_@xAqk@dAqJ?ib@m@ad@{Aok@aFwVqBkT_D}WuD{b@sIk_@kJwV}Hk_@eMmXyKgi@uUib@wUor@ya@q`@_ZeZmVif@ec@y{@k{@ee@eh@u|AmgByzB{jCgOmQwZq]qKiMqvA_cBsYy\\_U{WuR_UuGgHua@af@ca@wf@qv@k{@gjAwrAy^ob@cRiTua@og@{LsN{HiJ}f@yk@aRuUoB_D{hBy~B_{AetByO{RoQ_Zss@ymAoM_UiL{R}Pc\\qUec@aYog@i|@q_BosAivB{rA}jB{SeW_d@ij@mu@gy@_eAyhA{m@{m@qJuI_NeMyp@{m@q{AkqAsd@aa@ekBk{AqaAsz@eZmVmIgHi[yWoMoLuKkJkf@ob@qk@og@sR_P{SoQk~EqfEyHoGeOeMglFeqEoMyKeDgCs~@yw@cR_PcrBccBmy@si@og@k[k|@ud@if@cRkq@iTca@wKq`@uIul@qNcxAoQwZyAm_@qBcl@cA_k@Uiq@bA}gAlEiPj@oMdAmy@nGsuBnQ_o@fH}[|CqUfC}LbAi[~Cao@nG}f@~CsNxA{q@|Haz@nG}_@~CwKbAcw@dHah@lE}f@bFuxAhOk[nBuw@xFkPzA{WpB_`@|CkPbA}`AjJ}[xAgHl@uh@Uq`@{AsYuD_JyAca@oL_`@sN_U}MsRsNoMaKeDgCmTsSsd@ob@gb@sd@ciAqiAmM}MuxAi{AefA_fAgHeHmI_IqJaK{WyWcmAqnAkf@ec@k_@{W_JcFwO}H}WsI_YgHk[cFmXgCeZcAuYVo\\fCgW`FsNtDeVfHiLrDeOxFcw@|^qaAtd@qU`K{LjEeOjEq`@xKch@xFee@xA{Wm@wVqBmXsDk_@qGu]}Ho}@{Ra{Ds_AoiBob@{m@kOirAc\\kIoBwKiCmTaFcVyF}KoCgy@kSuw@cRmy@}Rea@aKup@iOqk@}MsfBec@{WcFkEyAiEeAaz@yReOmEkEcA{L_D_UyFiWyFaNgCwOgC}PqBkPcA_NcAuR?kP?eOl@yObAwOzAsNfCsNjEoM~CaRnGgSjJsCxAqF~CeOrIkPdMqJfHmMxKgSvPm_@b\\as@bm@{cA|~@olA~eAoMdM{rApnAsYrXsh@zh@uh@ri@cKvKoX~YgSzWq`@ri@sNtUkInQ{Lj[}Pje@}[dcAa]piAas@f`CohAtwDmX|y@qUdr@sNj`@qk@|yAgWhj@qUvf@wVje@eDnGif@n}@wa@dm@ySb\\gHxKmn@rz@qpA~eBcG|Hyx@dhAekB`hCgSpXihBvcCuw@`fA}}AnuBsh@rn@oFxFwa@nb@ah@rd@iWpSeOdMus@dh@_`@dWgb@tU_v@t_@iWjJsRnGe|A|h@onCnx@_pDbhAm`AtZiWxK{WrNwOrIySrNq\\lV_J|MeOvPqJ`Ke@l@yHvKuGxKyCfFyTd`@}IxPqFvPyH~T}AfHu@fHw@fYPdM`CvPtGrSjE|HjTbWdp@rd@|b@`f@xb@je@|EnG`Yf^ta@zr@`Ybm@rNb\\n}@ztBtRt_@r]~o@bmAbcBxvBtrCnmBtfCb]zc@~MdRtjBxcCp`Cx~C|f@jq@hWvf@tRpb@jTjq@nMpn@xHrs@`Cvf@Phj@c@tZoBn]iA`Pu@|MeKvk@qJnb@}Phj@oXvk@gLlQao@px@ah@pn@cbAbmAif@lq@kf@ft@uh@h`AmIdRsNp]eO`a@{Lt_@oQtfA_Jj{@oQxmBqFri@iEvf@u]pkDuVtfBkPd~@mTvaAoFzWq`@z~A_`@`rAog@|yAa]fy@ad@feAkrDjpHkj@jqAca@piA}f@dcB{b@puByOnbAuK`|@_UhqBuGba@ySbcAyZftAqJzh@ySj`AwVtp@a]j{@_Uhj@yS`f@wKlVcKlVkEjJyQl_@qHpOivAxtCe{@vaBiyAbtC{LlVcrBv~D}Px\\o~Ad`DkPvZiErIcRz\\wVd^sNzR_NrNkPxPo\\pXib@fYiW|Mmc@dRoaAtZaJfCqYjJcRnG_JtDuGfC{LxFqJjEcGtDeOtIqJnGy@l@qN`K{AzAcK|H{HdHuG|HqJjJcR`UyHlL}PzWeOpXqJ`U{b@bhAwa@heAuw@~{Ba]d~@c~@rfCaR|h@gSxr@cKng@{m@boDg^ztB}gAxvGeDzRuxArtIiW~{Aoy@l_FmX~`B}[tkBg^puBuRpiAyHri@cG|c@eDxa@iAlQ{Afc@Stp@?bW|Axf@`Czc@rCz\\|E|^bKll@xH~^vKj`@zLf^|ErNpQdc@~MpXlTnb@po@foAl_@ft@h[dm@nXvf@ta@xw@paA|jBjHnNFJdpA~dCpJvP~aArlB|^fs@rz@h`Bjq@llA`a@~o@rUr_@x^lg@jP`UvaCbyCdOdRx^dc@dl@ft@hgAbrA`CfCzLrN||C`tDxeB|uBbQ~SzWj[pJnLlu@xw@jeB~`BngGfxFfx@~t@znA`rAb@l@loAz~AbiA`wAhAxAt{@dhApg@|o@dkBf`Ch|@dhA`o@xw@fyAniB|PrSfi@br@z^he@zlBndCvmAd~At~Cz{DbVtZz{F~nH~TfY`s@`aA`Yzh@rNzWvDjJpFhO|Ppi@xHb\\zHf^xHjj@jEll@hA`\\hAzWQbr@iAvk@oBp]iExa@{Hll@cV|~@k^hwAwLve@mMxf@oy@hbDa~@vhDsC`KsC`KaG`UcD~Lg|Ax~Fkf@~eB_YlgA}[xmAq`@|yAk[tkAkTrz@qJpb@oFx\\{Hll@iA|MeDhe@oBf^aCho@cKjnDuGlsCmB~t@}LtyFu@bWwKnfFw@~Yu@zWqFbcC?ll@?hT?lQxDvaAv{@h{Rv@rN|E~eAtR`tE|PvcEfDr_@dD~YfHj`@lX|oA|WbmAz|@`yDfO~o@bVvfA~TzcAtK`f@zS|~@zL~j@zLvf@hWdhAvK|c@tGfTfHdWpJpXde@jqAtl@`wA~bE~jJxNj\\t]tu@hf@dhAzb@r_A~_@v|@~IzRx{C|}GpaAzyBzx@vhBrh@`kAdVfj@jj@tpAth@llAr]xw@`G~M`JnS`Rx\\xZdh@|`AhvA~vA`rBta@vk@jnDhiF|iIhfLfD`Fln@j{@~TtZvOvPnMxKhLhJ`R|MhWdMvOpGbRxFjPjErRtDpFbAr]tDhWbAnXTrR?xuA?|`C^|s@L`bAm@nsA{AtCUhE?pUUfi@Wbw@bA~TTdfAdAdt@xAzH?lX?|lB?fnBJh~AHzH?j_@?z}Aj@`nA?dQ?~y@?dO?tG?lX?dp@}Czm@uDnBUfx@_I|[oGzcA_UnbBg^|EeA|f@wKriAmVvfAmVva@}HpfB__@~j@eMdZgH`~Ay\\jJqBzm@sNzb@kJx^yKxe@_PdSaK~_@iYtR{RnQmV`C}CrNkTlXwf@|CuHni@krAn}@g`Cfm@u|A`eAklC~BoGnc@{hA`CyFrh@gtAnhAcoCtw@}oBbGoL|j@ukAjvA}oBnRqSbQeRbl@ij@ta@__@pv@qi@zb@qX~TgMleBqiAlBcAzx@og@xdBkgAfi@{\\plAaw@f^aUng@_ZxHaFzAcAvl@u_@bl@g^`yBszAt~@cm@x^wUzcA_p@zf@gYzm@{\\zhA{g@`TuJpk@aPdZyFbw@sNp`@kE`RoBdVqBxW{AvVcA`C?~Tm@`Y?pYV`YbAdZpBvZfC|f@xFrYjEdZjEpfBb\\dw@rNb}Bnb@lkD~o@f{Cdm@h[nG|[dHxZtIfTpH`FdBng@rSf^`PhWzM~IjEj[|RfcA~o@tl@rd@dVlVh|@|jA`CvDts@zcAnk@bhAz^tu@~Xzm@l_@xw@tl@|oAxi@~jA~j@bmAro@ruAlc@d~@rz@xhBzf@lgAt~@pzBve@tuAbRhj@fSll@|[n}@pv@~{BjItUpqB|bGzH~TpqBnaGplAlnDbmAjnDruBlkGfcAbyC`d@nsArC`KjwBzqGncCjfHbbD~pJ~u@ndCba@~jA~pB`eGrkCh_InlAtmDnsA~}DpbBt~Ej|C|_JndDfzJtfAd`DzjA`hDfSpn@bp@vmBdKxPbGzMjTrn@jHrPjM`Z~I`PjIdMrJxKrNnL`G|CdV|H`RzAlc@W|[VvKj@lXhClTtDlMnGjEtDtGrIjEfH~BxFjEdM`CnLv@dMPhTQtDe@rNgAvKuCfMcKlVeOpXgOzWsR~TsNdM_JbFq`@hTiW|H{W`Fix@xKiW|Cuw@xKgSfCcw@`Kg_A|MolA|Mwa@`Fwe@pGkT`F}PbFaYnLog@hOmj@jJo\\jEqaAxKsh@|Ccl@pBiSV_{A|CsRUseA}H}vAoLelC_UoQ{AmTcAiL?gHl@gHbA_JzA{LjE_JtDeZvPwZhOg^dR}x@`f@qU|Muw@lb@uV|MgZ`PeZlQiPtIsz@vf@cR`K{m@b\\{L|HyHpGgHdHgHxKcGnLoFrNaCjJ}A|Hu@dHoBvP?pGQ|Hb@nLjAdMt@nGjEvUfHj[nM`f@nFhTnMdh@hErNrJrd@dD`PdDnQnBbRhA|MhArNPnLPzM?xF?hTQjOiAvPiAbRoBjOeDzR{AfHkEzRcKf^aNj`@o\\n}@u]xw@q`@fy@wZll@sYng@ca@~o@q`@bm@g^je@uh@tp@cl@vp@}vAb~A{nAjvAup@~t@{m@xr@{m@br@k|@|cAog@pn@{Wb\\mc@zh@ee@ri@uh@zm@q`@rd@eZf^a]`a@oMvPor@px@kq@nx@}_@je@sd@ri@sd@~j@qJdMuVvZiSnX{LnQ_Uj`@mMzWoFlL}Pba@wK~YyHbWgDnLyHfY_Jxa@oFl[}EnXkEt_@qJd~@mIpx@gHtp@eKlgAaG|h@kEvf@eDva@gDxa@eD`p@oBvf@gA~e@w@xf@e@vk@P`f@d@he@zAdm@v@|YzAba@rChe@`Cp]rCba@rJ|jA~Bj`@nBf^v@zWb@|^?b\\QpXw@tZoBf^_Cj[gD~YeDzWcGp]oFfYgHpXyHpXoMj`@qUlv@gHnXaCxKsCdMmI`a@kIpb@uG`a@oFf^oBdMuGri@w@xFkEfc@wD~e@aCb\\eDje@mBtZkAp]c@~Te@~TRpSPvU\\jKXjIhAdMhAdM`CjOzAzHzAlV|ElV|EjOfHvPrNb\\fD|HhAjEhAxF?bFPjEw@bFiAxFsCxF}EdHuVpXkExFoB~CaCbF{AnGe@xFQdHd@lEb@bF|A`FzA~CvDxFnBfC|EnGnBpBrNvPlBpBlItDvDbAjE?rBe@vA]xDqBvDmE`CoGv@}HiA}HaC}HeD_DoFgC_FcAsNgCuKgCaCyAe@W{AyAmB_DkAaFc@cF?mEb@kEjA}C~BuDxDgCxD{AnFcArCUtRWnFl@`Gl@rJfCtGjEnFxFvDpG`C|HxDzM|EzRvDjTjEnX`Cb\\nBx\\Q|R}AzMuVcA{LgCaNcFwKeH_JqGySmVmXuZ{HkJ}EoGkEkEmBqBq`@wf@_FgHoQhTiE`FuGxF{HlEaG|CgH~CiHxAgHdAgHTyH?oc@m@mXVg^?eZ{AwV}CcmAiYqYgHcRaFso@aPqUkEsNgCaxA}H}W{A{Lm@a]cAyOk@kkAgHqUcAkPcAqUm@yHk@cbAmEcw@kEsCUmMcAcReAee@oB}Em@cRgCuRuDgHqBkIgCgDyAkE_D{WoLubAcm@y^tfAib@piAah@|~@ul@~eAso@~jAmIjOmMfYmIzRo\\jlAqYb|@cGbWsCb\\e@|MRlQt@zM~If~@oQfCqFbAsGfCqJjJ{L~YoBtDmIjJsYhOeLpH", + "weight": 17967.576, + "weight_name": "auto", + "legs": [ + { + "weight_typical": "8438.605", + "weight": "8621.178", + "via_waypoints": [], + "distance": 138899.797, + "duration": 7619.877, + "duration_typical": 7433.735, + "summary": "Expwy Wangan Line, E14", + "admins": [ + { + "iso_3166_1": "JP", + "iso_3166_1_alpha3": "JPN" + }, + { + "iso_3166_1": "JP", + "iso_3166_1_alpha3": "JPN" + } + ], + "steps": [ + { + "voiceinstructions": [ + { + "distancealonggeometry": "716.759", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eDrive west for 700 metres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Drive west for 700 metres." + }, + { + "distancealonggeometry": "400", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eOhashi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Keep left at Ohashi JCT." + }, + { + "distancealonggeometry": "120", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left at \u003csay-as interpret-as\u003d\"address\"\u003eOhashi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eWangan Route\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep left at Ohashi JCT toward Wangan Route." + } + ], + "weight_typical": "164.503", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "Wangan Route", + "type": "text" + } + ], + "modifier": "left", + "text": "Wangan Route", + "type": "fork" + }, + "distancealonggeometry": "716.759", + "primary": { + "components": [ + { + "text": "Ohashi JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "C2", + "type": "icon", + "mapbox_shield": { + "display_ref": "C2", + "name": "jp-urban-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "left", + "text": "Ohashi JCT / C2", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "Wangan Route", + "type": "text" + } + ], + "modifier": "left", + "text": "Wangan Route", + "type": "fork" + }, + "distancealonggeometry": "400", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight left" + }, + { + "directions": [ + "straight" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": false, + "text": "", + "type": "lane" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA176201?arrow_ids\u003dCA17620A", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "left", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Ohashi JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "C2", + "type": "icon", + "mapbox_shield": { + "display_ref": "C2", + "name": "jp-urban-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "left", + "text": "Ohashi JCT / C2", + "type": "fork" + } + } + ], + "distance": 716.759, + "duration": 322.466, + "duration_typical": 134.288, + "geometry": "org_cAazkmiGpEn^`C`PdD~OjAfHdDrIrC|HnFxKfD`FtKnL|PrN|AbAxHxFpJ~HdK`KtGdHvDxFrCxFfDfHrCfHdDvKnBfHdDrNrC`PdDvPjEpSpFdWbVjlA", + "name": "Expwy No.3 Line Shibuya Line", + "mode": "driving", + "maneuver": { + "location": [ + 139.696561, + 35.655992 + ], + "bearing_before": 0.0, + "bearing_after": 256.0, + "instruction": "Drive west on Expwy No.3 Line Shibuya Line.", + "type": "depart" + }, + "driving_side": "left", + "weight": 395.021, + "intersections": [ + { + "duration": "251.816", + "weight": "308.475", + "location": [ + 139.696561, + 35.655992 + ], + "bearings": [ + 256 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true + ], + "out": 0, + "geometry_index": 0, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.691558, + 35.653322 + ], + "bearings": [ + 69, + 249 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 25, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA176201", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA17620A" + ] + } + ], + "junction_name": "Ohashi JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "528.799", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 500 metres, Keep left towards \u003csay-as interpret-as\u003d\"address\"\u003eWangan Route\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 500 metres, Keep left towards Wangan Route." + }, + { + "distancealonggeometry": "66.667", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left towards \u003csay-as interpret-as\u003d\"address\"\u003eWangan Route\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep left towards Wangan Route." + } + ], + "weight_typical": "174.216", + "bannerinstructions": [ + { + "distancealonggeometry": "542.132", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight left" + }, + { + "directions": [ + "slight right" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "slight right" + ], + "active": false, + "text": "", + "type": "lane" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA176501?arrow_ids\u003dCA17650A", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "left", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Wangan Route", + "type": "text" + } + ], + "modifier": "left", + "text": "Wangan Route", + "type": "fork" + } + } + ], + "distance": 542.132, + "duration": 52.626, + "duration_typical": 141.705, + "geometry": "}la_cAy{~liGrNrd@zAfHdOlq@hA`FjA~CPl@`C|CdDtDjEtDt@TnBl@v@ThA?t@?v@?|AUzAUhAWv@k@hAcArCqBrCgC|EcFhAcAbGgC|E{AhEcA`C?fDT`CVrCxA~BpB|AfChApBv@zAt@nBd@~Cb@|C?~CQxAe@~C{AjEeDjJoB|CwDbFmI`KmIjE", + "name": "", + "destinations": "C2: Wangan Route, TOHOKU EXPWY", + "mode": "driving", + "maneuver": { + "location": [ + 139.689933, + 35.652831 + ], + "bearing_before": 250.0, + "bearing_after": 243.0, + "instruction": "Keep left at Ohashi JCT toward Wangan Route.", + "type": "fork", + "modifier": "slight left" + }, + "driving_side": "left", + "weight": 65.095, + "intersections": [ + { + "weight": "11.025", + "turn_duration": "0.01", + "duration": "9.01", + "location": [ + 139.689933, + 35.652831 + ], + "bearings": [ + 70, + 243, + 249 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "slight left", + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + } + ], + "geometry_index": 27, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway_link" + }, + "jct": { + "name": "Ohashi JCT" + } + }, + { + "weight": "29.988", + "duration": "24.48", + "location": [ + 139.689183, + 35.652535 + ], + "bearings": [ + 67, + 248 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 29, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway_link" + } + }, + { + "weight": "15.933", + "duration": "13.006", + "location": [ + 139.688069, + 35.651396 + ], + "bearings": [ + 143, + 325 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 49, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway_link" + } + }, + { + "weight": "1.975", + "turn_duration": "0.09", + "duration": "1.09", + "turn_weight": "0.75", + "location": [ + 139.688172, + 35.650507 + ], + "bearings": [ + 20, + 38, + 240 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 1, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + } + ], + "geometry_index": 60, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway_link" + } + }, + { + "location": [ + 139.687933, + 35.650396 + ], + "bearings": [ + 61, + 271 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 64, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway_link" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA176501", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA17650A" + ] + } + ], + "voiceinstructions": [ + { + "distancealonggeometry": "8779.059", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 9 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 9 kilometres." + }, + { + "distancealonggeometry": "400", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eOi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Keep left at Oi JCT." + }, + { + "distancealonggeometry": "120", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left at \u003csay-as interpret-as\u003d\"address\"\u003eOi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHIGASHI-KANTO\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep left at Oi JCT toward HIGASHI-KANTO." + } + ], + "weight_typical": "1315.857", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "HIGASHI-KANTO", + "type": "text" + } + ], + "modifier": "left", + "text": "HIGASHI-KANTO", + "type": "fork" + }, + "distancealonggeometry": "8792.392", + "primary": { + "components": [ + { + "text": "Oi JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "B", + "type": "icon", + "mapbox_shield": { + "display_ref": "B", + "name": "jp-urban-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "left", + "text": "Oi JCT / B", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "HIGASHI-KANTO", + "type": "text" + } + ], + "modifier": "left", + "text": "HIGASHI-KANTO", + "type": "fork" + }, + "distancealonggeometry": "400", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight left" + }, + { + "directions": [ + "slight right" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "slight right" + ], + "active": false, + "text": "", + "type": "lane" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA070401?arrow_ids\u003dCA07040A", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "left", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Oi JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "B", + "type": "icon", + "mapbox_shield": { + "display_ref": "B", + "name": "jp-urban-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "left", + "text": "Oi JCT / B", + "type": "fork" + } + } + ], + "distance": 8792.392, + "duration": 948.441, + "duration_typical": 1087.519, + "geometry": "q{}~bAy|xliGc@dA{AxAw@TeD?qF?iA?oBcAoFaF{A{AiAoBiAiCw@gCoFeRqFcR_CyKe@kJPaFd@uDv@mElBsDdDuDtGgHfH}HhLeMhL}MpQwPfS{R~XiYhLeM~IyKtCeEfA_BbVya@bGoLxDiOxHsNtGeMbR{WhP_ZdZak@ng@{~@lj@wfA~Xij@~ImQxOmVp`@gh@pJeM~y@qdAdOyPlTgTxi@}c@f^qXvZ_Ul`Ait@rh@ya@zx@cm@nhAcw@zq@{h@nXiTde@{\\fSeMba@mVt]{RvvBgoAfi@c\\hq@k`@dKoG|PyKxS{MxOaKzL_I`NiJfLuItGoGzLeMzHcKhLwPjEeH|EyKvO}^dK_U~IiTnF}MrNy\\jIeRtGwPjEyKfSaf@zWym@|Pg^`NqXfHaPdK_UxHyP|EeMrN}^~IeWpJgYrNec@vVmv@tKa\\bGyPfHwPrNc\\nFwKzHiOfSca@rR}^jPqXhLeRhLaP`NqSzL{WnFaP~E{RvDc\\zAuZc@ob@oBsi@c@uZPeRhA_Z|Eec@lBkJtGwU|EeM~IqSrJ}M`RqXdO_UlIsN~IoQbV{h@|EyKrCaFpFgHjIkJ|EaFzHcFxHaF`NgHrRkJrNgHhHkExHqGhLmLbK}MzH}MbKmV|EwPfDcRzAgMzAuZPeM?{RQ_p@e@mv@{AqX{AiOoFo]uRqnA{S}tAiEiYcGs_@yD{WeD_UyHwf@kEwZgHmg@{Hob@mIog@uK}^oFeRkE{RaC{Rw@oLe@gMQwKd@oQt@mQnBwPjEqSnF}R~IqS~IkOtK{MtGgHlIoGhLgHdOgHfScFpQgCjTk@n\\j@~Tl@|[V~T?~T?fm@j@xp@pBju@|Cn\\bAta@pB~TbAfi@l@", + "name": "Expwy Central Circular Route", + "destinations": "Wangan Route", + "mode": "driving", + "maneuver": { + "location": [ + 139.686877, + 35.651017 + ], + "bearing_before": 331.0, + "bearing_after": 338.0, + "instruction": "Keep left towards Wangan Route.", + "type": "fork", + "modifier": "slight left" + }, + "driving_side": "left", + "weight": 1142.665, + "intersections": [ + { + "weight": "17.355", + "turn_duration": "0.03", + "duration": "14.198", + "location": [ + 139.686877, + 35.651017 + ], + "bearings": [ + 151, + 338, + 353 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "slight left", + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight right" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight right" + ] + } + ], + "geometry_index": 74, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway_link" + } + }, + { + "weight": "65.121", + "duration": "53.16", + "location": [ + 139.687479, + 35.651794 + ], + "bearings": [ + 64, + 244 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 87, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway_link" + } + }, + { + "weight": "16.675", + "duration": "13.612", + "location": [ + 139.690987, + 35.64959 + ], + "bearings": [ + 130, + 315 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 105, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway_link" + } + }, + { + "weight": "492.991", + "turn_duration": "0.052", + "duration": "392.902", + "turn_weight": "11.75", + "location": [ + 139.692069, + 35.648961 + ], + "bearings": [ + 128, + 294, + 308 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "geometry_index": 109, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Yamate Tunnel" + }, + { + "weight": "209.399", + "turn_duration": "0.021", + "duration": "170.959", + "location": [ + 139.709671, + 35.630658 + ], + "bearings": [ + 141, + 150, + 330 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 142, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Yamate Tunnel" + }, + { + "weight": "226.061", + "duration": "196.575", + "location": [ + 139.721761, + 35.623437 + ], + "bearings": [ + 123, + 303 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 177, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Yamate Tunnel" + }, + { + "weight": "99.514", + "duration": "92.571", + "location": [ + 139.74677, + 35.617364 + ], + "bearings": [ + 71, + 254 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 243, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Yamate Tunnel" + }, + { + "location": [ + 139.753009, + 35.611217 + ], + "bearings": [ + 4, + 183 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 275, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA070401", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA07040A" + ] + } + ], + "junction_name": "Oi JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "3604.916", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 4 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 4 kilometres." + }, + { + "distancealonggeometry": "1500", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eAriake JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep right at Ariake JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eAriake JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Ariake JCT." + }, + { + "distancealonggeometry": "160", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eAriake JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHIGASHI-KANTO\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Ariake JCT toward HIGASHI-KANTO." + } + ], + "weight_typical": "273.452", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "HIGASHI-KANTO", + "type": "text" + } + ], + "modifier": "right", + "text": "HIGASHI-KANTO", + "type": "fork" + }, + "distancealonggeometry": "3618.25", + "primary": { + "components": [ + { + "text": "Ariake JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Ariake JCT", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "HIGASHI-KANTO", + "type": "text" + } + ], + "modifier": "right", + "text": "HIGASHI-KANTO", + "type": "fork" + }, + "distancealonggeometry": "1500", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA069201?arrow_ids\u003dCA06920E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Ariake JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Ariake JCT", + "type": "fork" + } + } + ], + "distance": 3618.25, + "duration": 341.504, + "duration_typical": 252.599, + "geometry": "scl|bAyxypiGbRyAnQTrYl@rGTzHTlIVfHWjEk@dDm@fHgCjEgC|EmEnFeHrCqGrCkJ|AoLb@sIQkJw@kJmBwKgD}HaCmEoFyFuGsDqJqBmIm@}_@?ye@U{A?kj@gCmc@cFgSaFaNcFaNuDkPyFkPgHeSaKmT{MgSaPah@}c@oy@mlA{qJ_dN{iCytDiAyAuh@qs@w@yAkh@ys@y`@aj@_eAm}AsYaf@cRk`@qJiT{b@o}@k`Ag{B", + "name": "Expwy Wangan Line", + "destinations": "B: HIGASHI-KANTO", + "mode": "driving", + "maneuver": { + "location": [ + 139.752861, + 35.609162 + ], + "bearing_before": 182.0, + "bearing_after": 173.0, + "instruction": "Keep left at Oi JCT toward HIGASHI-KANTO.", + "type": "fork", + "modifier": "slight left" + }, + "driving_side": "left", + "weight": 363.349, + "intersections": [ + { + "weight": "11.434", + "turn_duration": "0.012", + "duration": "10.648", + "location": [ + 139.752861, + 35.609162 + ], + "bearings": [ + 2, + 173, + 183 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "slight left", + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight right" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight right" + ] + } + ], + "geometry_index": 279, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway_link" + }, + "jct": { + "name": "Oi JCT" + } + }, + { + "weight": "42.267", + "duration": "40.255", + "location": [ + 139.752861, + 35.607996 + ], + "bearings": [ + 3, + 183 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 283, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway_link" + } + }, + { + "weight": "28.024", + "duration": "26.69", + "location": [ + 139.755122, + 35.608644 + ], + "bearings": [ + 4, + 181 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 307, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway_link" + } + }, + { + "weight": "21.631", + "turn_duration": "0.009", + "duration": "10.134", + "turn_weight": "11", + "location": [ + 139.755531, + 35.610532 + ], + "bearings": [ + 17, + 193, + 201 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 2, + "out": 0, + "geometry_index": 312, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "14.017", + "duration": "13.35", + "location": [ + 139.756088, + 35.611652 + ], + "bearings": [ + 29, + 206 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 316, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "21.78", + "turn_duration": "0.041", + "duration": "19.713", + "turn_weight": "1.125", + "location": [ + 139.75719, + 35.612976 + ], + "bearings": [ + 47, + 216, + 222 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 319, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "143.802", + "duration": "140.294", + "location": [ + 139.758429, + 35.613912 + ], + "bearings": [ + 47, + 227 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 320, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Tokyoko Tunnel" + }, + { + "weight": "0.584", + "duration": "0.584", + "location": [ + 139.769098, + 35.622068 + ], + "bearings": [ + 45, + 227 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 322, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.903", + "duration": "10.903", + "location": [ + 139.769143, + 35.622105 + ], + "bearings": [ + 46, + 225 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 323, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.4", + "turn_duration": "0.028", + "duration": "0.428", + "location": [ + 139.769984, + 35.622772 + ], + "bearings": [ + 37, + 53, + 226 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 324, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "8.48", + "duration": "8.48", + "location": [ + 139.770029, + 35.6228 + ], + "bearings": [ + 46, + 233 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 325, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "34.591", + "duration": "34.591", + "location": [ + 139.770874, + 35.623462 + ], + "bearings": [ + 46, + 226 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 326, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "8.687", + "duration": "8.687", + "location": [ + 139.774574, + 35.62604 + ], + "bearings": [ + 55, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 331, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.775574, + 35.626614 + ], + "bearings": [ + 57, + 235 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 332, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA069201", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA06920E" + ] + } + ], + "junction_name": "Ariake JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "1556.582", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eShinonome JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep right at Shinonome JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eShinonome JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Shinonome JCT." + }, + { + "distancealonggeometry": "160", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eShinonome JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHIGASHI-KANTO\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Shinonome JCT toward HIGASHI-KANTO." + } + ], + "weight_typical": "84.148", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "HIGASHI-KANTO", + "type": "text" + } + ], + "modifier": "right", + "text": "HIGASHI-KANTO", + "type": "fork" + }, + "distancealonggeometry": "1583.249", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA174201?arrow_ids\u003dCA17420E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Shinonome JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Shinonome JCT", + "type": "fork" + } + } + ], + "distance": 1583.249, + "duration": 138.074, + "duration_typical": 83.163, + "geometry": "wgp}bAs`jriG_`@y|@gt@waBmy@ejBoaAcyBipCshGgHaPgm@osAwa@s_Amn@kvA", + "name": "Expwy Wangan Line", + "destinations": "HIGASHI-KANTO, Urayasu", + "mode": "driving", + "maneuver": { + "location": [ + 139.777562, + 35.62766 + ], + "bearing_before": 57.0, + "bearing_after": 57.0, + "instruction": "Keep right at Ariake JCT toward HIGASHI-KANTO.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 139.059, + "intersections": [ + { + "weight": "9.395", + "turn_duration": "0.007", + "duration": "9.402", + "location": [ + 139.777562, + 35.62766 + ], + "bearings": [ + 51, + 57, + 237 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 333, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Ariake JCT" + } + }, + { + "weight": "15.102", + "duration": "15.102", + "location": [ + 139.778551, + 35.628188 + ], + "bearings": [ + 56, + 237 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 334, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "16.029", + "duration": "16.029", + "location": [ + 139.780131, + 35.62904 + ], + "bearings": [ + 56, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 335, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "19.17", + "duration": "19.17", + "location": [ + 139.781846, + 35.629975 + ], + "bearings": [ + 56, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 336, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "40.742", + "duration": "40.741", + "location": [ + 139.7838, + 35.631039 + ], + "bearings": [ + 56, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 337, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.919", + "duration": "2.919", + "location": [ + 139.78805, + 35.633364 + ], + "bearings": [ + 56, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 338, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "13.6", + "turn_duration": "0.007", + "duration": "12.607", + "turn_weight": "1", + "location": [ + 139.788323, + 35.633512 + ], + "bearings": [ + 56, + 236, + 242 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 339, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.377", + "duration": "9.377", + "location": [ + 139.789675, + 35.634252 + ], + "bearings": [ + 57, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 340, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.790709, + 35.634808 + ], + "bearings": [ + 56, + 237 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 341, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA174201", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA17420E" + ] + } + ], + "junction_name": "Shinonome JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "1348.786", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eTatsumi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep right at Tatsumi JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eTatsumi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Tatsumi JCT." + }, + { + "distancealonggeometry": "160", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eTatsumi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHIGASHI-KANTO\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Tatsumi JCT toward HIGASHI-KANTO." + } + ], + "weight_typical": "118.335", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "HIGASHI-KANTO", + "type": "text" + } + ], + "modifier": "right", + "text": "HIGASHI-KANTO", + "type": "fork" + }, + "distancealonggeometry": "1375.453", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA068301?arrow_ids\u003dCA06830E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Tatsumi JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Tatsumi JCT", + "type": "fork" + } + } + ], + "distance": 1375.453, + "duration": 123.127, + "duration_typical": 116.172, + "geometry": "}u_~bAumfsiGeV_k@mMc\\e|Ck~Gih@ojAmXem@wa@mgAku@k}BwKya@k_@i`B", + "name": "Expwy Wangan Line", + "destinations": "HIGASHI-KANTO, Urayasu, Hakozaki", + "mode": "driving", + "maneuver": { + "location": [ + 139.792107, + 35.635567 + ], + "bearing_before": 56.0, + "bearing_after": 57.0, + "instruction": "Keep right at Shinonome JCT toward HIGASHI-KANTO.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 125.152, + "intersections": [ + { + "weight": "7.6", + "turn_duration": "0.007", + "duration": "7.607", + "location": [ + 139.792107, + 35.635567 + ], + "bearings": [ + 51, + 57, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 342, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Shinonome JCT" + } + }, + { + "weight": "4.9", + "duration": "4.9", + "location": [ + 139.792811, + 35.635938 + ], + "bearings": [ + 59, + 237 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 343, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "63.3", + "duration": "63.3", + "location": [ + 139.793277, + 35.636169 + ], + "bearings": [ + 56, + 239 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 344, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "7.881", + "duration": "7.881", + "location": [ + 139.799083, + 35.639345 + ], + "bearings": [ + 56, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 346, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "27.07", + "turn_duration": "0.021", + "duration": "26.341", + "turn_weight": "0.75", + "location": [ + 139.799822, + 35.639752 + ], + "bearings": [ + 59, + 236, + 244 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 347, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "turn_duration": "0.024", + "turn_weight": "1", + "location": [ + 139.803003, + 35.641178 + ], + "bearings": [ + 66, + 242, + 252 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 349, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA068301", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA06830E" + ] + } + ], + "junction_name": "Tatsumi JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "3733.796", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 4 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 4 kilometres." + }, + { + "distancealonggeometry": "1500", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKasai JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep right at Kasai JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKasai JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Kasai JCT." + }, + { + "distancealonggeometry": "160", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKasai JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHIGASHI-KANTO\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Kasai JCT toward HIGASHI-KANTO." + } + ], + "weight_typical": "198.404", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "HIGASHI-KANTO", + "type": "text" + } + ], + "modifier": "right", + "text": "HIGASHI-KANTO", + "type": "fork" + }, + "distancealonggeometry": "3760.463", + "primary": { + "components": [ + { + "text": "Kasai JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Kasai JCT", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "HIGASHI-KANTO", + "type": "text" + } + ], + "modifier": "right", + "text": "HIGASHI-KANTO", + "type": "fork" + }, + "distancealonggeometry": "1500", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA066201?arrow_ids\u003dCA06620E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Kasai JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Kasai JCT", + "type": "fork" + } + } + ], + "distance": 3760.463, + "duration": 202.23, + "duration_typical": 197.069, + "geometry": "wal~bAyz_tiGmT_aAy^mbBwVchA{Lij@cVafAu]w|AaNym@iL}h@_YupAyH}^qQ{~@sCwPmBcKqFaf@eDyr@yO}{C}PgvDcB__@uEodAe@}MsYkuGi[esHgDio@}EsdA?eR?iTPml@pJgvD`CccApJigE", + "name": "Expwy Wangan Line", + "destinations": "HIGASHI-KANTO, Urayasu", + "mode": "driving", + "maneuver": { + "location": [ + 139.805117, + 35.6419 + ], + "bearing_before": 68.0, + "bearing_after": 68.0, + "instruction": "Keep right at Tatsumi JCT toward HIGASHI-KANTO.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 203.275, + "intersections": [ + { + "weight": "15.355", + "turn_duration": "0.018", + "duration": "14.998", + "location": [ + 139.805117, + 35.6419 + ], + "bearings": [ + 61, + 68, + 248 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 351, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Tatsumi JCT" + } + }, + { + "weight": "6.785", + "duration": "6.619", + "location": [ + 139.807764, + 35.642752 + ], + "bearings": [ + 68, + 249 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 353, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.594", + "duration": "10.335", + "location": [ + 139.808934, + 35.643132 + ], + "bearings": [ + 68, + 248 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 354, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "24.461", + "duration": "23.865", + "location": [ + 139.810764, + 35.643724 + ], + "bearings": [ + 68, + 248 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 356, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.415", + "duration": "10.161", + "location": [ + 139.814991, + 35.645085 + ], + "bearings": [ + 69, + 249 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 360, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "22.123", + "duration": "22.123", + "location": [ + 139.816808, + 35.645613 + ], + "bearings": [ + 72, + 252 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 363, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "14.731", + "turn_duration": "0.019", + "duration": "13.751", + "turn_weight": "1", + "location": [ + 139.820967, + 35.646141 + ], + "bearings": [ + 83, + 262, + 270 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 367, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "8.743", + "turn_duration": "0.018", + "duration": "8.761", + "location": [ + 139.823899, + 35.646428 + ], + "bearings": [ + 79, + 83, + 263 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 368, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "41.681", + "duration": "42.75", + "location": [ + 139.825762, + 35.646604 + ], + "bearings": [ + 83, + 264 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 371, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.211", + "turn_duration": "0.008", + "duration": "3.558", + "turn_weight": "0.75", + "location": [ + 139.835147, + 35.647483 + ], + "bearings": [ + 82, + 264, + 276 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 373, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.83592, + 35.647567 + ], + "bearings": [ + 83, + 262 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 374, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA066201", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA06620E" + ] + } + ], + "junction_name": "Kasai JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "11059.124", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 11 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 11 kilometres." + }, + { + "distancealonggeometry": "1500", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKoya JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep right at Koya JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKoya JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Koya JCT." + }, + { + "distancealonggeometry": "160", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKoya JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHIGASHI-KANTO\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Koya JCT toward HIGASHI-KANTO." + } + ], + "weight_typical": "540.386", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "HIGASHI-KANTO", + "type": "text" + } + ], + "modifier": "right", + "text": "HIGASHI-KANTO", + "type": "fork" + }, + "distancealonggeometry": "11085.791", + "primary": { + "components": [ + { + "text": "Koya JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Koya JCT", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "HIGASHI-KANTO", + "type": "text" + } + ], + "modifier": "right", + "text": "HIGASHI-KANTO", + "type": "fork" + }, + "distancealonggeometry": "1500", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA277201?arrow_ids\u003dCA27720E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Koya JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Koya JCT", + "type": "fork" + } + } + ], + "distance": 11085.791, + "duration": 520.836, + "duration_typical": 492.225, + "geometry": "cov~bAg_oviGhL_tEdDgoAhAcr@v@iYvO}}FnBwf@hAk`@nBwZhEaa@tGya@`Nox@ltBo|Hn}@glDr~@{jDxOgo@vOwk@lIeWvDsNdfAwyDzx@}`Dzx@e`DPm@xS}~@|E{WfHkq@xDox@v@og@}AwaAmB{\\uCgYeDuUkEsXgHk`@e@cBoJg]_J_Z_JkV_F}MqJwP_Yeh@as@{cAmTqX_}FclHwVk[c~Ca~DcmAw|A}mCcjDkq@sz@}IyKkvAufBw@cAqaAyrAog@go@ykBq_Csh@_p@ix@mbAeDmEmdAkqAatAodBgDmEmhAgjAaz@kv@ifG{vFgdBq_Bor@uu@}j@yr@ku@}~@w~CurDomBk}BosA_aBwp@gy@ib@wf@ynAw|AqaAosAiWob@y^{m@_Yyf@sYeh@kkAqzB", + "name": "Expwy Wangan Line", + "destinations": "HIGASHI-KANTO, Urayasu", + "mode": "driving", + "maneuver": { + "location": [ + 139.845636, + 35.647234 + ], + "bearing_before": 94.0, + "bearing_after": 94.0, + "instruction": "Keep right at Kasai JCT toward HIGASHI-KANTO.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 571.518, + "intersections": [ + { + "weight": "20.483", + "turn_duration": "0.007", + "duration": "21.016", + "location": [ + 139.845636, + 35.647234 + ], + "bearings": [ + 83, + 94, + 274 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 381, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Kasai JCT" + } + }, + { + "weight": "23.819", + "duration": "23.819", + "location": [ + 139.850328, + 35.646938 + ], + "bearings": [ + 93, + 275 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 383, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.892", + "turn_duration": "0.019", + "duration": "2.841", + "turn_weight": "1", + "location": [ + 139.855646, + 35.646605 + ], + "bearings": [ + 96, + 275, + 284 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 386, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.379", + "duration": "4.272", + "location": [ + 139.856282, + 35.646549 + ], + "bearings": [ + 95, + 276 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 387, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.397", + "duration": "9.168", + "location": [ + 139.85726, + 35.646456 + ], + "bearings": [ + 103, + 279 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 389, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "25.452", + "turn_duration": "0.026", + "duration": "24.266", + "location": [ + 139.859282, + 35.645975 + ], + "bearings": [ + 107, + 114, + 288 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 392, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "36.488", + "duration": "34.75", + "location": [ + 139.864362, + 35.644096 + ], + "bearings": [ + 114, + 294 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 393, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.9", + "turn_duration": "0.021", + "duration": "2.021", + "turn_weight": "0.75", + "location": [ + 139.871372, + 35.641541 + ], + "bearings": [ + 118, + 295, + 303 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 397, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "43.189", + "duration": "40.176", + "location": [ + 139.871759, + 35.641374 + ], + "bearings": [ + 114, + 298 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 398, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "31.321", + "duration": "29.136", + "location": [ + 139.88019, + 35.638282 + ], + "bearings": [ + 112, + 294 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 403, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "25.245", + "turn_duration": "0.008", + "duration": "22.958", + "location": [ + 139.886724, + 35.637931 + ], + "bearings": [ + 63, + 71, + 253 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 413, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "67.574", + "duration": "57.51", + "location": [ + 139.891291, + 35.640523 + ], + "bearings": [ + 44, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 423, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "28.08", + "duration": "23.4", + "location": [ + 139.90112, + 35.648763 + ], + "bearings": [ + 44, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 427, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "12.24", + "duration": "10.2", + "location": [ + 139.905017, + 35.652031 + ], + "bearings": [ + 44, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 430, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.339", + "duration": "7.948", + "location": [ + 139.90671, + 35.653457 + ], + "bearings": [ + 46, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 432, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "21.021", + "turn_duration": "0.008", + "duration": "17.26", + "turn_weight": "0.75", + "location": [ + 139.908051, + 35.654522 + ], + "bearings": [ + 44, + 226, + 234 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 433, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.538", + "duration": "4.816", + "location": [ + 139.91088, + 35.656911 + ], + "bearings": [ + 44, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 435, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "44.865", + "duration": "39.881", + "location": [ + 139.911664, + 35.657577 + ], + "bearings": [ + 44, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 436, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "46.638", + "duration": "43.385", + "location": [ + 139.917981, + 35.663253 + ], + "bearings": [ + 37, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 443, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.428", + "duration": "5.049", + "location": [ + 139.924367, + 35.66991 + ], + "bearings": [ + 44, + 221 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 446, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.735", + "duration": "6.265", + "location": [ + 139.925196, + 35.670613 + ], + "bearings": [ + 44, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 447, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "48.772", + "turn_duration": "0.008", + "duration": "45.377", + "location": [ + 139.926219, + 35.671483 + ], + "bearings": [ + 32, + 42, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 448, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "25.75", + "duration": "23.954", + "location": [ + 139.933616, + 35.677955 + ], + "bearings": [ + 42, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 452, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.937672, + 35.681251 + ], + "bearings": [ + 50, + 230 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 456, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA277201", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA27720E" + ] + } + ], + "junction_name": "Koya JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "16863.508", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 17 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 17 kilometres." + }, + { + "distancealonggeometry": "1500", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eMiyanogi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep left at Miyanogi JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eMiyanogi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep left at Miyanogi JCT." + }, + { + "distancealonggeometry": "177.778", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left at \u003csay-as interpret-as\u003d\"address\"\u003eMiyanogi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eKEIYO ROAD\u003c/say-as\u003e, \u003csay-as interpret-as\u003d\"address\"\u003eTATEYAMA EXPWY\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep left at Miyanogi JCT toward KEIYO ROAD, TATEYAMA EXPWY." + } + ], + "weight_typical": "923.219", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "KEIYO ROAD", + "type": "text" + }, + { + "text": "/", + "type": "text" + }, + { + "text": "TATEYAMA EXPWY", + "type": "text" + } + ], + "modifier": "left", + "text": "KEIYO ROAD / TATEYAMA EXPWY", + "type": "fork" + }, + "distancealonggeometry": "16890.174", + "primary": { + "components": [ + { + "text": "Miyanogi JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "E14", + "type": "icon", + "mapbox_shield": { + "display_ref": "E14", + "name": "jp-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "left", + "text": "Miyanogi JCT / E14", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "KEIYO ROAD", + "type": "text" + }, + { + "text": "/", + "type": "text" + }, + { + "text": "TATEYAMA EXPWY", + "type": "text" + } + ], + "modifier": "left", + "text": "KEIYO ROAD / TATEYAMA EXPWY", + "type": "fork" + }, + "distancealonggeometry": "1500", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight left" + }, + { + "directions": [ + "slight left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight left" + }, + { + "directions": [ + "straight" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": false, + "text": "", + "type": "lane" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA085401?arrow_ids\u003dCA08540A", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "left", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Miyanogi JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "E14", + "type": "icon", + "mapbox_shield": { + "display_ref": "E14", + "name": "jp-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "left", + "text": "Miyanogi JCT / E14", + "type": "fork" + } + } + ], + "distance": 16890.174, + "duration": 835.132, + "duration_typical": 793.34, + "geometry": "_~}`cA}rj|iGumA}`CaN{WgoAwbCACoIgP}|@mbBitCyqFet@oxAgHaPqUwk@g^ufAiHm[aG}^aGke@uCyWg@qGgEqi@{Au_APmq@hAe^jE{r@zLi`AzHob@vOu_AlIwf@xSukAzAaKbs@ceEh`@g_CdQ}dA|EoXvp@o_Ebw@srEft@cjEbw@isEtGu_@zm@}qDhLke@|Pem@zLg^dZey@xSwk@|}AqkEhLk[~Nc`@lSei@xOob@j_@o}@dOgYzSm[rRmVlIkJjIsIlI}HnQiOtGqGpUmQhLqGxO}Hr]iObbAc\\`eAy\\pY}MhW}MjPaKbVwPn\\gYzSiT~Xq]nMmQvZ{h@rCyF|Wgh@z}A}{CbK{RdrBm_EpaDinGxi@mgAfuAwrCju@eoBbOwg@z^uoAxZccA`GoQvKu_@nFwTnMei@pU}eAvDwZnXk}BpJcr@|Eg^~Ikj@fWosAzSsz@n\\ehAhf@}tAzi@}oAbwCoaGjkA{jCrz@uaChb@{yAp`@{~AzW}tAbRafA`RwwAlXilCnB}UzA}QzH}y@`RonBxHmv@xOa|@xH}^bRij@|T{h@nn@cmAln@ecA`iA}yAldAklAzb@yf@bVk`@vVwf@xHySfDcJzPmq@lI}h@`CuZlBk[v@k`@?q]aCsi@eDaa@_Jcm@iL}c@i[g~@qU}c@wbAetA_xEujGaNoQa]}c@_mE}}Fy`Bg{B{b@cw@sRu_@uR{c@yi@{mA{HqSif@ecAad@qs@_NmQeZuZ", + "name": "Higashikanto Expwy(Koya To Itako)", + "destinations": "HIGASHI-KANTO, Chiba, Narita", + "mode": "driving", + "maneuver": { + "location": [ + 139.941695, + 35.683824 + ], + "bearing_before": 53.0, + "bearing_after": 53.0, + "instruction": "Keep right at Koya JCT toward HIGASHI-KANTO.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 970.028, + "intersections": [ + { + "weight": "18.667", + "turn_duration": "0.007", + "duration": "12.721", + "turn_weight": "5", + "location": [ + 139.941695, + 35.683824 + ], + "bearings": [ + 42, + 53, + 233 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 460, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Koya JCT" + } + }, + { + "weight": "13.396", + "duration": "12.461", + "location": [ + 139.944172, + 35.685324 + ], + "bearings": [ + 53, + 233 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 462, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "40.896", + "duration": "38.043", + "location": [ + 139.946558, + 35.686777 + ], + "bearings": [ + 53, + 233 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 465, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "26.417", + "turn_duration": "0.021", + "duration": "23.664", + "turn_weight": "1", + "location": [ + 139.953466, + 35.691008 + ], + "bearings": [ + 56, + 234, + 246 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 468, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "229.007", + "turn_duration": "0.03", + "duration": "207.537", + "turn_weight": "0.75", + "location": [ + 139.958397, + 35.692619 + ], + "bearings": [ + 87, + 260, + 265 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 477, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "8.037", + "duration": "7.144", + "location": [ + 139.996747, + 35.681999 + ], + "bearings": [ + 121, + 300 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 504, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "20.187", + "duration": "17.944", + "location": [ + 139.997952, + 35.681416 + ], + "bearings": [ + 120, + 301 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 506, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.102", + "turn_duration": "0.022", + "duration": "5.446", + "location": [ + 140.00077, + 35.679722 + ], + "bearings": [ + 128, + 138, + 316 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 511, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Yatsufunabashi IC" + } + }, + { + "weight": "5.199", + "duration": "4.622", + "location": [ + 140.001542, + 35.678926 + ], + "bearings": [ + 142, + 324 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 515, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "11.719", + "duration": "10.654", + "location": [ + 140.002111, + 35.678213 + ], + "bearings": [ + 154, + 332 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 518, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "28.416", + "duration": "25.833", + "location": [ + 140.002997, + 35.67638 + ], + "bearings": [ + 161, + 341 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 521, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.923", + "duration": "4.476", + "location": [ + 140.005974, + 35.672343 + ], + "bearings": [ + 129, + 314 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 530, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "19.366", + "duration": "17.605", + "location": [ + 140.006769, + 35.671825 + ], + "bearings": [ + 127, + 307 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 532, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.953", + "duration": "1.775", + "location": [ + 140.00994, + 35.669908 + ], + "bearings": [ + 127, + 307 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 534, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "18.269", + "duration": "16.608", + "location": [ + 140.010258, + 35.669714 + ], + "bearings": [ + 126, + 307 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 535, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "26.84", + "duration": "24.4", + "location": [ + 140.013337, + 35.667871 + ], + "bearings": [ + 126, + 306 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 536, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "8.58", + "duration": "7.8", + "location": [ + 140.017678, + 35.66527 + ], + "bearings": [ + 126, + 306 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 537, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "31.558", + "turn_duration": "0.007", + "duration": "28.697", + "location": [ + 140.018837, + 35.664585 + ], + "bearings": [ + 120, + 126, + 306 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 538, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Wangannarashino IC" + } + }, + { + "weight": "7.92", + "duration": "7.2", + "location": [ + 140.023648, + 35.662077 + ], + "bearings": [ + 116, + 296 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 541, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "21.702", + "duration": "6.092", + "turn_weight": "15", + "location": [ + 140.024939, + 35.661567 + ], + "bearings": [ + 117, + 296 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "general" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "general" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + } + ], + "geometry_index": 542, + "is_urban": true, + "admin_index": 1, + "toll_collection": { + "type": "toll_booth", + "name": "Narashinohonsen Tollgate" + }, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.096", + "turn_duration": "0.019", + "duration": "5.561", + "location": [ + 140.026029, + 35.661122 + ], + "bearings": [ + 99, + 118, + 297 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "geometry_index": 543, + "is_urban": true, + "admin_index": 1, + "rest_stop": { + "type": "rest_area", + "name": "湾岸幕張PA", + "amenities": [ + { + "type": "electric_charging_station" + }, + { + "type": "toilet" + }, + { + "type": "restaurant" + }, + { + "type": "snack" + }, + { + "type": "info" + }, + { + "type": "baby_care" + }, + { + "type": "facilities_for_disabled" + }, + { + "type": "shop" + }, + { + "type": "telephone" + } + ], + "guidemap": "https://api.mapbox.com/guidance-views/v1/737596800/sapaguidemap/SA116602" + }, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "27.616", + "duration": "25.105", + "location": [ + 140.027196, + 35.660669 + ], + "bearings": [ + 113, + 293 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 546, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "21.151", + "turn_duration": "0.022", + "duration": "17.935", + "turn_weight": "1", + "location": [ + 140.03279, + 35.65928 + ], + "bearings": [ + 107, + 285, + 296 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 552, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "74.184", + "duration": "65.941", + "location": [ + 140.036961, + 35.65791 + ], + "bearings": [ + 119, + 296 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 556, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "29.712", + "duration": "25.287", + "location": [ + 140.051084, + 35.650883 + ], + "bearings": [ + 110, + 293 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 563, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.307", + "duration": "2.756", + "location": [ + 140.057277, + 35.649467 + ], + "bearings": [ + 101, + 282 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 567, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.568", + "turn_duration": "0.007", + "duration": "4.023", + "turn_weight": "0.75", + "location": [ + 140.057947, + 35.649365 + ], + "bearings": [ + 102, + 281, + 289 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 569, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.023", + "duration": "7.519", + "location": [ + 140.05889, + 35.649207 + ], + "bearings": [ + 102, + 282 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 570, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "54.301", + "duration": "45.251", + "location": [ + 140.060674, + 35.648902 + ], + "bearings": [ + 102, + 282 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 571, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "32.222", + "duration": "26.304", + "location": [ + 140.069446, + 35.643847 + ], + "bearings": [ + 138, + 318 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 580, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "66.489", + "duration": "54.277", + "location": [ + 140.074673, + 35.641681 + ], + "bearings": [ + 90, + 274 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 590, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.148", + "duration": "1.754", + "location": [ + 140.084967, + 35.647588 + ], + "bearings": [ + 45, + 225 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 599, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.297", + "duration": "3.508", + "location": [ + 140.085263, + 35.647829 + ], + "bearings": [ + 45, + 225 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 600, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "49.415", + "duration": "40.338", + "location": [ + 140.085854, + 35.64831 + ], + "bearings": [ + 45, + 225 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 601, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "14.7", + "duration": "12", + "location": [ + 140.092819, + 35.653745 + ], + "bearings": [ + 54, + 232 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 604, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "16.838", + "duration": "13.745", + "location": [ + 140.095194, + 35.655059 + ], + "bearings": [ + 59, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 607, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 140.09775, + 35.656679 + ], + "bearings": [ + 40, + 225 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 611, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA085401", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA08540A" + ] + } + ], + "junction_name": "Miyanogi JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "8634.271", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 9 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 9 kilometres." + }, + { + "distancealonggeometry": "400", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eChibahigashi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Keep right at Chibahigashi JCT." + }, + { + "distancealonggeometry": "94.444", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eChibahigashi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eTateyama\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Chibahigashi JCT toward Tateyama." + } + ], + "weight_typical": "550.661", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "Tateyama", + "type": "text" + } + ], + "modifier": "right", + "text": "Tateyama", + "type": "fork" + }, + "distancealonggeometry": "8647.604", + "primary": { + "components": [ + { + "text": "Chibahigashi JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "E14", + "type": "icon", + "mapbox_shield": { + "display_ref": "E14", + "name": "jp-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "right", + "text": "Chibahigashi JCT / E14", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "Tateyama", + "type": "text" + } + ], + "modifier": "right", + "text": "Tateyama", + "type": "fork" + }, + "distancealonggeometry": "400", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CY821101?arrow_ids\u003dCY82110E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Chibahigashi JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "E14", + "type": "icon", + "mapbox_shield": { + "display_ref": "E14", + "name": "jp-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "right", + "text": "Chibahigashi JCT / E14", + "type": "fork" + } + } + ], + "distance": 8647.604, + "duration": 442.673, + "duration_typical": 442.161, + "geometry": "sxi_cAah|ejGwVoQ}PoLqJyFoBcAuRyFuKcA_JVaNTiLbAiq@dReKbAySUoBWkIqBaNoGaCyAiL}MmI{RwDaPw@cRd@aPvD_U|L{WdOaPtl@_ZlX_PnMyPpUk`@bV}^`@g@~LePtG}HrNaKrYwZ`]}Yx^{W|WaPzLyFta@{RbVuIdK}CxyAke@zm@eRdp@{RzW}Hhm@wP`_Bmg@z}Aog@ng@{Rlu@g^lg@_Z`o@aa@n\\mVtKuIfi@{c@l_@g^|f@eh@lr@}y@rkCknD~iB}eC|LwPdp@c~@dt@aaAtGuIjPwU~Xk`@xOiThq@y|@ng@cr@p`@ml@|TwZrJ{M|j@o}@~Tu_@|OaZdE{HbVsd@~Tke@vZwp@hWup@dOu_@zW}t@zb@qsAtbAwhDfyA_~EpDwK`M__@dOsd@|Li^tKmVhLmVtGwKhWk`@~MoQng@em@xOuPhXsW`MwLnk@em@nXyWxi@}h@`h@wf@hAeA`pDe`Dp`@g^lXmVnQaPrNoLzSiO|PoLfS{M|[kOzWsInQmEhL}CvK{ArNcA~TyAdZm@tRVnQ`AhPdAxOpBlT|CxSjErY|HxSbFtGpBbKfC`z@dR`Cj@", + "name": "Keiyo Road", + "destinations": "E14: KEIYO ROAD, TATEYAMA EXPWY, Togane, Kisarazu", + "mode": "driving", + "maneuver": { + "location": [ + 140.098193, + 35.657114 + ], + "bearing_before": 40.0, + "bearing_after": 32.0, + "instruction": "Keep left at Miyanogi JCT toward KEIYO ROAD/TATEYAMA EXPWY/Togane/Kisarazu.", + "type": "fork", + "modifier": "slight left" + }, + "driving_side": "left", + "weight": 551.265, + "intersections": [ + { + "weight": "8.158", + "turn_duration": "0.012", + "duration": "6.672", + "location": [ + 140.098193, + 35.657114 + ], + "bearings": [ + 32, + 39, + 220 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "slight left", + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "slight left", + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + } + ], + "geometry_index": 612, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk_link" + }, + "jct": { + "name": "Miyanogi JCT" + } + }, + { + "weight": "7.023", + "duration": "5.733", + "location": [ + 140.09883, + 35.657966 + ], + "bearings": [ + 20, + 209 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 615, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk_link" + } + }, + { + "weight": "47.814", + "duration": "39.031", + "location": [ + 140.099011, + 35.658716 + ], + "bearings": [ + 179, + 358 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 619, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk_link" + } + }, + { + "weight": "18.734", + "turn_duration": "0.008", + "duration": "14.893", + "turn_weight": "0.5", + "location": [ + 140.10175, + 35.660207 + ], + "bearings": [ + 151, + 334, + 341 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 637, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk_link" + } + }, + { + "weight": "7.548", + "duration": "6.162", + "location": [ + 140.103372, + 35.65882 + ], + "bearings": [ + 135, + 312 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 642, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk_link" + } + }, + { + "weight": "34.424", + "turn_duration": "0.013", + "duration": "19.135", + "turn_weight": "11", + "location": [ + 140.103999, + 35.658207 + ], + "bearings": [ + 140, + 315, + 328 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false, + false + ], + "in": 2, + "out": 0, + "geometry_index": 645, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "14.644", + "duration": "11.954", + "location": [ + 140.106238, + 35.65505 + ], + "bearings": [ + 161, + 342 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 653, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "7.859", + "duration": "6.415", + "location": [ + 140.107159, + 35.652847 + ], + "bearings": [ + 162, + 342 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 655, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "15.096", + "duration": "12.323", + "location": [ + 140.107636, + 35.651662 + ], + "bearings": [ + 163, + 342 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 657, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "10.121", + "duration": "8.261", + "location": [ + 140.108567, + 35.649384 + ], + "bearings": [ + 161, + 341 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 659, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "10.459", + "duration": "8.539", + "location": [ + 140.109215, + 35.647866 + ], + "bearings": [ + 158, + 341 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 660, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "10.233", + "duration": "8.354", + "location": [ + 140.110033, + 35.646347 + ], + "bearings": [ + 152, + 335 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 662, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "21.023", + "turn_duration": "0.008", + "duration": "17.17", + "location": [ + 140.11101, + 35.644931 + ], + "bearings": [ + 138, + 147, + 330 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 664, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "ic": { + "name": "Anagawa IC" + } + }, + { + "weight": "44.68", + "duration": "37.233", + "location": [ + 140.113305, + 35.642422 + ], + "bearings": [ + 137, + 320 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 669, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "18.878", + "duration": "15.731", + "location": [ + 140.119213, + 35.637637 + ], + "bearings": [ + 134, + 314 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 672, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "2.611", + "duration": "2.132", + "location": [ + 140.121735, + 35.635637 + ], + "bearings": [ + 133, + 315 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 676, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "4.888", + "turn_duration": "0.019", + "duration": "3.193", + "turn_weight": "1", + "location": [ + 140.122099, + 35.635359 + ], + "bearings": [ + 134, + 313, + 322 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 677, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "2.495", + "duration": "2.037", + "location": [ + 140.122633, + 35.634943 + ], + "bearings": [ + 134, + 314 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 678, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "14.087", + "duration": "11.5", + "location": [ + 140.122974, + 35.634674 + ], + "bearings": [ + 135, + 314 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 679, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "8.881", + "duration": "7.25", + "location": [ + 140.124781, + 35.633221 + ], + "bearings": [ + 132, + 314 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 681, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "15.925", + "duration": "13", + "location": [ + 140.125952, + 35.632333 + ], + "bearings": [ + 134, + 314 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 683, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "1.103", + "duration": "0.9", + "location": [ + 140.128146, + 35.630821 + ], + "bearings": [ + 128, + 308 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 687, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "8.33", + "duration": "6.8", + "location": [ + 140.128304, + 35.630722 + ], + "bearings": [ + 127, + 308 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 688, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "10.474", + "duration": "8.55", + "location": [ + 140.12952, + 35.63 + ], + "bearings": [ + 124, + 305 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 690, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "56.228", + "duration": "45.9", + "location": [ + 140.131111, + 35.629167 + ], + "bearings": [ + 121, + 301 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 692, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "31.399", + "turn_duration": "0.021", + "duration": "25.653", + "location": [ + 140.140134, + 35.625409 + ], + "bearings": [ + 110, + 118, + 296 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 697, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "ic": { + "name": "Kaizuka IC" + } + }, + { + "weight": "11.199", + "duration": "9.142", + "location": [ + 140.144759, + 35.622512 + ], + "bearings": [ + 142, + 319 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 708, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Kaizuka Tunnel" + }, + { + "weight": "3.654", + "duration": "2.983", + "location": [ + 140.146112, + 35.62117 + ], + "bearings": [ + 142, + 320 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 711, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "12.033", + "duration": "9.823", + "location": [ + 140.146509, + 35.620762 + ], + "bearings": [ + 141, + 322 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 712, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "82.697", + "duration": "68.914", + "location": [ + 140.147816, + 35.61942 + ], + "bearings": [ + 143, + 322 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 714, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "8.149", + "duration": "6.935", + "location": [ + 140.152623, + 35.608773 + ], + "bearings": [ + 18, + 196 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 740, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "location": [ + 140.152248, + 35.607634 + ], + "bearings": [ + 15, + 195 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 742, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CY821101", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CY82110E" + ] + } + ], + "junction_name": "Chibahigashi JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "32679.631", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 33 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 33 kilometres." + }, + { + "distancealonggeometry": "1500", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazu JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep right at Kisarazu JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazu JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Kisarazu JCT." + }, + { + "distancealonggeometry": "160.556", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazu JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eTateyama\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Kisarazu JCT toward Tateyama." + } + ], + "weight_typical": "1514.695", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "Tateyama", + "type": "text" + } + ], + "modifier": "right", + "text": "Tateyama", + "type": "fork" + }, + "distancealonggeometry": "32696.297", + "primary": { + "components": [ + { + "text": "Kisarazu JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Kisarazu JCT", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "Tateyama", + "type": "text" + } + ], + "modifier": "right", + "text": "Tateyama", + "type": "fork" + }, + "distancealonggeometry": "1500", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA052311?arrow_ids\u003dCA05231E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Kisarazu JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Kisarazu JCT", + "type": "fork" + } + } + ], + "distance": 32696.297, + "duration": 1382.752, + "duration_typical": 1381.917, + "geometry": "a`i|bAcyeijGjIpB`Cl@vp@`PtmA|Yhb@bKtw@bR|q@xPth@lLvp@`PbmA~YrCbA|EbAbKfC~j@rNrYfHbVxFhb@jJb@TlfCzm@zcAvUfoBvf@tbAvUj[nGlXbF~T`FzLpB`NxAlXzAvVTnQUzWcAvV_DzSaFbQiFrSiGbGqBz[oLbh@yWbVoLfSaKfH_DvVwKh[oLfZkJrNuDh[yFba@}Cl_@l@jTl@xZ|Cf^|Hjj@lQp\\xPvZpStGbFdZxWng@`f@pk@zm@tVdW`JhJ|IjJjEjEpbBfeBj`AxaA`NzMnhAdhAta@lb@pQpQ`RbRhWtUhAl@t]pXbV|MjP|Hng@vP~c@fHtYpB~Xj@~Tk@rd@eA|EUnaA}H~kAwKrh@cF|LcAly@kJbgBoLl_@}ClM{AjkAaKtGk@lu@yFv_AyKp`@gClu@gHba@sDlXgCvK{A~ToBn\\_Dhb@uD|f@qGdp@aF~iB}Mj[qBr~@uDpk@cApv@?th@j@di@~C|[fCbtA~OrRtDt~@hT|[|Hzq@~Txi@zRbw@nb@rk@x\\h|@bm@jpBh`BbRlQ`~@tu@bRvPnxBrkBltBtfBtR`Pf_Axw@p`CdtB~u@tp@xSvPbl@vf@xe@ba@hL`K`NvKpYdW~I|Hdp@~j@hm@`f@xm@dh@dbAtz@r]~YjmCx~B~MzMvVvUl_@f^lhAfjAldAlqAfSfTpU~YnsA|jB`tAhvBd{@z~AzWdh@pUxa@`NlVdOxW`N`U~u@nnA|P~YhLvPp{AztBfdBzyBpFdHpUrXhq@nx@dKnLba@vf@zLrNlc@ng@b~@~eAd{@~`Ax^td@bl@tp@tGfHzLzMxDjEtVvZvV|Y``ClnCxHjJbGpG|wBbjCl~AhjBl_@`a@n\\f^ba@r_@th@je@hWhTrRrN~T`Pf^hT`RnLhS`KlXdMj[|MbVhJp`@|MrYtIn\\|HjTjEn\\xF~T|Cj[~Cfi@jE|_@zArNTp`@l@dVm@hf@cAn\\yAtR{AhWgChf@oGvVkEp`@_Ive@wKbRcFjj@iOvZkJvViJhb@kOxS}H~TsIdi@sSz^sNdOaFpU}Hf^eMhb@sNj_@gMlXeHt]uIve@iJdZcFda@oGta@cFhWqBrYoBpUcAlc@eA`]Up`@?t]bAvVdAhPbAbh@`Fh|@jJj_@fHnn@|Mpd@|M`o@pSrYxKlhAdh@pv@dc@zWxPxSzMfS|M`YbRvVnQdOdMhP|MbR~OhW`UtVtUvK`KxO`P~M|MpJhJhLdMj[l[x^dc@nQ~Tvw@heAh[vf@nMdRd^dm@lu@hvAnk@xmAf^|y@z^`aA~c@vwApUjv@xZhjA~TlbAxi@vmChf@zyBxOll@bV`w@ng@jvAfHvPpU`f@jPx\\pU`a@x^vk@vV|^fWb\\zb@dh@`o@`p@bw@xr@`RlQnc@ba@rd@va@jzAxwAz^j`@xjAvwAfm@n}@ft@foAzGvMxI|P~IdRvp@pzAnQ`f@lTnl@dDhJ~j@jqBj[jqApUpnAjPxhAnF`f@zLbrAzHn}@bGvwAlB`|@v@bmAPr_A?pzBd@fjAb@br@`CnbAbGzhAtGnx@~Ift@tGng@~M|y@bRn}@jPdm@hPvf@|P`a@vVng@|PzWdZr_@~TvU`YbWjn@xa@`d@~T`d@vPtV|HdVpGvuAj[xqDbw@xHxAzt@vPrRjEvhCjj@nQ|CzcA~T|IpBhm@dMn\\fHl_@fHtmAxWf_ArSdjAlV`iAlVtxA~Yf_ApSr_Bp]~XnGlTbFfjAxW~XxFdZfHlIfCppAp]`d@hOdZnL|[zMrYrNvOjJt]nQxHrDln@td@bRdMta@~YnM`K`NdMn`@|^x{@r_AhItKjb@lj@dVj[tVt_@fHnL`G`K`JlQfLvU|b@tz@zPva@f^`aAfO`f@|Ppn@dDnLlItZpUj{@xt@|vChf@vaBlThj@hLpXpd@heA", + "name": "Keiyo Road", + "destinations": "Tateyama, TATEYAMA EXPWY, KEIYO ROAD, Kisarazu", + "mode": "driving", + "maneuver": { + "location": [ + 140.152226, + 35.607569 + ], + "bearing_before": 195.0, + "bearing_after": 196.0, + "instruction": "Keep right at Chibahigashi JCT toward Tateyama.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 1515.656, + "intersections": [ + { + "weight": "0.992", + "turn_duration": "0.019", + "duration": "0.864", + "location": [ + 140.152226, + 35.607569 + ], + "bearings": [ + 15, + 189, + 196 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 743, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "jct": { + "name": "Chibahigashi JCT" + } + }, + { + "weight": "42.979", + "duration": "36.578", + "location": [ + 140.152169, + 35.607403 + ], + "bearings": [ + 16, + 196 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 744, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "0.533", + "duration": "0.444", + "location": [ + 140.149737, + 35.600283 + ], + "bearings": [ + 16, + 200 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 753, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "0.77", + "duration": "0.641", + "location": [ + 140.149703, + 35.600209 + ], + "bearings": [ + 20, + 194 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 754, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "2.302", + "turn_duration": "0.021", + "duration": "1.106", + "turn_weight": "1", + "location": [ + 140.149669, + 35.600098 + ], + "bearings": [ + 14, + 28, + 196 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 755, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "4.853", + "duration": "4.044", + "location": [ + 140.149601, + 35.599904 + ], + "bearings": [ + 16, + 196 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 756, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "9.291", + "duration": "7.742", + "location": [ + 140.149351, + 35.5992 + ], + "bearings": [ + 16, + 196 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 757, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "0.131", + "duration": "0.109", + "location": [ + 140.148896, + 35.597839 + ], + "bearings": [ + 15, + 206 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 760, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "74.292", + "turn_duration": "0.013", + "duration": "61.923", + "location": [ + 140.148885, + 35.597821 + ], + "bearings": [ + 26, + 189, + 196 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 761, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "ic": { + "name": "Matsugaoka IC" + } + }, + { + "weight": "5.229", + "turn_duration": "0.008", + "duration": "3.46", + "turn_weight": "1", + "location": [ + 140.146737, + 35.587182 + ], + "bearings": [ + 160, + 342, + 349 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 778, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "7.672", + "duration": "6.263", + "location": [ + 140.14701, + 35.58659 + ], + "bearings": [ + 154, + 339 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 780, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "64.09", + "duration": "53.408", + "location": [ + 140.147623, + 35.585562 + ], + "bearings": [ + 154, + 335 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 782, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "1.539", + "duration": "1.282", + "location": [ + 140.145327, + 35.576841 + ], + "bearings": [ + 40, + 220 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 802, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "1.582", + "duration": "1.318", + "location": [ + 140.145146, + 35.576664 + ], + "bearings": [ + 40, + 220 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 803, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "23.652", + "duration": "20.129", + "location": [ + 140.144964, + 35.576489 + ], + "bearings": [ + 40, + 219 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 804, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "2.025", + "duration": "1.724", + "location": [ + 140.142157, + 35.573748 + ], + "bearings": [ + 40, + 219 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 807, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "14.233", + "duration": "12.113", + "location": [ + 140.141919, + 35.573507 + ], + "bearings": [ + 39, + 219 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 808, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "7.746", + "turn_duration": "0.019", + "duration": "6.611", + "location": [ + 140.140181, + 35.571776 + ], + "bearings": [ + 40, + 214, + 219 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 810, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Soga IC" + } + }, + { + "weight": "0.371", + "duration": "0.316", + "location": [ + 140.139215, + 35.570785 + ], + "bearings": [ + 37, + 207 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 813, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "29.646", + "duration": "25.779", + "location": [ + 140.139192, + 35.570748 + ], + "bearings": [ + 27, + 214 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 814, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.492", + "duration": "5.646", + "location": [ + 140.138101, + 35.565397 + ], + "bearings": [ + 172, + 353 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 825, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.93", + "duration": "3.417", + "location": [ + 140.138305, + 35.564165 + ], + "bearings": [ + 172, + 352 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 826, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "19.652", + "duration": "17.088", + "location": [ + 140.138419, + 35.563499 + ], + "bearings": [ + 173, + 352 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 827, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.362", + "duration": "1.185", + "location": [ + 140.13893, + 35.560156 + ], + "bearings": [ + 171, + 353 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 831, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "7.27", + "turn_duration": "0.021", + "duration": "5.689", + "turn_weight": "0.75", + "location": [ + 140.138976, + 35.559925 + ], + "bearings": [ + 0, + 173, + 351 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 832, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "22.129", + "duration": "19.243", + "location": [ + 140.139169, + 35.558703 + ], + "bearings": [ + 173, + 353 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 833, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.189", + "duration": "1.903", + "location": [ + 140.139827, + 35.554703 + ], + "bearings": [ + 172, + 352 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 839, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.998", + "duration": "2.607", + "location": [ + 140.139895, + 35.554296 + ], + "bearings": [ + 170, + 352 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 840, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.522", + "duration": "2.193", + "location": [ + 140.139997, + 35.55374 + ], + "bearings": [ + 172, + 353 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 842, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "19.351", + "duration": "16.827", + "location": [ + 140.140077, + 35.553268 + ], + "bearings": [ + 173, + 352 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 843, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "7.629", + "duration": "6.634", + "location": [ + 140.140657, + 35.549565 + ], + "bearings": [ + 174, + 354 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 847, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "15.257", + "duration": "13.268", + "location": [ + 140.140805, + 35.548093 + ], + "bearings": [ + 178, + 356 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 849, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.5", + "duration": "2.127", + "location": [ + 140.140737, + 35.545149 + ], + "bearings": [ + 6, + 187 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 853, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.03", + "duration": "7.686", + "location": [ + 140.140669, + 35.544686 + ], + "bearings": [ + 7, + 189 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 854, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.608", + "duration": "4.773", + "location": [ + 140.140306, + 35.54301 + ], + "bearings": [ + 13, + 195 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 856, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.57", + "duration": "2.234", + "location": [ + 140.139965, + 35.541991 + ], + "bearings": [ + 15, + 196 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 857, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.568", + "duration": "3.973", + "location": [ + 140.139806, + 35.541528 + ], + "bearings": [ + 16, + 199 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 858, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "31.321", + "duration": "26.656", + "location": [ + 140.139454, + 35.540714 + ], + "bearings": [ + 19, + 201 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 859, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.021", + "duration": "1.72", + "location": [ + 140.135796, + 35.535622 + ], + "bearings": [ + 35, + 218 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 864, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.439", + "duration": "5.48", + "location": [ + 140.135501, + 35.535316 + ], + "bearings": [ + 38, + 215 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 865, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.067", + "duration": "1.759", + "location": [ + 140.134626, + 35.534307 + ], + "bearings": [ + 35, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 866, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "23.885", + "duration": "20.769", + "location": [ + 140.134342, + 35.534001 + ], + "bearings": [ + 37, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 867, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.978", + "duration": "1.72", + "location": [ + 140.130945, + 35.530178 + ], + "bearings": [ + 36, + 215 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 869, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "25.538", + "duration": "22.207", + "location": [ + 140.130672, + 35.529863 + ], + "bearings": [ + 35, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 870, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.093", + "duration": "1.82", + "location": [ + 140.127093, + 35.525882 + ], + "bearings": [ + 36, + 215 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 873, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.554", + "duration": "3.96", + "location": [ + 140.126809, + 35.525549 + ], + "bearings": [ + 35, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 874, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.91", + "duration": "3.4", + "location": [ + 140.126173, + 35.524827 + ], + "bearings": [ + 36, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 875, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.334", + "duration": "1.16", + "location": [ + 140.125627, + 35.524206 + ], + "bearings": [ + 36, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 876, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.518", + "duration": "1.32", + "location": [ + 140.125434, + 35.523993 + ], + "bearings": [ + 36, + 215 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 877, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.714", + "duration": "2.36", + "location": [ + 140.12523, + 35.523752 + ], + "bearings": [ + 35, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 878, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.129", + "duration": "0.982", + "location": [ + 140.124843, + 35.523327 + ], + "bearings": [ + 37, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 879, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "20.882", + "duration": "18.158", + "location": [ + 140.124684, + 35.523151 + ], + "bearings": [ + 36, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 880, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "17.71", + "duration": "15.073", + "location": [ + 140.121741, + 35.519799 + ], + "bearings": [ + 36, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 884, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.616", + "duration": "1.375", + "location": [ + 140.119264, + 35.517031 + ], + "bearings": [ + 36, + 219 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 886, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "24.299", + "duration": "20.68", + "location": [ + 140.119026, + 35.516791 + ], + "bearings": [ + 39, + 218 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 887, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.632", + "duration": "2.24", + "location": [ + 140.115299, + 35.513282 + ], + "bearings": [ + 41, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 892, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "30.24", + "duration": "25.2", + "location": [ + 140.114867, + 35.512921 + ], + "bearings": [ + 44, + 226 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 893, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.552", + "duration": "2.96", + "location": [ + 140.109697, + 35.509245 + ], + "bearings": [ + 52, + 233 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 896, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "7.475", + "duration": "6.229", + "location": [ + 140.109038, + 35.508847 + ], + "bearings": [ + 53, + 231 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 897, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.039", + "duration": "1.699", + "location": [ + 140.107709, + 35.507986 + ], + "bearings": [ + 51, + 230 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 900, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "7.413", + "duration": "6.177", + "location": [ + 140.107356, + 35.507745 + ], + "bearings": [ + 50, + 230 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 901, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.503", + "duration": "2.086", + "location": [ + 140.106084, + 35.506865 + ], + "bearings": [ + 50, + 231 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 902, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "25.575", + "duration": "21.766", + "location": [ + 140.105652, + 35.506578 + ], + "bearings": [ + 51, + 227 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 903, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.924", + "duration": "0.786", + "location": [ + 140.101516, + 35.503264 + ], + "bearings": [ + 45, + 225 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 906, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.737", + "duration": "2.33", + "location": [ + 140.101369, + 35.503143 + ], + "bearings": [ + 45, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 907, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.071", + "duration": "5.167", + "location": [ + 140.100959, + 35.502782 + ], + "bearings": [ + 43, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 908, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.378", + "duration": "1.173", + "location": [ + 140.100039, + 35.501977 + ], + "bearings": [ + 43, + 222 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 909, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "35.315", + "duration": "30.708", + "location": [ + 140.099823, + 35.501782 + ], + "bearings": [ + 42, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 910, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.67", + "duration": "1.485", + "location": [ + 140.094551, + 35.497088 + ], + "bearings": [ + 41, + 221 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 918, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.667", + "turn_duration": "0.019", + "duration": "0.612", + "location": [ + 140.094313, + 35.496866 + ], + "bearings": [ + 41, + 210, + 222 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 919, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Ichihara IC" + } + }, + { + "weight": "2.936", + "duration": "2.61", + "location": [ + 140.094211, + 35.496773 + ], + "bearings": [ + 42, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 920, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.614", + "duration": "3.212", + "location": [ + 140.093767, + 35.496394 + ], + "bearings": [ + 44, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 921, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "14.614", + "duration": "13.286", + "location": [ + 140.093336, + 35.496014 + ], + "bearings": [ + 43, + 222 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 922, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.802", + "turn_duration": "0.018", + "duration": "1.883", + "turn_weight": "0.75", + "location": [ + 140.091041, + 35.493949 + ], + "bearings": [ + 42, + 51, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 923, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "13.755", + "duration": "12.795", + "location": [ + 140.090722, + 35.493662 + ], + "bearings": [ + 41, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 925, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.855", + "duration": "10.098", + "location": [ + 140.088496, + 35.491727 + ], + "bearings": [ + 43, + 222 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 926, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "14.175", + "duration": "13.5", + "location": [ + 140.086779, + 35.4902 + ], + "bearings": [ + 42, + 221 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 927, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.33", + "duration": "2.219", + "location": [ + 140.084598, + 35.487996 + ], + "bearings": [ + 37, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 931, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "14.599", + "duration": "13.903", + "location": [ + 140.084257, + 35.487607 + ], + "bearings": [ + 36, + 213 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 932, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.912", + "duration": "1.821", + "location": [ + 140.082518, + 35.48495 + ], + "bearings": [ + 23, + 202 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 939, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.781", + "duration": "2.648", + "location": [ + 140.082337, + 35.48458 + ], + "bearings": [ + 22, + 200 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 940, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.097", + "duration": "2.045", + "location": [ + 140.082098, + 35.484043 + ], + "bearings": [ + 20, + 198 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 941, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.094", + "duration": "9.848", + "location": [ + 140.081927, + 35.483617 + ], + "bearings": [ + 18, + 195 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 942, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.187", + "duration": "3.109", + "location": [ + 140.081382, + 35.481525 + ], + "bearings": [ + 8, + 187 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 947, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "26.71", + "duration": "26.059", + "location": [ + 140.08128, + 35.480849 + ], + "bearings": [ + 7, + 184 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 948, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.493", + "duration": "1.456", + "location": [ + 140.082018, + 35.475193 + ], + "bearings": [ + 163, + 345 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 960, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "62.059", + "duration": "62.059", + "location": [ + 140.082132, + 35.474887 + ], + "bearings": [ + 163, + 343 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 961, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "28.039", + "turn_duration": "0.022", + "duration": "28.78", + "location": [ + 140.085857, + 35.461751 + ], + "bearings": [ + 6, + 182, + 188 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 989, + "is_urban": false, + "admin_index": 1, + "rest_stop": { + "type": "service_area", + "name": "市原SA", + "amenities": [ + { + "type": "gas_station", + "brand": "出光" + }, + { + "type": "electric_charging_station" + }, + { + "type": "toilet" + }, + { + "type": "coffee" + }, + { + "type": "restaurant" + }, + { + "type": "snack" + }, + { + "type": "ATM" + }, + { + "type": "info" + }, + { + "type": "baby_care" + }, + { + "type": "facilities_for_disabled" + }, + { + "type": "shop" + }, + { + "type": "telephone" + } + ], + "guidemap": "https://api.mapbox.com/guidance-views/v1/737596800/sapaguidemap/SA111102" + }, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "48.106", + "turn_duration": "0.022", + "duration": "48.336", + "turn_weight": "1", + "location": [ + 140.083743, + 35.455863 + ], + "bearings": [ + 25, + 28, + 208 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 997, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.741", + "duration": "9.991", + "location": [ + 140.075779, + 35.447549 + ], + "bearings": [ + 47, + 230 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1019, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "130.854", + "duration": "130.854", + "location": [ + 140.073643, + 35.446179 + ], + "bearings": [ + 53, + 235 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1021, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.623", + "turn_duration": "0.022", + "duration": "2.582", + "location": [ + 140.045567, + 35.429172 + ], + "bearings": [ + 51, + 222, + 234 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1051, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Anesakisodegaura IC" + } + }, + { + "weight": "1.512", + "duration": "1.475", + "location": [ + 140.045044, + 35.428857 + ], + "bearings": [ + 54, + 235 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1053, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.786", + "duration": "6.621", + "location": [ + 140.044737, + 35.428681 + ], + "bearings": [ + 55, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1054, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.799", + "duration": "2.731", + "location": [ + 140.043272, + 35.427885 + ], + "bearings": [ + 56, + 240 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1055, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.224", + "duration": "3.145", + "location": [ + 140.042647, + 35.427589 + ], + "bearings": [ + 60, + 240 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1056, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.797", + "duration": "0.777", + "location": [ + 140.041919, + 35.427246 + ], + "bearings": [ + 60, + 241 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1057, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "118.832", + "turn_duration": "0.024", + "duration": "115.47", + "turn_weight": "0.5", + "location": [ + 140.041738, + 35.427163 + ], + "bearings": [ + 61, + 66, + 245 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1058, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "16.838", + "duration": "16.036", + "location": [ + 140.013081, + 35.419941 + ], + "bearings": [ + 31, + 206 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1088, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "14.294", + "duration": "13.614", + "location": [ + 140.011695, + 35.416617 + ], + "bearings": [ + 15, + 194 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1093, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "29.197", + "duration": "27.807", + "location": [ + 140.010797, + 35.413756 + ], + "bearings": [ + 14, + 194 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1094, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.402", + "duration": "2.234", + "location": [ + 140.008957, + 35.407905 + ], + "bearings": [ + 14, + 194 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1102, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "62.32", + "duration": "57.973", + "location": [ + 140.008809, + 35.407433 + ], + "bearings": [ + 14, + 193 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1103, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.84", + "duration": "6.363", + "location": [ + 140.004946, + 35.395249 + ], + "bearings": [ + 18, + 197 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1117, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "15.164", + "duration": "14.442", + "location": [ + 140.004457, + 35.393944 + ], + "bearings": [ + 17, + 200 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1118, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.517", + "duration": "9.063", + "location": [ + 140.002924, + 35.391111 + ], + "bearings": [ + 25, + 213 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1125, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "12.63", + "duration": "12.028", + "location": [ + 140.001662, + 35.389491 + ], + "bearings": [ + 32, + 214 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1128, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.54", + "turn_duration": "0.024", + "duration": "10.062", + "location": [ + 139.999697, + 35.387509 + ], + "bearings": [ + 41, + 217, + 225 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1132, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Kisarazukita IC" + } + }, + { + "weight": "1.143", + "duration": "1.088", + "location": [ + 139.997822, + 35.386028 + ], + "bearings": [ + 48, + 230 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1136, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.167", + "duration": "4.066", + "location": [ + 139.997606, + 35.38588 + ], + "bearings": [ + 50, + 231 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1137, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.634", + "duration": "4.521", + "location": [ + 139.996754, + 35.385362 + ], + "bearings": [ + 54, + 234 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1140, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "14.051", + "turn_duration": "0.026", + "duration": "13.003", + "turn_weight": "0.75", + "location": [ + 139.995799, + 35.384787 + ], + "bearings": [ + 54, + 59, + 238 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1141, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.832", + "duration": "2.763", + "location": [ + 139.9928, + 35.383454 + ], + "bearings": [ + 65, + 245 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1145, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.992141, + 35.383204 + ], + "bearings": [ + 65, + 245 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1147, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA052311", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA05231E" + ] + } + ], + "junction_name": "Kisarazu JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "3889.676", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 4 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 4 kilometres." + }, + { + "distancealonggeometry": "1500", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazuminami JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep right at Kisarazuminami JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazuminami JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Kisarazuminami JCT." + }, + { + "distancealonggeometry": "160.556", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazuminami JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eTateyama\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Kisarazuminami JCT toward Tateyama." + } + ], + "weight_typical": "175.769", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "Tateyama", + "type": "text" + } + ], + "modifier": "right", + "text": "Tateyama", + "type": "fork" + }, + "distancealonggeometry": "3918.009", + "primary": { + "components": [ + { + "text": "Kisarazuminami JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "E14", + "type": "icon", + "mapbox_shield": { + "display_ref": "E14", + "name": "jp-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "right", + "text": "Kisarazuminami JCT / E14", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "Tateyama", + "type": "text" + } + ], + "modifier": "right", + "text": "Tateyama", + "type": "fork" + }, + "distancealonggeometry": "1500", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA138101?arrow_ids\u003dCA13810E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Kisarazuminami JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "E14", + "type": "icon", + "mapbox_shield": { + "display_ref": "E14", + "name": "jp-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "right", + "text": "Kisarazuminami JCT / E14", + "type": "fork" + } + } + ], + "distance": 3918.009, + "duration": 166.396, + "duration_typical": 166.414, + "geometry": "g}lnbAqa__jGfG|MvLxWrNpXjPzWta@tp@t~@brAb|AniBbbA~jAro@rz@dp@n}@|f@lv@pz@dyAfi@heAxSrd@~IpSzLzWhb@`fApJxW~zAnpEhm@lbBhL~Y`d@heAd^ps@jf@h{@d{@ftApo@fy@~TpXxDbFlTfTfLxKr`@`a@nFbFpUpSpJtIpJrI|EjElIfHnMnLl~A|tAve@`f@va@rd@tl@tu@hWf^", + "name": "Tateyama Expwy", + "destinations": "Tateyama, TATEYAMA EXPWY, Futtsu", + "mode": "driving", + "maneuver": { + "location": [ + 139.984937, + 35.380196 + ], + "bearing_before": 237.0, + "bearing_after": 236.0, + "instruction": "Keep right at Kisarazu JCT toward Tateyama.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 175.75, + "intersections": [ + { + "weight": "60.21", + "turn_duration": "0.019", + "duration": "58.761", + "location": [ + 139.984937, + 35.380196 + ], + "bearings": [ + 57, + 229, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1153, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Kisarazu JCT" + } + }, + { + "weight": "9.333", + "turn_duration": "0.022", + "duration": "8.196", + "turn_weight": "0.75", + "location": [ + 139.974165, + 35.372021 + ], + "bearings": [ + 51, + 58, + 234 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1165, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.564", + "duration": "1.49", + "location": [ + 139.972438, + 35.371012 + ], + "bearings": [ + 56, + 237 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1167, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "59.828", + "duration": "56.979", + "location": [ + 139.972109, + 35.370836 + ], + "bearings": [ + 57, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1168, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.402", + "duration": "2.234", + "location": [ + 139.959575, + 35.363976 + ], + "bearings": [ + 44, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1179, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.847", + "duration": "2.648", + "location": [ + 139.959166, + 35.363624 + ], + "bearings": [ + 43, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1180, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.35", + "duration": "1.256", + "location": [ + 139.958712, + 35.363188 + ], + "bearings": [ + 39, + 218 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1182, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.226", + "duration": "3.931", + "location": [ + 139.958507, + 35.362976 + ], + "bearings": [ + 38, + 220 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1183, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.276", + "duration": "2.069", + "location": [ + 139.957848, + 35.362318 + ], + "bearings": [ + 38, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1185, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.197", + "duration": "1.088", + "location": [ + 139.957519, + 35.361957 + ], + "bearings": [ + 37, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1186, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.184", + "duration": "1.076", + "location": [ + 139.957348, + 35.361772 + ], + "bearings": [ + 37, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1187, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.683", + "duration": "0.621", + "location": [ + 139.957178, + 35.361587 + ], + "bearings": [ + 37, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1188, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.071", + "duration": "0.974", + "location": [ + 139.957076, + 35.361476 + ], + "bearings": [ + 37, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1189, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.956928, + 35.361309 + ], + "bearings": [ + 36, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1190, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA138101", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA13810E" + ] + } + ], + "junction_name": "Kisarazuminami JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "41455.379", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 41 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 41 kilometres." + }, + { + "distancealonggeometry": "400", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Turn left towards \u003cphoneme alphabet\u003d\"jeita\" ph\u003d\"シラハマ\"\u003e白浜\u003c/phoneme\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Turn left towards 白浜." + }, + { + "distancealonggeometry": "66.667", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn left towards \u003cphoneme alphabet\u003d\"jeita\" ph\u003d\"シラハマ\"\u003e白浜\u003c/phoneme\u003e, \u003cphoneme alphabet\u003d\"jeita\" ph\u003d\"タテヤマ\"\u003e館山\u003c/phoneme\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Turn left towards 白浜, 館山." + } + ], + "weight_typical": "1741.585", + "bannerinstructions": [ + { + "distancealonggeometry": "41483.711", + "primary": { + "components": [ + { + "text": "白浜", + "type": "text" + }, + { + "text": "/", + "type": "text" + }, + { + "text": "館山", + "type": "text" + } + ], + "modifier": "left", + "text": "白浜 / 館山", + "type": "turn" + } + }, + { + "distancealonggeometry": "400", + "sub": { + "components": [ + { + "directions": [ + "left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "left" + }, + { + "directions": [ + "left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "right" + ], + "active": false, + "text": "", + "type": "lane" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "aftertoll", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/aftertoll/HW53800505?arrow_ids\u003dHW53800505_1", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "left", + "text": "", + "type": "turn" + }, + "primary": { + "components": [ + { + "text": "白浜", + "type": "text" + }, + { + "text": "/", + "type": "text" + }, + { + "text": "館山", + "type": "text" + } + ], + "modifier": "left", + "text": "白浜 / 館山", + "type": "turn" + } + } + ], + "distance": 41483.711, + "duration": 1793.554, + "duration_typical": 1795.298, + "geometry": "kc`mbA}d`}iGvZfc@~eBdjCde@fo@rY~^f^r_@`h@ng@zWhTde@b\\~TdM|PbFzb@bWpJtDxZdMpo@zRxZpGtV`F~_@xFhb@jEhb@fC`h@hCvbDtDzsBjEnmBm@bbAqBvfAcFxcA}Czt@qGzm@yFve@yF|[kExx@eMl_@gHloAsSrYaFlhA}MzWyAvVcA`Rm@tYW~X?`]l@x_AnGd{@nLn}@dRf^tI|j@lQva@nLbO|D~EpAhm@`Pju@lQba@fH~_@`FnMzAdObAfSpBvOxAfSxAzHl@fSzA`]xA`d@pBpUzAhf@|Cbl@jEl_@hCfm@`Fts@pG|q@dHfLbAxZtDxi@bFrNnBtRpB~MzAjPnBl_@bFlXtDj_@bFvVtDj_@nGtRfCfStDtR~C`YjEtVrDtRtDzLpBrNfCx^fHzWxFnXfHbVfH|PxFrY`KxOdHfLpGzLnG`JbFrNhJxHbFfHbFtGxFfH`FbGxFjIfHvKxKnFnGhHfHpNvPdKnLlMvPzH`KnQlVvKrNhP~TbGrI`NvP|EpGpJvKlI`KfLrNfDtDjItI~I`KlIrI`NjOhLvKzLfMpJhJdKjJjTzRlMnL~I|HfOnLlMvKxOnLhLtIbVlQba@~Yhb@bWtKpGxOrIvKfHbKxF~IjEtKxFjPrIrNfHbRrIjP|HzPfHrNpG`N`Fro@vUrNvFbV~HdVdHzf@rNv{@dWp`@zMxZ`KhPpGp`@hOrYnLtR|H|PfHtRhJ|P~HrNnGt]dRng@bWjEfClXhOrYnQ`RvKvKpGhL|HbKfHfHjEnMrIpN`KxOxKdOxKnMhJjPnL~IfHzLhJ`RjO|P`PbG`FjI|HfOjOjI|HlIjJ~IjJpJvKpJnLrJxKrGrIbG|HxH`KlInL|EnGtGjJxHnLtGxKbGhJnFjJ|E|HbGxKfHnLjEjJpJlQdOtZlIdRfSrd@hLfYpUvp@hLb\\vKx\\lMxa@|ElQpJl[fHbWtG~TxHhYvK|^vKj`@nFnQxDrNnFvP|ElQlIpXjEdMvDdMrCtIjEnLfDvKrCtInFrNtGvPdOj`@bG`P|EdMtGrN|IzRlIdRzLzW|LbWfHrN~MbW|L~TpNdWzHrNhb@lq@zW`a@|PlV~Tj[tKrN`NxPxH`KzLrN`N~O~I`KzLrNzm@rn@dOrNhLvKtGxFvK`KfSvPrNnLnQ|Mxt@ri@xi@x\\jPhJvKpGtKxFzLnGrNfH||@xa@jj@hT|f@vP~P|FzAf@rxAxa@zSbFdkB|c@tl@rNrNtD|gAnXr~@`Uj`AtUhWpG~j@zMx^jJzb@`Kp`@jJxSxFn\\|HvVxFba@`KfSlEpUrDzLpBfOzApJbAfHl@fHj@|Pl@`Nl@|TTxZl@hPT|f@xA~TdAvVxAtVxAva@~Cj_@jEdOxAva@bF|_@xFnXbFta@dHx^~Hfi@dMdVxFhPfC~T~CdVbArRj@`N?tRUta@cA~TU`R?tRj@dObA|LbAfS~CnU`FrUpGzLjEbKtDvVxKlMdH`NtIdZlQ~TdMbKxFvKlEfS|HtVfHdV`F~T|CzLzA~MbA|Wl@~M?vVm@vVyAdD_@zLqA|[qGlXeHzLmEn\\eMz^sNh[sIrYqGrNgC~IcApUqBzWm@tG?dO?jPV`Nl@jTnB`NbAfShC`]jEnXbFhP|CnMfCfSlErNrDpUpG`RxFbRxFnQxFvKjE|EpBnQdHfi@lVvZrNl_@zRtGtD~XnQjPvKhLtItK|H|LjJlMjJvKhJnQhO`NrNtGfHfHfH|PzRlMhO`J`LdDbEtK`PbGrItGbKnFrIhLpSvKrSbKhT|P|^vKzWhLfYtRxf@`Rhe@nMx\\tVho@|Prd@dO~^rN|^fO|^bVpn@vOxa@pQfc@zWxr@dOj`@rY~t@vOj`@fZjv@`Rvf@tRng@~Tvk@tV~o@dVzm@hWft@dZtz@dZdy@dOxa@|P`a@~IdWnQzh@vVlv@~Mnb@zHpXfDbNPr@?B~BnJjEhT`CfMzAvK`CrNxDf^lB~TzAzWv@~Td@hOPdRPrSd@tp@Px\\PzWRdRb@pSd@`Pv@lQfA`P`CtZxD~Y`ChO~BjOtChOdD`PjE~OrCxKxDnL|ErN`G`PtG~O~IdRbGdMbKdRbK`PfOhTjPtUpUtZpNzRdKrNjT~Y|b@hj@|I|M`Yr_@j[fc@~X|^lThYba@hj@x^he@dKnLlMhOlTvUlMrNjPvPvOjOvVtUfSnQx^pXlTvPtRrNrRrNfSnL|L|HbVzMdZvPdZhOpk@zWvZ|Mjf@zRh[nLl_@dMr~@pX`o@dRn\\rIj_@tIj[nG||@`Px^xFp`@xFfNdBjUrCn`@`Fl_@tDjf@jEjj@~C~n@Tj[UpYm@jf@}CvfAaPl_@kJd_AcW`d@eRng@{WjTeMfOkJpz@qn@llEgqD|wEe{DhyD}`DleBeyA`~@gt@rGcFl`Aox@tKsIxt@{m@xe@g^dZ{RtV}MxOgHdZkJnQyFxSkEbGyAvVuDpJyAtGeA`s@kE~T?p`@m@|f@k@po@WvEDry@|@vK?hq@~CbGTnr@jEpk@vDln@nG`RpBng@rIts@|MduAtUjEdAvgBxWnFl@rz@rN|El@bl@rIpUfCfSbAf_Al@zq@_Dnc@sDrR_Dxi@aKlTcFj[aKfS}Hf^aPpUeMjj@g^|f@uZhq@ud@ve@a\\tRgMth@a\\hb@mV`RcK|f@uUhm@eWtRoGzPcFlTyFpUgClXgCva@yAdZWpJ?lITlMbAbV~Cdw@vKrs@nLtR~C`R|CvVfCpz@nGxOVrN?pUqBbGm@pz@eM~u@qXzWaKly@ud@h|@ob@~TaK~j@_U|u@m[|[mQj_@qXzWsS~TqS`CiCrNuPpU{\\lXaa@bRm[fSuZrYk`@tRwUjPwPh[cW`YeRrY_PjT_IrYaKpUkErYcFjPyA`tAyKp{AoLjj@aFpU{Ajq@yFtKcAr`@}CtKcAzHm@x^_Dh[yAj[Ut]?ba@fCba@`Fxi@jJzLfClTpGxS`FfSrIflCllArcBjv@vsCn}AtrBpiAft@va@~dAzm@fi@pXx^zRb]rNlMbFhWrIj_@`KhWbFx_A`Khm@?jPTf^cAtVyAjvA_U|lBm`@dOsDx^kJjq@aPhm@aPxnAyWx`Bq]j`AwP|BQnIq@zW{AvVcAzWUtR?rYl@x^nBzWhCtVfCvVjEfi@`K~j@nLhPtDft@hO|`ApSvp@|Mdl@fMv{@bRlc@fHlX|CpQzAfWl@hWW`NU~Jc@f~@wD|Ps@z|@mE`o@gC|IUlI?~Ij@`CVvKfCtKfC`NfH~IxFr]j[|[~Yjf@he@tGbFvKnGpJlExHfC~IfC`Gl@jETdVbAba@zAlm@d@pGDdDl@rCfChAxF", + "name": "", + "ref": "E14", + "destinations": "Tateyama, Futtsu-Tateyama EXPWY, Kimitsu, Kamogawa", + "mode": "driving", + "maneuver": { + "location": [ + 139.952735, + 35.357254 + ], + "bearing_before": 226.0, + "bearing_after": 227.0, + "instruction": "Keep right at Kisarazuminami JCT toward Tateyama.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 1739.774, + "intersections": [ + { + "weight": "3.354", + "turn_duration": "0.019", + "duration": "3.068", + "location": [ + 139.952735, + 35.357254 + ], + "bearings": [ + 46, + 217, + 227 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1196, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Kisarazuminami JCT" + } + }, + { + "weight": "38.016", + "duration": "34.56", + "location": [ + 139.952155, + 35.35681 + ], + "bearings": [ + 47, + 228 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1197, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.398", + "turn_duration": "0.038", + "duration": "3.059", + "turn_weight": "1", + "location": [ + 139.946326, + 35.35132 + ], + "bearings": [ + 18, + 30, + 209 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1206, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "7.78", + "duration": "7.073", + "location": [ + 139.94594, + 35.350746 + ], + "bearings": [ + 29, + 202 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1207, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "63.99", + "duration": "59.525", + "location": [ + 139.945304, + 35.349339 + ], + "bearings": [ + 18, + 194 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1210, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "11.032", + "duration": "10.507", + "location": [ + 139.94477, + 35.336619 + ], + "bearings": [ + 173, + 357 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1222, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.286", + "duration": "2.177", + "location": [ + 139.945157, + 35.334387 + ], + "bearings": [ + 170, + 351 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1225, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "32.609", + "duration": "31.814", + "location": [ + 139.945259, + 35.333924 + ], + "bearings": [ + 169, + 350 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1226, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "20.595", + "duration": "20.093", + "location": [ + 139.946407, + 35.327185 + ], + "bearings": [ + 2, + 186 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1237, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.855", + "duration": "2.786", + "location": [ + 139.945282, + 35.322982 + ], + "bearings": [ + 19, + 198 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1242, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "22.404", + "turn_duration": "0.007", + "duration": "21.865", + "location": [ + 139.945066, + 35.322426 + ], + "bearings": [ + 18, + 189, + 197 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1243, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Kimitsu IC" + } + }, + { + "weight": "7.423", + "turn_duration": "0.019", + "duration": "6.613", + "turn_weight": "0.5", + "location": [ + 139.943874, + 35.317964 + ], + "bearings": [ + 6, + 15, + 187 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1254, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.592", + "duration": "1.516", + "location": [ + 139.943703, + 35.316408 + ], + "bearings": [ + 4, + 186 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1258, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "11.742", + "duration": "11.183", + "location": [ + 139.943657, + 35.316047 + ], + "bearings": [ + 6, + 186 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1259, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.82", + "duration": "3.638", + "location": [ + 139.943294, + 35.313437 + ], + "bearings": [ + 7, + 188 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1263, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.548", + "duration": "3.379", + "location": [ + 139.943157, + 35.312594 + ], + "bearings": [ + 8, + 188 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1264, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.948", + "duration": "0.882", + "location": [ + 139.94301, + 35.311779 + ], + "bearings": [ + 8, + 187 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1265, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.015", + "duration": "4.666", + "location": [ + 139.942976, + 35.311567 + ], + "bearings": [ + 7, + 189 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1266, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.527", + "duration": "2.351", + "location": [ + 139.942771, + 35.310437 + ], + "bearings": [ + 8, + 190 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1268, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.418", + "duration": "6.112", + "location": [ + 139.942658, + 35.309872 + ], + "bearings": [ + 8, + 189 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1270, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.323", + "duration": "2.212", + "location": [ + 139.942351, + 35.308428 + ], + "bearings": [ + 10, + 190 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1274, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.693", + "duration": "1.612", + "location": [ + 139.942237, + 35.30791 + ], + "bearings": [ + 10, + 191 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1275, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "11.576", + "duration": "11.025", + "location": [ + 139.942146, + 35.30753 + ], + "bearings": [ + 11, + 192 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1276, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.995", + "duration": "0.947", + "location": [ + 139.941488, + 35.304947 + ], + "bearings": [ + 13, + 192 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1283, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "94.964", + "duration": "94.964", + "location": [ + 139.941431, + 35.304725 + ], + "bearings": [ + 12, + 193 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1284, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.329", + "turn_duration": "0.021", + "duration": "2.472", + "location": [ + 139.927762, + 35.285561 + ], + "bearings": [ + 18, + 191, + 200 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1356, + "is_urban": false, + "admin_index": 1, + "rest_stop": { + "type": "rest_area", + "name": "君津PA", + "amenities": [ + { + "type": "electric_charging_station" + }, + { + "type": "toilet" + }, + { + "type": "baby_care" + }, + { + "type": "facilities_for_disabled" + } + ] + }, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.97", + "duration": "2.074", + "location": [ + 139.927524, + 35.285024 + ], + "bearings": [ + 20, + 199 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1357, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "16.544", + "duration": "17.885", + "location": [ + 139.927331, + 35.284579 + ], + "bearings": [ + 19, + 202 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1358, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "41.406", + "turn_duration": "0.022", + "duration": "43.705", + "turn_weight": "1", + "location": [ + 139.92524, + 35.280746 + ], + "bearings": [ + 26, + 35, + 208 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1368, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "36.562", + "duration": "39.526", + "location": [ + 139.917252, + 35.272553 + ], + "bearings": [ + 52, + 234 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1410, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "32.099", + "duration": "34.701", + "location": [ + 139.906946, + 35.268035 + ], + "bearings": [ + 59, + 239 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1438, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.184", + "duration": "6.509", + "location": [ + 139.899004, + 35.262749 + ], + "bearings": [ + 42, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1461, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "14.179", + "duration": "14.925", + "location": [ + 139.897742, + 35.261518 + ], + "bearings": [ + 38, + 218 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1464, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.166", + "duration": "5.438", + "location": [ + 139.895322, + 35.258546 + ], + "bearings": [ + 30, + 208 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1472, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.975", + "duration": "10.5", + "location": [ + 139.894595, + 35.257389 + ], + "bearings": [ + 26, + 205 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1477, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "7.493", + "turn_duration": "0.018", + "duration": "8.118", + "location": [ + 139.893413, + 35.255065 + ], + "bearings": [ + 20, + 191, + 200 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1480, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Futtsuchuo IC" + } + }, + { + "weight": "8.651", + "duration": "9.352", + "location": [ + 139.892709, + 35.253297 + ], + "bearings": [ + 18, + 196 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1483, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.789", + "turn_duration": "0.019", + "duration": "4.385", + "turn_weight": "0.75", + "location": [ + 139.892004, + 35.251232 + ], + "bearings": [ + 16, + 23, + 196 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1485, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.912", + "duration": "5.17", + "location": [ + 139.891663, + 35.250251 + ], + "bearings": [ + 17, + 196 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1487, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.061", + "duration": "10.876", + "location": [ + 139.891255, + 35.249084 + ], + "bearings": [ + 16, + 196 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1488, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.959", + "duration": "5.362", + "location": [ + 139.890402, + 35.246631 + ], + "bearings": [ + 16, + 195 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1491, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.535", + "duration": "4.902", + "location": [ + 139.889982, + 35.245418 + ], + "bearings": [ + 16, + 195 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1493, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "88.575", + "duration": "93.236", + "location": [ + 139.889607, + 35.244307 + ], + "bearings": [ + 15, + 197 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1495, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "11.709", + "duration": "11.709", + "location": [ + 139.884578, + 35.221894 + ], + "bearings": [ + 171, + 353 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1560, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.825", + "duration": "6.825", + "location": [ + 139.885653, + 35.219145 + ], + "bearings": [ + 165, + 343 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1567, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "22.047", + "duration": "22.612", + "location": [ + 139.885972, + 35.217534 + ], + "bearings": [ + 180, + 357 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1572, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.799", + "duration": "10.05", + "location": [ + 139.884608, + 35.212266 + ], + "bearings": [ + 22, + 202 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1590, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.995", + "duration": "2.046", + "location": [ + 139.88337, + 35.210081 + ], + "bearings": [ + 28, + 210 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1596, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "15.146", + "duration": "15.943", + "location": [ + 139.883074, + 35.209665 + ], + "bearings": [ + 30, + 211 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1597, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "12.177", + "duration": "12.817", + "location": [ + 139.8804, + 35.206794 + ], + "bearings": [ + 44, + 226 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1610, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "22.248", + "duration": "23.419", + "location": [ + 139.877586, + 35.205017 + ], + "bearings": [ + 58, + 238 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1620, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Amaha Tunnel" + }, + { + "weight": "22.574", + "duration": "24.404", + "location": [ + 139.871769, + 35.202147 + ], + "bearings": [ + 59, + 240 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1630, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Amaha Tunnel" + }, + { + "weight": "13.12", + "duration": "14.183", + "location": [ + 139.865701, + 35.199175 + ], + "bearings": [ + 59, + 239 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1639, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "7.628", + "turn_duration": "0.018", + "duration": "8.264", + "location": [ + 139.862599, + 35.197684 + ], + "bearings": [ + 61, + 234, + 241 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1643, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "ic": { + "name": "Futtsutakeoka IC" + } + }, + { + "weight": "2.22", + "duration": "2.4", + "location": [ + 139.860713, + 35.196814 + ], + "bearings": [ + 60, + 240 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1645, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "12.458", + "duration": "13.468", + "location": [ + 139.860156, + 35.196555 + ], + "bearings": [ + 60, + 237 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1646, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "4.662", + "duration": "5.04", + "location": [ + 139.857099, + 35.195176 + ], + "bearings": [ + 63, + 245 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1651, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.672", + "turn_duration": "0.019", + "duration": "2.908", + "turn_weight": "1", + "location": [ + 139.855895, + 35.194759 + ], + "bearings": [ + 70, + 77, + 251 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1657, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "6.084", + "duration": "6.578", + "location": [ + 139.855213, + 35.194583 + ], + "bearings": [ + 72, + 257 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1660, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Takeoka Daiichi Tunnel" + }, + { + "weight": "9.74", + "duration": "10.53", + "location": [ + 139.853611, + 35.194361 + ], + "bearings": [ + 84, + 265 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1664, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "9.147", + "duration": "9.889", + "location": [ + 139.851043, + 35.194287 + ], + "bearings": [ + 88, + 268 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1670, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "13.236", + "duration": "14.309", + "location": [ + 139.848691, + 35.194018 + ], + "bearings": [ + 75, + 253 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1677, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "17.16", + "duration": "19.067", + "location": [ + 139.845612, + 35.192777 + ], + "bearings": [ + 55, + 232 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1689, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Takeoka Dai-2 Tunnel" + }, + { + "weight": "1.16", + "duration": "1.289", + "location": [ + 139.842192, + 35.190129 + ], + "bearings": [ + 45, + 228 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1698, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "32.4", + "duration": "36", + "location": [ + 139.841953, + 35.189954 + ], + "bearings": [ + 48, + 226 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1699, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Kanaya Dai-1 Tunnel" + }, + { + "weight": "34.191", + "duration": "37.991", + "location": [ + 139.835908, + 35.18451 + ], + "bearings": [ + 33, + 214 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1714, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "13.155", + "duration": "14.617", + "location": [ + 139.831852, + 35.177205 + ], + "bearings": [ + 18, + 196 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1729, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Kanaya Dai-2 Tunnel" + }, + { + "weight": "2.471", + "duration": "2.745", + "location": [ + 139.830977, + 35.174261 + ], + "bearings": [ + 11, + 191 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1734, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "13.4", + "turn_duration": "0.007", + "duration": "14.896", + "location": [ + 139.830852, + 35.173724 + ], + "bearings": [ + 11, + 182, + 190 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1735, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "ic": { + "name": "Futtsukanaya IC" + } + }, + { + "weight": "3.486", + "duration": "3.874", + "location": [ + 139.830341, + 35.170743 + ], + "bearings": [ + 5, + 181 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1741, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "6.89", + "duration": "7.656", + "location": [ + 139.83033, + 35.169975 + ], + "bearings": [ + 1, + 179 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1742, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "5.4", + "duration": "6", + "location": [ + 139.830443, + 35.168466 + ], + "bearings": [ + 169, + 354 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1745, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "7.574", + "duration": "8.416", + "location": [ + 139.830716, + 35.167318 + ], + "bearings": [ + 164, + 349 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1746, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "9.636", + "duration": "10.707", + "location": [ + 139.831284, + 35.165772 + ], + "bearings": [ + 157, + 343 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1748, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "6.414", + "turn_duration": "0.008", + "duration": "6.024", + "turn_weight": "1", + "location": [ + 139.832398, + 35.163929 + ], + "bearings": [ + 147, + 330, + 334 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1752, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "67.133", + "duration": "74.592", + "location": [ + 139.833159, + 35.162976 + ], + "bearings": [ + 145, + 327 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1753, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Nokogiriyama Tunnel" + }, + { + "weight": "10.064", + "duration": "10.88", + "location": [ + 139.843056, + 35.151598 + ], + "bearings": [ + 145, + 324 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1757, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "6.66", + "duration": "7.2", + "location": [ + 139.843908, + 35.150589 + ], + "bearings": [ + 146, + 325 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1758, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "1.998", + "duration": "2.16", + "location": [ + 139.844942, + 35.149404 + ], + "bearings": [ + 146, + 324 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1760, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "4.734", + "duration": "5.118", + "location": [ + 139.845112, + 35.149201 + ], + "bearings": [ + 145, + 326 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1761, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Motona Tunnel" + }, + { + "weight": "10.286", + "duration": "11.12", + "location": [ + 139.845862, + 35.14834 + ], + "bearings": [ + 147, + 325 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1762, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "6.741", + "duration": "7.288", + "location": [ + 139.84668, + 35.147284 + ], + "bearings": [ + 153, + 329 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1764, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Hota Tunnel" + }, + { + "weight": "1.543", + "duration": "1.668", + "location": [ + 139.847374, + 35.145905 + ], + "bearings": [ + 166, + 341 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1768, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Hota Tunnel" + }, + { + "weight": "3.955", + "duration": "4.275", + "location": [ + 139.847476, + 35.145572 + ], + "bearings": [ + 166, + 346 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1769, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "19.158", + "turn_duration": "0.03", + "duration": "20.742", + "location": [ + 139.847692, + 35.144738 + ], + "bearings": [ + 170, + 174, + 348 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1773, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "ic": { + "name": "Kyonanhota IC" + } + }, + { + "weight": "0.912", + "duration": "0.986", + "location": [ + 139.847817, + 35.140554 + ], + "bearings": [ + 2, + 180 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1780, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "4.568", + "turn_duration": "0.024", + "duration": "3.881", + "turn_weight": "1", + "location": [ + 139.847817, + 35.14035 + ], + "bearings": [ + 0, + 6, + 185 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1781, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "0.632", + "duration": "0.684", + "location": [ + 139.847737, + 35.139545 + ], + "bearings": [ + 5, + 184 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1782, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "20.243", + "duration": "21.884", + "location": [ + 139.847726, + 35.139415 + ], + "bearings": [ + 4, + 186 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1783, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Okatabira Tunnel" + }, + { + "weight": "6.703", + "duration": "7.246", + "location": [ + 139.84693, + 35.135323 + ], + "bearings": [ + 13, + 192 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1789, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "8.736", + "duration": "9.444", + "location": [ + 139.846567, + 35.133944 + ], + "bearings": [ + 12, + 193 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1790, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "0.63", + "duration": "0.663", + "location": [ + 139.846135, + 35.132166 + ], + "bearings": [ + 11, + 189 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1792, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "5.305", + "duration": "5.584", + "location": [ + 139.846112, + 35.132046 + ], + "bearings": [ + 9, + 192 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1793, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Yoshihama Tunnel" + }, + { + "weight": "3.69", + "duration": "3.884", + "location": [ + 139.845839, + 35.130981 + ], + "bearings": [ + 11, + 191 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1795, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.376", + "duration": "3.554", + "location": [ + 139.845669, + 35.130259 + ], + "bearings": [ + 11, + 189 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1796, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "14.188", + "duration": "14.935", + "location": [ + 139.845567, + 35.129574 + ], + "bearings": [ + 5, + 181 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1798, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Oyoshi Tunnel" + }, + { + "weight": "31.371", + "duration": "32.175", + "location": [ + 139.845794, + 35.126834 + ], + "bearings": [ + 167, + 348 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1802, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "17.816", + "duration": "18.273", + "location": [ + 139.849192, + 35.121094 + ], + "bearings": [ + 150, + 329 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1813, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Nakasakuma Tunnel" + }, + { + "weight": "3.328", + "duration": "3.413", + "location": [ + 139.851112, + 35.117862 + ], + "bearings": [ + 162, + 341 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1819, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "11.641", + "turn_duration": "0.028", + "duration": "11.967", + "location": [ + 139.851351, + 35.117233 + ], + "bearings": [ + 163, + 171, + 343 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1821, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "ic": { + "name": "Kyonantomiyama IC" + } + }, + { + "weight": "10.755", + "duration": "10.755", + "location": [ + 139.851499, + 35.114891 + ], + "bearings": [ + 7, + 190 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1828, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "5.215", + "duration": "5.215", + "location": [ + 139.850999, + 35.11278 + ], + "bearings": [ + 12, + 192 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1831, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "10.34", + "turn_duration": "0.007", + "duration": "9.847", + "turn_weight": "0.5", + "location": [ + 139.850772, + 35.11178 + ], + "bearings": [ + 8, + 14, + 187 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1834, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "0.72", + "duration": "0.72", + "location": [ + 139.850681, + 35.109947 + ], + "bearings": [ + 172, + 353 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1838, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Shimosakuma Tunnel" + }, + { + "weight": "18.144", + "duration": "18.144", + "location": [ + 139.850704, + 35.109817 + ], + "bearings": [ + 169, + 352 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1839, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Shimosakuma Tunnel" + }, + { + "weight": "5.731", + "duration": "5.731", + "location": [ + 139.852136, + 35.106651 + ], + "bearings": [ + 155, + 332 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1843, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "11.084", + "duration": "11.084", + "location": [ + 139.852704, + 35.10567 + ], + "bearings": [ + 156, + 335 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1844, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "10.366", + "duration": "10.366", + "location": [ + 139.853704, + 35.103735 + ], + "bearings": [ + 152, + 337 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1847, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "1.648", + "duration": "1.648", + "location": [ + 139.855136, + 35.101939 + ], + "bearings": [ + 137, + 321 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1852, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "2.529", + "duration": "2.529", + "location": [ + 139.855419, + 35.101689 + ], + "bearings": [ + 133, + 317 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1853, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "25.653", + "turn_duration": "0.007", + "duration": "26.318", + "location": [ + 139.855897, + 35.101328 + ], + "bearings": [ + 124, + 132, + 313 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1854, + "is_urban": false, + "admin_index": 1, + "rest_stop": { + "type": "rest_area", + "name": "ハイウェイオアシス富楽里", + "amenities": [ + { + "type": "toilet" + }, + { + "type": "info" + }, + { + "type": "facilities_for_disabled" + }, + { + "type": "telephone" + }, + { + "type": "picnic_shelter" + } + ], + "guidemap": "https://api.mapbox.com/guidance-views/v1/737596800/sapaguidemap/SA153202" + }, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "12.874", + "turn_duration": "0.03", + "duration": "12.208", + "turn_weight": "1", + "location": [ + 139.85984, + 35.097208 + ], + "bearings": [ + 167, + 340, + 345 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1865, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "6.937", + "duration": "7.114", + "location": [ + 139.860306, + 35.094782 + ], + "bearings": [ + 173, + 353 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1869, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.221", + "duration": "3.304", + "location": [ + 139.860522, + 35.093301 + ], + "bearings": [ + 172, + 353 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1870, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "1.543", + "duration": "1.583", + "location": [ + 139.860635, + 35.092607 + ], + "bearings": [ + 174, + 352 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1871, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.51", + "duration": "3.6", + "location": [ + 139.860681, + 35.092246 + ], + "bearings": [ + 173, + 354 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1872, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "0.859", + "duration": "0.881", + "location": [ + 139.860806, + 35.09144 + ], + "bearings": [ + 172, + 353 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1873, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "2.537", + "duration": "2.603", + "location": [ + 139.86084, + 35.091237 + ], + "bearings": [ + 173, + 352 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1874, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "15.493", + "duration": "16.309", + "location": [ + 139.860919, + 35.090699 + ], + "bearings": [ + 172, + 353 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1875, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.293", + "duration": "3.467", + "location": [ + 139.860931, + 35.087339 + ], + "bearings": [ + 10, + 192 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1883, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "4.391", + "duration": "4.622", + "location": [ + 139.860749, + 35.086654 + ], + "bearings": [ + 12, + 194 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1884, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "53.157", + "duration": "57.467", + "location": [ + 139.860431, + 35.085756 + ], + "bearings": [ + 16, + 203 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1887, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Tomiyama Tunnel" + }, + { + "weight": "3.453", + "duration": "3.733", + "location": [ + 139.854125, + 35.075359 + ], + "bearings": [ + 29, + 206 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1894, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Tomiyama Tunnel" + }, + { + "weight": "2.631", + "duration": "2.844", + "location": [ + 139.853716, + 35.074683 + ], + "bearings": [ + 26, + 207 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1895, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Tomiyama Tunnel" + }, + { + "weight": "14.553", + "duration": "15.733", + "location": [ + 139.853398, + 35.074174 + ], + "bearings": [ + 27, + 203 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1896, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.201", + "duration": "3.557", + "location": [ + 139.852364, + 35.071128 + ], + "bearings": [ + 9, + 180 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1902, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Tomiura Tunnel" + }, + { + "weight": "1.21", + "duration": "1.345", + "location": [ + 139.852364, + 35.070387 + ], + "bearings": [ + 0, + 182 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1903, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Tomiura Tunnel" + }, + { + "weight": "17.917", + "duration": "19.908", + "location": [ + 139.852353, + 35.070109 + ], + "bearings": [ + 2, + 177 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1904, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Tomiura Tunnel" + }, + { + "weight": "1.157", + "duration": "1.286", + "location": [ + 139.853319, + 35.066073 + ], + "bearings": [ + 164, + 346 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1908, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "2.276", + "duration": "2.529", + "location": [ + 139.853409, + 35.065814 + ], + "bearings": [ + 164, + 344 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1909, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.587", + "duration": "3.986", + "location": [ + 139.853591, + 35.065305 + ], + "bearings": [ + 165, + 344 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1910, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.317", + "duration": "3.686", + "location": [ + 139.853864, + 35.064499 + ], + "bearings": [ + 163, + 345 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1911, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "32.112", + "duration": "35.68", + "location": [ + 139.854137, + 35.063758 + ], + "bearings": [ + 166, + 343 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1912, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Biwayama Tunnel" + }, + { + "weight": "0.518", + "duration": "0.56", + "location": [ + 139.855307, + 35.05987 + ], + "bearings": [ + 173, + 347 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1915, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "39.277", + "duration": "42.461", + "location": [ + 139.855316, + 35.059807 + ], + "bearings": [ + 173, + 353 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1916, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.639", + "duration": "3.831", + "location": [ + 139.853785, + 35.051696 + ], + "bearings": [ + 14, + 194 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1932, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "22.142", + "duration": "23.308", + "location": [ + 139.853557, + 35.050973 + ], + "bearings": [ + 14, + 194 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1933, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "13.973", + "duration": "14.708", + "location": [ + 139.853088, + 35.046492 + ], + "bearings": [ + 176, + 356 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1942, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "9.598", + "duration": "9.844", + "location": [ + 139.853274, + 35.043928 + ], + "bearings": [ + 5, + 193 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1948, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.68", + "duration": "3.774", + "location": [ + 139.852399, + 35.042549 + ], + "bearings": [ + 37, + 217 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1954, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "5.179", + "duration": "5.312", + "location": [ + 139.851967, + 35.042086 + ], + "bearings": [ + 37, + 219 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1955, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "5.805", + "duration": "5.954", + "location": [ + 139.851354, + 35.041456 + ], + "bearings": [ + 39, + 213 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1956, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "7.722", + "duration": "7.92", + "location": [ + 139.850933, + 35.040771 + ], + "bearings": [ + 21, + 196 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1960, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "28.301", + "duration": "13.642", + "turn_weight": "15", + "location": [ + 139.850797, + 35.039993 + ], + "bearings": [ + 4, + 184 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "general" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + } + ], + "geometry_index": 1964, + "is_urban": false, + "admin_index": 1, + "toll_collection": { + "type": "toll_booth", + "name": "Tomiura Tollgate" + }, + "mapbox_streets_v8": { + "class": "trunk_link" + } + }, + { + "location": [ + 139.850732, + 35.038704 + ], + "bearings": [ + 1, + 185 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "left", + "indications": [ + "left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "left", + "indications": [ + "left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 1966, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk_link" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "HW53800505", + "data_id": "737596800", + "type": "aftertoll", + "overlay_ids": [ + "HW53800505_1" + ] + } + ], + "voiceinstructions": [ + { + "distancealonggeometry": "3272.008", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 3 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 3 kilometres." + }, + { + "distancealonggeometry": "400", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Turn left.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Turn left." + }, + { + "distancealonggeometry": "66.667", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn left.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Turn left." + } + ], + "weight_typical": "266.267", + "bannerinstructions": [ + { + "distancealonggeometry": "3288.675", + "primary": { + "components": [ + { + "text": "Turn left", + "type": "text" + } + ], + "modifier": "left", + "text": "Turn left", + "type": "turn" + } + }, + { + "distancealonggeometry": "400", + "sub": { + "components": [ + { + "directions": [ + "left", + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "left" + }, + { + "directions": [ + "straight" + ], + "active": false, + "text": "", + "type": "lane" + } + ], + "text": "" + }, + "primary": { + "components": [ + { + "text": "Turn left", + "type": "text" + } + ], + "modifier": "left", + "text": "Turn left", + "type": "turn" + } + } + ], + "distance": 3288.675, + "duration": 261.43, + "duration_typical": 261.232, + "geometry": "iiqyaAapxviGbKaF~IgCfHqBzHqBn\\}Hp`@sNrN}Hxi@m[rNeMvKoLp`@si@nQqXxSk`@dZ_p@paA{yBtRob@jIaPzSaa@rNwUfLmQlI}MnMqSzLoQvDkExDyFzL_PzWsXxO_PjIuIp\\k[hq@io@zrAkqAhcAieArs@qs@hAyAlTsSzWmVdOsNnQ{R`N{MhLyK`N}Mdt@yr@~kA_kAb{@cw@nMwKlMkJtGkEtG_Dn\\mQ`YkJhL_D|[kEhWgCvZqBvZm@f^cA`NU", + "name": "Tateyama Bypass", + "ref": "National Road No.127 Line", + "destinations": "白浜, 館山", + "mode": "driving", + "maneuver": { + "location": [ + 139.850513, + 35.038373 + ], + "bearing_before": 232.0, + "bearing_after": 155.0, + "instruction": "Turn left towards 白浜/館山.", + "type": "turn", + "modifier": "left" + }, + "driving_side": "left", + "weight": 266.46, + "intersections": [ + { + "weight": "19.826", + "turn_duration": "3.051", + "duration": "8.001", + "turn_weight": "15", + "location": [ + 139.850513, + 35.038373 + ], + "bearings": [ + 18, + 52, + 155, + 321 + ], + "entry": [ + true, + false, + true, + true + ], + "in": 1, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "left", + "indications": [ + "left" + ] + }, + { + "valid": true, + "active": false, + "valid_indication": "left", + "indications": [ + "left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 1970, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "traffic_signal": true, + "ic": { + "name": "Tomiura IC" + } + }, + { + "duration": "3.4", + "weight": "3.315", + "location": [ + 139.850694, + 35.038003 + ], + "bearings": [ + 162, + 341 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1972, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "3.6", + "weight": "3.51", + "location": [ + 139.850751, + 35.037855 + ], + "bearings": [ + 164, + 342 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1973, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "23.6", + "weight": "23.01", + "location": [ + 139.850808, + 35.037697 + ], + "bearings": [ + 165, + 344 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1974, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.365", + "turn_duration": "2.011", + "duration": "4.437", + "turn_weight": "1", + "location": [ + 139.851217, + 35.036688 + ], + "bearings": [ + 44, + 152, + 215, + 339 + ], + "entry": [ + true, + true, + true, + false + ], + "in": 3, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": false, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 1976, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "traffic_signal": true + }, + { + "duration": "6.809", + "weight": "6.639", + "location": [ + 139.851376, + 35.036438 + ], + "bearings": [ + 151, + 332 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1977, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "5.087", + "weight": "4.96", + "location": [ + 139.851831, + 35.035753 + ], + "bearings": [ + 143, + 331 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1978, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.01", + "weight": "17.488", + "duration": "17.947", + "location": [ + 139.852274, + 35.035299 + ], + "bearings": [ + 69, + 134, + 246, + 319 + ], + "entry": [ + true, + true, + true, + false + ], + "in": 3, + "out": 1, + "geometry_index": 1980, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "12.172", + "duration": "12.484", + "location": [ + 139.854683, + 35.033698 + ], + "bearings": [ + 123, + 304 + ], + "classes": [ + "tunnel" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1984, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "館富トンネル" + }, + { + "duration": "8.914", + "weight": "8.691", + "location": [ + 139.856649, + 35.032633 + ], + "bearings": [ + 124, + 303 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1985, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "2.457", + "weight": "2.396", + "location": [ + 139.858035, + 35.031818 + ], + "bearings": [ + 130, + 307 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1988, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.019", + "weight": "2.071", + "duration": "2.144", + "location": [ + 139.858399, + 35.031568 + ], + "bearings": [ + 45, + 131, + 251, + 310 + ], + "entry": [ + true, + true, + true, + false + ], + "in": 3, + "out": 1, + "geometry_index": 1989, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "7.023", + "weight": "6.847", + "location": [ + 139.858694, + 35.031356 + ], + "bearings": [ + 130, + 311 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1990, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "8.675", + "weight": "8.458", + "location": [ + 139.85966, + 35.030643 + ], + "bearings": [ + 133, + 316 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1994, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "12.3", + "weight": "11.993", + "location": [ + 139.860739, + 35.029661 + ], + "bearings": [ + 140, + 320 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1998, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.007", + "weight": "12.8", + "duration": "12.808", + "location": [ + 139.862137, + 35.028217 + ], + "bearings": [ + 70, + 141, + 239, + 322 + ], + "entry": [ + true, + true, + true, + false + ], + "in": 3, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 2001, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.008", + "weight": "9.301", + "duration": "9.548", + "location": [ + 139.863455, + 35.026875 + ], + "bearings": [ + 20, + 140, + 206, + 321 + ], + "entry": [ + true, + true, + true, + false + ], + "in": 3, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 2002, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "7.26", + "weight": "7.079", + "location": [ + 139.86458, + 35.025782 + ], + "bearings": [ + 141, + 320 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2003, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "0.36", + "weight": "0.36", + "location": [ + 139.865421, + 35.02494 + ], + "bearings": [ + 135, + 321 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2004, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.03", + "weight": "5.513", + "duration": "5.543", + "location": [ + 139.865466, + 35.024903 + ], + "bearings": [ + 77, + 142, + 315 + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "geometry_index": 2005, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "10.462", + "weight": "10.462", + "location": [ + 139.865796, + 35.02456 + ], + "bearings": [ + 142, + 322 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2006, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "4.168", + "turn_duration": "2.008", + "duration": "5.176", + "turn_weight": "1", + "location": [ + 139.866421, + 35.023903 + ], + "bearings": [ + 89, + 139, + 265, + 322 + ], + "entry": [ + true, + true, + true, + false + ], + "in": 3, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 2008, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "traffic_signal": true + }, + { + "turn_duration": "0.019", + "weight": "2.52", + "duration": "2.539", + "location": [ + 139.866739, + 35.023607 + ], + "bearings": [ + 141, + 248, + 319 + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 0, + "geometry_index": 2009, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.019", + "weight": "1.929", + "duration": "1.948", + "location": [ + 139.866977, + 35.023366 + ], + "bearings": [ + 27, + 142, + 321 + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "geometry_index": 2010, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "2.25", + "weight": "2.25", + "location": [ + 139.867182, + 35.023153 + ], + "bearings": [ + 141, + 322 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2011, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.018", + "weight": "7.779", + "duration": "7.796", + "location": [ + 139.867421, + 35.022912 + ], + "bearings": [ + 141, + 218, + 321 + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 0, + "geometry_index": 2012, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.018", + "weight": "13.2", + "duration": "13.218", + "location": [ + 139.86825, + 35.022061 + ], + "bearings": [ + 15, + 84, + 141, + 191, + 273, + 321 + ], + "entry": [ + true, + true, + true, + true, + true, + false + ], + "in": 5, + "out": 2, + "geometry_index": 2013, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "21.825", + "weight": "21.825", + "location": [ + 139.869466, + 35.020829 + ], + "bearings": [ + 143, + 321 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2014, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "5.689", + "turn_duration": "2.028", + "duration": "7.578", + "location": [ + 139.871227, + 35.018654 + ], + "bearings": [ + 75, + 160, + 289, + 333 + ], + "entry": [ + true, + true, + true, + false + ], + "in": 3, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 2020, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + }, + "traffic_signal": true + }, + { + "turn_duration": "0.028", + "weight": "3.997", + "duration": "3.928", + "location": [ + 139.871489, + 35.018024 + ], + "bearings": [ + 90, + 170, + 343 + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "geometry_index": 2022, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "7.609", + "weight": "7.8", + "location": [ + 139.871591, + 35.017561 + ], + "bearings": [ + 172, + 350 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2023, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.024", + "weight": "4.109", + "duration": "4.033", + "location": [ + 139.871716, + 35.016728 + ], + "bearings": [ + 178, + 275, + 354 + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 0, + "geometry_index": 2025, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "7.2", + "weight": "7.38", + "location": [ + 139.871739, + 35.016284 + ], + "bearings": [ + 177, + 358 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2026, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "location": [ + 139.871773, + 35.015784 + ], + "bearings": [ + 178, + 357 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2027, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "trunk" + } + } + ] + }, + { + "voiceinstructions": [ + { + "distancealonggeometry": "303.403", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 300 metres, Turn left.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 300 metres, Turn left." + }, + { + "distancealonggeometry": "18.667", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn left.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Turn left." + } + ], + "weight_typical": "179.687", + "bannerinstructions": [ + { + "distancealonggeometry": "308.069", + "primary": { + "components": [ + { + "text": "Turn left", + "type": "text" + } + ], + "modifier": "left", + "text": "Turn left", + "type": "turn" + } + } + ], + "distance": 308.069, + "duration": 35.691, + "duration_typical": 35.691, + "geometry": "mvdxaAoabxiGcKcr@b@aK|E{r@|Eyr@hAoQd@_U", + "name": "", + "mode": "driving", + "maneuver": { + "location": [ + 139.871784, + 35.015543 + ], + "bearing_before": 178.0, + "bearing_after": 74.0, + "instruction": "Turn left.", + "type": "turn", + "modifier": "left" + }, + "driving_side": "left", + "weight": 179.688, + "intersections": [ + { + "weight": "119.752", + "turn_duration": "3.623", + "duration": "16.777", + "turn_weight": "82", + "location": [ + 139.871784, + 35.015543 + ], + "bearings": [ + 74, + 177, + 358 + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "left", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + } + ], + "geometry_index": 2028, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "street" + } + }, + { + "turn_duration": "0.022", + "weight": "20.404", + "duration": "6.783", + "turn_weight": "1", + "location": [ + 139.872795, + 35.015719 + ], + "bearings": [ + 99, + 186, + 276 + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 0, + "geometry_index": 2030, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "street" + } + }, + { + "turn_duration": "0.018", + "weight": "20.877", + "duration": "6.779", + "turn_weight": "1", + "location": [ + 139.873625, + 35.015608 + ], + "bearings": [ + 8, + 99, + 279 + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "geometry_index": 2031, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "street" + } + }, + { + "turn_duration": "0.018", + "weight": "7.97", + "duration": "2.389", + "turn_weight": "1", + "location": [ + 139.874454, + 35.015497 + ], + "bearings": [ + 99, + 189, + 279 + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 0, + "geometry_index": 2032, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "street" + } + }, + { + "turn_weight": "2", + "turn_duration": "0.01", + "location": [ + 139.87475, + 35.01546 + ], + "bearings": [ + 94, + 184, + 279, + 327 + ], + "entry": [ + true, + true, + false, + true + ], + "in": 2, + "out": 0, + "geometry_index": 2033, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "street" + } + } + ] + }, + { + "voiceinstructions": [ + { + "distancealonggeometry": "188.105", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 200 metres, Your destination will be on the right.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 200 metres, Your destination will be on the right." + }, + { + "distancealonggeometry": "19.444", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eYour destination is on the right.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Your destination is on the right." + } + ], + "weight_typical": "217.422", + "bannerinstructions": [ + { + "distancealonggeometry": "192.772", + "primary": { + "components": [ + { + "text": "Your destination will be on the right", + "type": "text" + } + ], + "modifier": "right", + "text": "Your destination will be on the right", + "type": "arrive" + } + }, + { + "distancealonggeometry": "19.444", + "primary": { + "components": [ + { + "text": "Your destination is on the right", + "type": "text" + } + ], + "modifier": "right", + "text": "Your destination is on the right", + "type": "arrive" + } + } + ], + "distance": 192.772, + "duration": 52.942, + "duration_typical": 52.942, + "geometry": "apdxaA{phxiGmTzAeDxAuGxAw@l@eDpGaC|CyD~CmBj@gD?{e@mG", + "name": "", + "mode": "driving", + "maneuver": { + "location": [ + 139.875102, + 35.015441 + ], + "bearing_before": 94.0, + "bearing_after": 354.0, + "instruction": "Turn left.", + "type": "turn", + "modifier": "left" + }, + "driving_side": "left", + "weight": 217.422, + "intersections": [ + { + "turn_duration": "3.498", + "weight": "138.152", + "duration": "34.869", + "turn_weight": "2", + "location": [ + 139.875102, + 35.015441 + ], + "bearings": [ + 90, + 274, + 354 + ], + "entry": [ + true, + false, + true + ], + "in": 1, + "out": 2, + "geometry_index": 2034, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "street" + } + }, + { + "turn_weight": "2.1", + "location": [ + 139.874625, + 35.016414 + ], + "bearings": [ + 10, + 173 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2043, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "street" + } + } + ] + }, + { + "voiceinstructions": [], + "weight_typical": "0", + "bannerinstructions": [], + "distance": 0.0, + "duration": 0.0, + "duration_typical": 0.0, + "geometry": "wsgxaAo{gxiG??", + "name": "", + "mode": "driving", + "maneuver": { + "location": [ + 139.87476, + 35.017036 + ], + "bearing_before": 10.0, + "bearing_after": 0.0, + "instruction": "Your destination is on the right.", + "type": "arrive", + "modifier": "right" + }, + "driving_side": "left", + "weight": 0.0, + "intersections": [ + { + "location": [ + 139.87476, + 35.017036 + ], + "bearings": [ + 190 + ], + "entry": [ + true + ], + "in": 0, + "geometry_index": 2044, + "admin_index": 1 + } + ] + } + ], + "incidents": [ + { + "south": "35.351142", + "north": "35.862976", + "length": 143233, + "east": "140.392288", + "west": "139.371978", + "id": "5372267336278653", + "type": "weather", + "congestion": { + "value": 101 + }, + "description": "50km/h speed restriction", + "sub_type": "rain", + "sub_type_description": "Rain", + "alertc_codes": [ + 313, + 45 + ], + "geometry_index_start": 10, + "geometry_index_end": 27, + "creation_time": "2023-06-02T10:15:00Z", + "start_time": "2023-06-02T10:15:00Z", + "end_time": "2023-06-02T10:30:00Z", + "iso_3166_1_alpha2": "JP", + "iso_3166_1_alpha3": "JPN", + "lanes_blocked": [], + "affected_road_names": [ + "C4/国道468号線/首都圏中央連絡自動車道(茅ヶ崎~大栄)/Shutokenchuo Renraku Expwy(Chigasaki To Taiei)", + "県道63号線/Kendou No.63 Line", + "E51/東関東自動車道(高谷~潮来)/Higashikanto Expwy(Koya To Itako)", + "B/首都高速湾岸線/Expwy Wangan Line", + "11/首都高速11号台場線/Expwy No.11 Line Daiba Line", + "1/首都高速1号羽田線/Expwy No.1 Line Haneda Line", + "C1/首都高速都心環状線/Expwy Inner Circular Route", + "麻布通り/Azabu St./都道415号線/Todou No.415 Line", + "六本木通り/Roppongi St./都道412号線/Todou No.412 Line", + "3/首都高速3号渋谷線/Expwy No.3 Line Shibuya Line", + "E1/東名高速道路/Tomei Expwy" + ] + }, + { + "south": "35.641681", + "north": "35.937095", + "length": 74792, + "east": "140.589248", + "west": "139.946273", + "id": "12741583563102229", + "type": "weather", + "congestion": { + "value": 101 + }, + "description": "50km/h speed restriction", + "sub_type": "rain", + "sub_type_description": "Rain", + "alertc_codes": [ + 313, + 45 + ], + "geometry_index_start": 464, + "geometry_index_end": 612, + "creation_time": "2023-06-02T10:15:00Z", + "start_time": "2023-06-02T10:15:00Z", + "end_time": "2023-06-02T10:30:00Z", + "iso_3166_1_alpha2": "JP", + "iso_3166_1_alpha3": "JPN", + "lanes_blocked": [], + "affected_road_names": [ + "E51/東関東自動車道(高谷~潮来)/Higashikanto Expwy(Koya To Itako)" + ] + }, + { + "south": "35.554573", + "north": "35.622108", + "length": 8188, + "east": "140.153274", + "west": "140.138107", + "id": "2544534568729537", + "type": "weather", + "congestion": { + "value": 101 + }, + "description": "50km/h speed restriction", + "sub_type": "rain", + "sub_type_description": "Rain", + "alertc_codes": [ + 313, + 45 + ], + "geometry_index_start": 709, + "geometry_index_end": 761, + "creation_time": "2023-06-02T10:15:00Z", + "start_time": "2023-06-02T10:15:00Z", + "end_time": "2023-06-02T10:30:00Z", + "iso_3166_1_alpha2": "JP", + "iso_3166_1_alpha3": "JPN", + "lanes_blocked": [], + "affected_road_names": [ + "E14/国道16号線/京葉道路/Keiyo Road", + "国道16号線/National Road No.16 Line" + ] + }, + { + "south": "35.194934", + "north": "35.554702", + "length": 51880, + "east": "140.140838", + "west": "139.856445", + "id": "9645091323337080", + "type": "weather", + "congestion": { + "value": 101 + }, + "description": "50km/h speed restriction", + "sub_type": "rain", + "sub_type_description": "Rain", + "alertc_codes": [ + 313, + 45 + ], + "geometry_index_start": 839, + "geometry_index_end": 1653, + "creation_time": "2023-06-02T10:15:00Z", + "start_time": "2023-06-02T10:15:00Z", + "end_time": "2023-06-02T10:30:00Z", + "iso_3166_1_alpha2": "JP", + "iso_3166_1_alpha3": "JPN", + "lanes_blocked": [], + "affected_road_names": [ + "E14/館山自動車道/Tateyama Expwy", + "E14/国道127号線/富津館山道路/Futtsutateyama Road" + ] + }, + { + "south": "35.038372", + "north": "35.194923", + "length": 19823, + "east": "139.861114", + "west": "139.830535", + "id": "6326296401477339", + "type": "weather", + "congestion": { + "value": 101 + }, + "description": "50km/h speed restriction", + "sub_type": "rain", + "sub_type_description": "Rain", + "alertc_codes": [ + 313, + 45 + ], + "geometry_index_start": 1655, + "geometry_index_end": 1970, + "creation_time": "2023-06-02T10:15:00Z", + "start_time": "2023-06-02T10:15:00Z", + "end_time": "2023-06-02T10:30:00Z", + "iso_3166_1_alpha2": "JP", + "iso_3166_1_alpha3": "JPN", + "lanes_blocked": [], + "affected_road_names": [ + "E14/国道127号線/富津館山道路/Futtsutateyama Road" + ] + } + ], + "annotation": { + "distance": [ + 47.0, + 25.8, + 26.2, + 14.1, + 17.9, + 16.6, + 22.8, + 13.9, + 29.9, + 39.1, + 6.1, + 20.8, + 25.2, + 27.8, + 20.4, + 15.3, + 14.0, + 16.3, + 15.7, + 20.7, + 14.7, + 24.5, + 26.0, + 27.3, + 31.8, + 37.5, + 119.4, + 61.1, + 14.3, + 78.5, + 11.1, + 8.3, + 2.3, + 10.2, + 12.4, + 14.0, + 3.2, + 6.5, + 3.3, + 4.1, + 3.0, + 3.2, + 5.3, + 5.2, + 4.3, + 3.7, + 5.1, + 9.7, + 10.3, + 16.1, + 5.1, + 15.8, + 13.0, + 11.7, + 7.2, + 9.4, + 7.3, + 9.2, + 8.8, + 8.1, + 6.6, + 5.2, + 5.9, + 7.5, + 7.4, + 7.3, + 4.1, + 7.6, + 10.5, + 18.9, + 9.5, + 14.5, + 25.5, + 20.8, + 3.7, + 6.6, + 3.3, + 9.2, + 13.5, + 4.1, + 6.9, + 16.9, + 6.5, + 6.6, + 7.5, + 6.9, + 30.8, + 30.7, + 19.9, + 16.6, + 10.3, + 8.5, + 9.8, + 10.2, + 12.4, + 20.4, + 21.9, + 31.4, + 32.1, + 41.8, + 46.2, + 59.9, + 31.4, + 27.0, + 12.2, + 5.9, + 65.1, + 24.3, + 25.8, + 28.6, + 25.7, + 49.5, + 49.8, + 80.1, + 117.3, + 129.5, + 77.9, + 33.1, + 45.3, + 84.4, + 29.1, + 145.6, + 38.6, + 49.1, + 93.1, + 66.8, + 58.8, + 139.8, + 89.7, + 122.8, + 154.0, + 109.1, + 54.9, + 80.6, + 41.5, + 69.6, + 61.8, + 242.8, + 86.3, + 101.8, + 24.9, + 37.0, + 42.9, + 34.6, + 28.7, + 31.4, + 28.2, + 19.8, + 32.1, + 24.9, + 34.9, + 17.5, + 22.3, + 55.0, + 38.6, + 36.5, + 25.4, + 51.4, + 33.4, + 30.0, + 21.7, + 67.1, + 81.0, + 55.3, + 45.8, + 29.6, + 38.6, + 31.1, + 24.0, + 54.0, + 40.1, + 43.2, + 59.4, + 90.7, + 47.7, + 29.6, + 30.5, + 50.6, + 22.8, + 29.4, + 61.2, + 57.9, + 48.3, + 36.5, + 34.2, + 40.1, + 43.7, + 28.1, + 31.3, + 43.4, + 40.5, + 51.4, + 62.0, + 40.2, + 27.8, + 39.3, + 53.8, + 17.6, + 36.4, + 23.9, + 35.7, + 29.9, + 50.2, + 43.0, + 29.3, + 33.2, + 73.3, + 22.3, + 13.1, + 19.0, + 24.7, + 16.1, + 20.4, + 20.2, + 30.0, + 38.6, + 30.9, + 19.0, + 21.4, + 30.7, + 30.6, + 27.8, + 40.3, + 28.5, + 29.2, + 21.3, + 40.4, + 20.6, + 28.7, + 71.0, + 80.3, + 37.4, + 24.1, + 46.2, + 120.4, + 129.9, + 39.7, + 49.4, + 37.5, + 33.1, + 60.2, + 41.7, + 60.8, + 54.4, + 61.5, + 51.5, + 30.8, + 30.9, + 29.7, + 19.8, + 20.7, + 18.5, + 26.9, + 26.9, + 26.4, + 31.9, + 31.8, + 35.6, + 30.8, + 31.2, + 20.5, + 22.2, + 27.3, + 31.8, + 37.5, + 33.6, + 38.1, + 52.6, + 39.3, + 51.5, + 39.2, + 39.2, + 82.4, + 88.9, + 97.1, + 52.6, + 62.0, + 39.3, + 75.3, + 34.3, + 33.0, + 47.4, + 15.4, + 17.6, + 18.7, + 16.5, + 11.5, + 9.5, + 17.6, + 12.9, + 15.4, + 18.9, + 14.9, + 18.4, + 20.2, + 15.6, + 16.5, + 16.7, + 19.5, + 17.1, + 11.8, + 17.5, + 17.5, + 21.3, + 18.7, + 58.6, + 69.2, + 5.1, + 77.5, + 65.7, + 37.5, + 28.7, + 28.1, + 33.0, + 33.7, + 39.9, + 43.9, + 43.7, + 90.6, + 153.1, + 964.1, + 361.2, + 5.8, + 106.3, + 5.1, + 106.2, + 86.7, + 185.1, + 73.8, + 59.1, + 37.1, + 110.8, + 214.2, + 107.1, + 171.6, + 186.8, + 212.8, + 463.5, + 29.7, + 147.5, + 112.2, + 152.1, + 75.9, + 49.4, + 501.4, + 131.8, + 80.7, + 121.8, + 207.0, + 55.2, + 152.2, + 102.9, + 154.7, + 114.0, + 67.4, + 110.8, + 146.3, + 72.8, + 65.2, + 127.0, + 49.4, + 98.2, + 27.0, + 18.6, + 58.1, + 75.5, + 229.2, + 267.1, + 46.7, + 101.3, + 21.7, + 405.7, + 448.9, + 70.5, + 101.6, + 27.7, + 30.9, + 65.7, + 266.1, + 98.8, + 290.7, + 309.2, + 116.5, + 74.1, + 38.2, + 370.2, + 57.9, + 48.5, + 40.6, + 50.6, + 52.7, + 87.5, + 504.9, + 274.3, + 273.4, + 76.0, + 71.3, + 39.7, + 24.8, + 298.6, + 256.0, + 255.1, + 2.3, + 99.7, + 38.1, + 74.7, + 83.9, + 58.7, + 96.8, + 43.7, + 38.9, + 34.1, + 38.8, + 51.0, + 5.0, + 48.4, + 43.7, + 39.1, + 24.9, + 33.0, + 75.5, + 136.1, + 53.2, + 628.2, + 59.0, + 395.9, + 194.4, + 355.2, + 124.5, + 26.9, + 216.2, + 4.3, + 169.7, + 100.3, + 268.7, + 102.6, + 141.2, + 13.2, + 171.7, + 211.0, + 13.2, + 170.2, + 132.3, + 590.4, + 228.1, + 121.2, + 108.4, + 133.9, + 385.4, + 268.7, + 206.7, + 122.3, + 85.3, + 196.4, + 170.3, + 67.2, + 88.4, + 73.9, + 76.2, + 224.6, + 234.5, + 44.8, + 238.3, + 0.2, + 31.2, + 181.3, + 440.5, + 160.5, + 29.6, + 76.2, + 117.7, + 44.4, + 48.4, + 57.3, + 36.9, + 12.6, + 62.5, + 93.7, + 73.0, + 45.3, + 75.9, + 97.6, + 54.3, + 98.2, + 60.5, + 116.9, + 18.2, + 301.3, + 194.8, + 106.2, + 38.9, + 292.2, + 322.1, + 308.8, + 323.0, + 49.7, + 272.0, + 60.4, + 74.0, + 51.6, + 97.1, + 74.6, + 340.8, + 47.4, + 55.8, + 71.1, + 59.4, + 107.3, + 47.6, + 55.5, + 48.7, + 24.8, + 24.1, + 23.5, + 40.5, + 19.8, + 48.2, + 26.8, + 33.2, + 59.5, + 126.7, + 132.1, + 52.0, + 48.4, + 35.5, + 48.5, + 64.9, + 48.3, + 64.0, + 37.1, + 78.2, + 14.0, + 74.4, + 283.1, + 35.9, + 345.9, + 487.8, + 129.6, + 263.3, + 189.1, + 65.5, + 129.9, + 110.3, + 30.4, + 52.5, + 34.2, + 66.2, + 110.3, + 41.4, + 188.5, + 76.8, + 46.8, + 65.8, + 129.7, + 94.0, + 118.2, + 142.7, + 139.8, + 462.0, + 243.9, + 216.9, + 145.8, + 151.0, + 132.1, + 108.3, + 132.9, + 209.5, + 33.8, + 27.8, + 87.1, + 164.9, + 82.2, + 93.3, + 49.4, + 71.3, + 72.1, + 141.3, + 129.9, + 186.3, + 166.9, + 86.0, + 63.5, + 71.4, + 34.8, + 18.7, + 79.6, + 63.5, + 40.7, + 41.6, + 48.4, + 44.2, + 62.1, + 50.2, + 69.6, + 58.5, + 104.5, + 66.9, + 172.5, + 547.3, + 37.9, + 75.6, + 520.4, + 250.4, + 103.3, + 58.8, + 63.9, + 137.3, + 34.5, + 121.0, + 100.7, + 37.8, + 62.9, + 50.0, + 37.5, + 23.5, + 6.9, + 36.9, + 22.8, + 19.6, + 26.8, + 23.9, + 93.9, + 21.9, + 37.1, + 6.3, + 19.2, + 29.5, + 8.3, + 32.1, + 34.2, + 26.8, + 27.8, + 24.8, + 33.4, + 43.8, + 37.9, + 90.3, + 51.5, + 36.5, + 62.9, + 61.9, + 2.6, + 35.2, + 21.1, + 32.9, + 62.1, + 66.3, + 67.1, + 50.8, + 27.2, + 68.1, + 44.0, + 22.9, + 171.0, + 88.0, + 92.2, + 46.6, + 86.4, + 180.8, + 178.9, + 77.6, + 107.0, + 82.0, + 98.8, + 62.5, + 27.4, + 92.2, + 73.4, + 92.8, + 125.2, + 356.6, + 272.9, + 35.8, + 126.5, + 134.7, + 21.8, + 45.2, + 67.0, + 42.9, + 126.7, + 103.3, + 88.9, + 56.1, + 29.8, + 119.7, + 61.4, + 49.4, + 18.1, + 68.3, + 68.0, + 87.3, + 84.0, + 55.4, + 89.8, + 138.1, + 273.7, + 360.7, + 20.9, + 52.7, + 61.6, + 51.7, + 40.8, + 41.3, + 24.1, + 64.9, + 37.9, + 98.3, + 39.4, + 57.5, + 32.0, + 103.7, + 57.9, + 97.5, + 93.0, + 5.2, + 392.4, + 74.9, + 56.7, + 41.1, + 34.0, + 44.1, + 37.4, + 42.1, + 56.7, + 46.9, + 34.2, + 24.8, + 23.1, + 28.0, + 39.4, + 48.5, + 35.0, + 33.1, + 31.0, + 30.4, + 38.8, + 38.3, + 49.5, + 38.5, + 16.3, + 22.5, + 108.8, + 7.5, + 19.1, + 7.6, + 92.0, + 145.4, + 65.3, + 104.7, + 94.4, + 76.7, + 92.0, + 144.6, + 8.8, + 12.7, + 22.4, + 81.6, + 49.3, + 42.7, + 65.0, + 2.3, + 250.6, + 127.0, + 208.0, + 125.0, + 52.0, + 46.5, + 40.5, + 25.2, + 27.2, + 45.5, + 42.3, + 33.0, + 44.4, + 42.9, + 38.6, + 34.0, + 38.6, + 15.3, + 55.1, + 81.6, + 45.6, + 40.0, + 18.0, + 46.2, + 54.1, + 51.2, + 29.1, + 51.6, + 61.2, + 57.8, + 38.2, + 50.0, + 57.5, + 81.8, + 58.6, + 57.7, + 18.6, + 60.3, + 91.7, + 104.4, + 54.9, + 25.6, + 25.5, + 14.7, + 231.0, + 151.4, + 34.5, + 168.4, + 80.4, + 42.5, + 43.9, + 54.4, + 4.6, + 66.0, + 46.5, + 34.2, + 76.5, + 67.3, + 47.8, + 46.4, + 39.2, + 67.1, + 12.4, + 119.3, + 138.4, + 74.8, + 25.0, + 105.4, + 186.5, + 58.2, + 26.1, + 137.1, + 15.6, + 97.6, + 116.9, + 60.1, + 97.8, + 61.4, + 45.7, + 23.1, + 39.5, + 53.0, + 63.5, + 72.2, + 88.2, + 191.8, + 50.8, + 113.6, + 79.4, + 99.0, + 74.3, + 75.5, + 51.9, + 153.6, + 35.9, + 117.6, + 53.5, + 96.0, + 81.5, + 112.5, + 90.4, + 128.1, + 246.3, + 43.3, + 137.5, + 42.7, + 267.6, + 257.5, + 42.9, + 141.0, + 286.6, + 121.6, + 45.1, + 98.9, + 85.0, + 29.5, + 32.5, + 58.9, + 24.3, + 108.4, + 100.1, + 102.5, + 147.7, + 67.1, + 314.1, + 34.3, + 53.7, + 73.4, + 170.3, + 172.0, + 47.4, + 56.1, + 217.2, + 229.9, + 175.5, + 74.4, + 64.5, + 43.3, + 46.1, + 41.8, + 151.2, + 50.6, + 35.0, + 237.4, + 253.5, + 19.0, + 54.7, + 122.4, + 29.2, + 83.8, + 33.5, + 87.6, + 152.4, + 143.7, + 78.7, + 108.0, + 20.5, + 32.8, + 13.8, + 58.3, + 57.6, + 310.0, + 24.1, + 19.0, + 295.2, + 230.4, + 76.0, + 69.4, + 77.1, + 92.7, + 53.2, + 41.7, + 46.3, + 63.7, + 39.2, + 40.2, + 49.8, + 54.9, + 44.4, + 63.6, + 49.9, + 54.4, + 39.2, + 53.8, + 39.8, + 51.1, + 75.8, + 58.8, + 27.8, + 59.8, + 41.4, + 70.1, + 52.7, + 35.3, + 43.7, + 71.1, + 43.3, + 61.6, + 71.4, + 35.6, + 80.8, + 52.1, + 45.4, + 67.2, + 39.8, + 42.1, + 80.9, + 61.1, + 30.6, + 42.7, + 59.3, + 66.9, + 61.2, + 47.3, + 56.8, + 70.9, + 49.5, + 62.2, + 62.6, + 43.6, + 47.7, + 40.3, + 65.0, + 53.6, + 59.7, + 54.8, + 42.4, + 31.0, + 74.0, + 110.4, + 59.2, + 87.3, + 70.4, + 90.6, + 50.9, + 143.9, + 112.0, + 51.3, + 42.9, + 42.0, + 54.1, + 50.1, + 35.5, + 37.6, + 42.1, + 53.8, + 53.6, + 28.6, + 38.9, + 34.4, + 26.3, + 31.4, + 65.3, + 77.2, + 45.9, + 143.6, + 76.6, + 38.0, + 87.0, + 159.6, + 139.1, + 102.1, + 111.4, + 144.6, + 89.9, + 120.0, + 105.4, + 220.7, + 191.6, + 72.4, + 91.2, + 145.8, + 30.6, + 69.5, + 53.2, + 63.7, + 86.2, + 62.7, + 60.4, + 87.5, + 111.4, + 125.1, + 43.2, + 81.7, + 83.9, + 207.6, + 74.6, + 186.6, + 122.6, + 150.2, + 26.6, + 32.4, + 34.0, + 159.7, + 65.6, + 76.3, + 18.8, + 183.6, + 129.8, + 122.3, + 111.5, + 58.2, + 123.2, + 92.4, + 129.6, + 88.8, + 113.5, + 93.8, + 179.3, + 109.2, + 74.3, + 98.2, + 108.2, + 84.9, + 79.7, + 60.8, + 89.6, + 96.9, + 73.8, + 65.5, + 58.8, + 72.4, + 48.3, + 67.7, + 51.2, + 58.2, + 98.3, + 73.4, + 70.8, + 44.6, + 43.1, + 159.9, + 328.8, + 17.9, + 99.4, + 36.1, + 253.3, + 33.8, + 126.7, + 20.2, + 85.0, + 54.2, + 59.4, + 144.7, + 118.2, + 138.2, + 136.3, + 164.4, + 118.3, + 177.7, + 48.0, + 39.5, + 138.8, + 47.7, + 50.2, + 19.6, + 151.9, + 70.2, + 52.2, + 55.9, + 52.5, + 34.1, + 60.9, + 19.3, + 100.7, + 39.8, + 73.2, + 31.2, + 33.8, + 75.6, + 143.3, + 26.0, + 89.2, + 58.3, + 63.5, + 25.6, + 22.7, + 33.2, + 40.6, + 107.8, + 59.6, + 110.9, + 63.7, + 76.1, + 21.7, + 44.3, + 96.4, + 240.6, + 159.6, + 73.5, + 44.1, + 122.1, + 26.2, + 43.5, + 46.4, + 47.6, + 95.0, + 165.6, + 226.8, + 162.7, + 122.5, + 126.2, + 107.4, + 168.6, + 126.8, + 66.0, + 35.8, + 43.7, + 120.9, + 41.5, + 345.6, + 166.3, + 45.8, + 121.6, + 94.5, + 112.2, + 163.7, + 121.0, + 54.0, + 14.7, + 49.1, + 30.0, + 77.7, + 16.9, + 50.1, + 25.8, + 25.7, + 15.4, + 23.0, + 32.4, + 210.9, + 89.3, + 82.6, + 113.7, + 62.8, + 72.2, + 273.0, + 97.7, + 66.4, + 73.1, + 93.8, + 54.1, + 80.1, + 44.3, + 33.6, + 72.8, + 22.2, + 53.7, + 91.2, + 51.0, + 43.5, + 59.8, + 63.6, + 63.2, + 73.4, + 291.8, + 208.3, + 196.9, + 119.6, + 128.3, + 122.7, + 96.8, + 84.2, + 70.0, + 52.4, + 105.0, + 59.3, + 146.4, + 48.5, + 132.6, + 44.5, + 42.4, + 34.0, + 47.5, + 46.3, + 53.6, + 116.1, + 109.0, + 114.8, + 57.8, + 82.7, + 64.9, + 30.0, + 13.0, + 86.1, + 100.5, + 62.3, + 59.6, + 26.2, + 29.0, + 36.4, + 30.2, + 36.2, + 17.8, + 36.3, + 53.7, + 66.2, + 40.4, + 70.4, + 80.9, + 58.1, + 83.0, + 94.7, + 91.7, + 23.8, + 50.2, + 77.0, + 28.2, + 35.5, + 27.0, + 31.4, + 58.7, + 46.0, + 58.6, + 43.1, + 59.0, + 35.6, + 37.0, + 35.8, + 47.4, + 42.9, + 36.1, + 25.2, + 28.5, + 58.3, + 45.7, + 47.4, + 43.3, + 33.9, + 50.6, + 32.7, + 26.7, + 27.7, + 22.2, + 32.3, + 20.4, + 19.4, + 19.2, + 19.4, + 18.4, + 22.9, + 29.3, + 18.2, + 21.4, + 37.9, + 29.2, + 36.4, + 24.9, + 47.4, + 32.1, + 44.4, + 21.2, + 37.2, + 17.6, + 27.7, + 25.5, + 32.8, + 12.5, + 24.1, + 26.3, + 24.2, + 35.8, + 30.1, + 32.3, + 26.3, + 27.3, + 47.8, + 32.4, + 24.3, + 35.0, + 31.7, + 35.8, + 28.3, + 49.2, + 72.3, + 72.0, + 25.8, + 33.7, + 26.4, + 24.4, + 21.7, + 25.3, + 34.6, + 30.9, + 37.4, + 34.1, + 34.6, + 30.5, + 28.7, + 92.7, + 30.0, + 43.7, + 43.4, + 74.6, + 113.8, + 63.5, + 52.6, + 33.2, + 64.3, + 51.4, + 37.9, + 34.7, + 38.7, + 35.1, + 30.4, + 61.4, + 80.2, + 12.9, + 51.2, + 54.5, + 38.7, + 25.9, + 27.8, + 25.4, + 18.9, + 30.1, + 32.8, + 35.3, + 34.3, + 30.6, + 36.7, + 23.7, + 29.7, + 41.5, + 40.4, + 17.8, + 23.4, + 37.5, + 23.5, + 24.9, + 25.6, + 27.7, + 28.5, + 27.8, + 21.8, + 20.4, + 24.8, + 27.0, + 17.5, + 22.7, + 26.3, + 24.2, + 21.9, + 21.2, + 19.1, + 23.5, + 25.7, + 20.0, + 33.8, + 49.6, + 33.5, + 65.5, + 45.0, + 82.7, + 48.6, + 48.9, + 56.8, + 29.5, + 46.2, + 38.8, + 35.5, + 42.1, + 51.7, + 53.5, + 30.1, + 24.9, + 29.1, + 29.5, + 41.6, + 23.5, + 23.1, + 17.6, + 22.6, + 20.8, + 17.6, + 26.4, + 30.0, + 56.5, + 28.7, + 24.1, + 27.5, + 34.8, + 33.5, + 43.9, + 42.9, + 28.1, + 44.1, + 40.5, + 44.8, + 28.7, + 96.6, + 66.5, + 46.7, + 56.9, + 32.1, + 37.3, + 24.7, + 33.6, + 36.5, + 26.3, + 33.5, + 108.5, + 36.7, + 30.1, + 19.2, + 28.7, + 44.4, + 34.0, + 39.5, + 114.2, + 87.7, + 35.0, + 25.9, + 25.3, + 27.7, + 30.9, + 121.3, + 83.3, + 75.7, + 34.1, + 5.4, + 167.4, + 38.6, + 200.1, + 84.5, + 29.0, + 135.1, + 117.8, + 121.0, + 45.1, + 81.3, + 59.0, + 66.3, + 62.0, + 38.8, + 54.5, + 43.8, + 63.2, + 37.3, + 41.0, + 25.2, + 29.3, + 20.8, + 16.6, + 16.6, + 32.0, + 26.9, + 39.1, + 49.6, + 30.9, + 71.2, + 39.3, + 42.5, + 42.4, + 62.3, + 58.4, + 29.2, + 62.7, + 59.8, + 46.6, + 63.2, + 58.5, + 78.0, + 42.8, + 31.5, + 39.8, + 41.5, + 35.0, + 26.8, + 35.1, + 61.8, + 39.2, + 34.0, + 35.1, + 29.0, + 25.0, + 36.8, + 41.4, + 42.2, + 26.4, + 23.1, + 46.2, + 29.0, + 31.0, + 55.4, + 44.3, + 24.4, + 24.5, + 38.9, + 44.3, + 42.5, + 39.9, + 25.0, + 26.9, + 44.5, + 26.7, + 42.4, + 42.5, + 9.3, + 25.0, + 53.0, + 47.3, + 26.4, + 56.5, + 61.1, + 52.8, + 49.0, + 28.5, + 19.8, + 40.5, + 44.4, + 15.5, + 28.8, + 31.0, + 26.9, + 38.4, + 27.0, + 36.6, + 54.4, + 46.5, + 31.7, + 26.6, + 37.2, + 29.0, + 42.1, + 35.8, + 35.9, + 34.9, + 24.5, + 13.4, + 35.6, + 82.6, + 54.4, + 64.6, + 17.6, + 53.5, + 36.1, + 28.4, + 26.8, + 29.8, + 30.6, + 28.1, + 40.6, + 35.1, + 20.5, + 21.3, + 43.1, + 35.0, + 27.4, + 12.8, + 33.6, + 21.2, + 23.5, + 20.4, + 38.2, + 37.6, + 37.8, + 56.4, + 42.7, + 45.0, + 67.7, + 65.3, + 50.5, + 82.0, + 63.4, + 54.8, + 54.1, + 54.8, + 80.6, + 58.8, + 62.2, + 87.5, + 56.5, + 91.8, + 57.0, + 94.0, + 67.1, + 68.6, + 76.0, + 82.9, + 79.7, + 88.8, + 99.5, + 97.5, + 58.3, + 59.0, + 40.3, + 69.3, + 91.1, + 58.2, + 41.1, + 23.9, + 2.6, + 0.2, + 18.2, + 33.0, + 22.0, + 19.2, + 23.9, + 46.6, + 32.6, + 36.6, + 32.2, + 23.8, + 27.9, + 30.1, + 72.3, + 43.4, + 36.3, + 27.9, + 30.0, + 24.9, + 27.1, + 25.1, + 41.0, + 40.6, + 24.8, + 24.9, + 25.2, + 26.5, + 27.2, + 20.4, + 22.2, + 25.9, + 28.7, + 29.1, + 34.2, + 25.2, + 35.3, + 32.9, + 42.4, + 45.3, + 56.9, + 40.0, + 31.5, + 54.7, + 89.8, + 29.2, + 66.5, + 73.0, + 65.6, + 54.1, + 87.6, + 79.5, + 29.3, + 35.0, + 50.5, + 34.4, + 40.3, + 38.2, + 53.6, + 45.0, + 67.8, + 46.1, + 41.8, + 41.7, + 41.1, + 28.7, + 46.6, + 54.9, + 53.9, + 87.2, + 54.0, + 75.9, + 54.1, + 61.4, + 119.2, + 90.1, + 54.8, + 59.7, + 52.0, + 113.1, + 57.8, + 60.8, + 27.6, + 40.4, + 60.6, + 58.3, + 70.8, + 77.6, + 85.5, + 50.5, + 47.4, + 70.5, + 130.2, + 60.1, + 119.6, + 71.7, + 80.7, + 43.3, + 33.3, + 126.7, + 448.6, + 473.7, + 407.1, + 224.9, + 136.4, + 18.6, + 143.5, + 27.4, + 117.7, + 82.7, + 56.4, + 47.5, + 32.8, + 51.2, + 34.9, + 38.2, + 15.0, + 43.1, + 21.0, + 15.8, + 93.2, + 39.2, + 59.8, + 71.2, + 86.5, + 12.0, + 104.5, + 22.7, + 89.9, + 14.5, + 92.2, + 79.8, + 85.4, + 34.4, + 73.7, + 96.4, + 157.0, + 11.8, + 190.0, + 13.5, + 108.7, + 12.5, + 81.8, + 40.7, + 36.2, + 114.5, + 90.9, + 65.5, + 35.7, + 78.2, + 39.6, + 53.5, + 38.9, + 60.9, + 45.2, + 89.7, + 81.8, + 105.1, + 80.9, + 40.8, + 85.5, + 71.5, + 38.3, + 78.4, + 89.7, + 37.2, + 33.5, + 39.9, + 40.6, + 45.7, + 62.1, + 48.4, + 20.6, + 18.6, + 25.9, + 41.9, + 101.7, + 95.8, + 35.8, + 34.7, + 42.8, + 106.8, + 30.0, + 27.8, + 40.5, + 14.6, + 108.1, + 104.8, + 47.7, + 117.7, + 120.8, + 42.9, + 84.7, + 106.3, + 58.1, + 68.7, + 53.5, + 49.3, + 9.6, + 37.9, + 59.3, + 67.2, + 53.6, + 54.1, + 68.0, + 48.2, + 40.4, + 61.4, + 54.2, + 53.5, + 40.8, + 50.6, + 41.2, + 48.6, + 31.2, + 152.6, + 166.1, + 77.9, + 40.4, + 90.5, + 22.8, + 60.3, + 22.8, + 17.7, + 57.1, + 50.6, + 50.6, + 54.6, + 61.1, + 61.7, + 78.0, + 25.5, + 40.2, + 38.4, + 39.3, + 275.7, + 196.6, + 298.6, + 232.9, + 107.6, + 142.1, + 84.0, + 63.7, + 58.2, + 27.8, + 46.0, + 60.3, + 44.5, + 116.8, + 82.4, + 31.0, + 55.8, + 42.3, + 158.9, + 201.8, + 30.0, + 59.0, + 93.1, + 86.2, + 146.7, + 179.8, + 119.3, + 7.1, + 18.8, + 44.5, + 42.4, + 44.3, + 35.1, + 47.5, + 56.9, + 44.7, + 42.6, + 43.4, + 77.2, + 80.8, + 32.0, + 97.8, + 121.2, + 91.2, + 83.1, + 111.8, + 66.3, + 45.8, + 33.4, + 43.2, + 43.3, + 26.9, + 21.5, + 112.9, + 32.0, + 110.6, + 85.8, + 19.6, + 18.5, + 19.7, + 7.4, + 23.5, + 23.4, + 30.1, + 22.6, + 68.5, + 64.8, + 89.7, + 18.6, + 25.9, + 22.7, + 18.5, + 20.5, + 14.6, + 11.4, + 41.4, + 60.9, + 82.7, + 15.3, + 9.5, + 10.3, + 12.1, + 23.9, + 20.6, + 17.2, + 18.4, + 54.5, + 63.9, + 31.4, + 86.8, + 34.7, + 30.1, + 86.2, + 49.8, + 61.1, + 86.4, + 214.8, + 62.6, + 31.0, + 62.0, + 43.3, + 35.8, + 28.6, + 39.6, + 36.6, + 13.8, + 15.4, + 35.0, + 58.0, + 38.9, + 24.1, + 67.0, + 114.0, + 191.7, + 159.2, + 121.0, + 5.9, + 48.6, + 55.9, + 36.8, + 43.9, + 34.5, + 30.2, + 34.5, + 121.2, + 176.4, + 134.8, + 31.8, + 30.6, + 18.0, + 17.1, + 59.1, + 49.3, + 24.8, + 52.3, + 43.8, + 49.7, + 49.5, + 55.7, + 26.9, + 77.6, + 17.7, + 76.7, + 76.6, + 27.3, + 32.1, + 38.4, + 10.1, + 16.1, + 3.7, + 15.5, + 10.3, + 12.6, + 6.5, + 9.3, + 70.3 + ], + "speed": [ + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 2.2, + 8.4, + 8.4, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 25.2, + 25.2, + 25.2, + 25.2, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 8.6, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.3, + 8.9, + 8.9, + 8.9, + 8.9, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 6.7, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 15.8, + 15.8, + 15.8, + 15.8, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 12.2, + 8.0, + 8.0, + 8.0, + 8.0, + 8.0, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 13.3, + 7.8, + 9.4, + 9.4, + 9.9, + 9.8, + 12.8, + 12.5, + 12.8, + 12.8, + 12.8, + 12.8, + 12.8, + 12.8, + 12.8, + 11.4, + 11.4, + 11.7, + 11.1, + 11.4, + 10.2, + 11.7, + 12.0, + 12.0, + 10.0, + 10.1, + 10.0, + 10.0, + 10.2, + 12.5, + 12.5, + 15.9, + 15.9, + 17.2, + 17.2, + 17.2, + 17.2, + 17.2, + 17.2, + 17.2, + 17.2, + 17.2, + 17.2, + 17.2, + 17.2, + 17.2, + 17.2, + 17.2, + 17.2, + 19.5, + 19.4, + 19.4, + 19.4, + 20.0, + 20.0, + 19.9, + 19.5, + 19.5, + 19.5, + 19.5, + 19.5, + 19.5, + 19.5, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.5, + 20.9, + 20.9, + 20.8, + 20.8, + 20.8, + 20.8, + 20.0, + 20.0, + 20.0, + 20.0, + 19.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 21.6, + 21.6, + 21.6, + 21.6, + 21.6, + 21.3, + 21.4, + 21.4, + 21.3, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.7, + 21.7, + 21.7, + 21.5, + 21.4, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 22.0, + 22.0, + 21.6, + 21.6, + 21.6, + 20.6, + 20.6, + 20.6, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.5, + 20.5, + 20.5, + 20.6, + 20.6, + 20.6, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.6, + 20.6, + 20.3, + 20.3, + 20.3, + 20.8, + 20.0, + 16.6, + 18.1, + 18.1, + 18.1, + 18.0, + 18.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 23.0, + 23.0, + 23.0, + 23.0, + 22.4, + 22.4, + 21.7, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.6, + 21.6, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.4, + 21.4, + 21.4, + 21.4, + 20.2, + 16.7, + 16.7, + 16.7, + 15.0, + 15.0, + 15.0, + 15.0, + 15.8, + 15.8, + 15.8, + 15.8, + 15.8, + 15.8, + 15.8, + 15.8, + 15.8, + 15.8, + 15.8, + 15.8, + 15.8, + 15.8, + 15.8, + 15.8, + 15.8, + 15.8, + 14.5, + 14.5, + 14.5, + 14.5, + 14.5, + 14.5, + 14.5, + 14.5, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.7, + 21.7, + 21.6, + 21.6, + 21.7, + 21.7, + 21.7, + 21.6, + 21.6, + 21.6, + 21.6, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 21.2, + 21.1, + 21.1, + 20.0, + 20.0, + 20.0, + 20.0, + 20.0, + 20.0, + 20.0, + 20.0, + 20.1, + 20.0, + 20.0, + 20.0, + 20.0, + 20.0, + 20.0, + 20.0, + 20.0, + 20.0, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 21.1, + 21.1, + 21.1, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 18.9, + 18.9, + 21.1, + 22.7, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 19.8, + 19.9, + 20.7, + 20.2, + 20.3, + 20.3, + 20.3, + 20.5, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 20.4, + 20.4, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.0, + 19.4, + 19.7, + 19.7, + 19.7, + 20.0, + 20.5, + 20.5, + 21.4, + 21.4, + 21.4, + 14.6, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.5, + 21.9, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 24.2, + 23.4, + 23.4, + 23.4, + 23.4, + 23.4, + 23.4, + 24.0, + 24.0, + 24.0, + 24.2, + 24.7, + 24.7, + 24.7, + 24.7, + 24.8, + 24.8, + 24.7, + 24.7, + 24.7, + 24.7, + 24.4, + 24.7, + 24.7, + 24.6, + 24.0, + 24.2, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 25.2, + 25.1, + 24.3, + 25.3, + 25.3, + 24.9, + 24.7, + 24.7, + 24.7, + 24.8, + 25.0, + 25.0, + 25.4, + 24.7, + 25.0, + 24.8, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 24.7, + 24.7, + 24.7, + 25.1, + 24.7, + 24.7, + 24.7, + 24.6, + 24.5, + 24.2, + 24.2, + 24.2, + 24.2, + 24.1, + 23.5, + 23.7, + 24.9, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 22.1, + 23.4, + 22.3, + 17.9, + 23.3, + 23.1, + 23.1, + 23.1, + 22.8, + 23.3, + 23.3, + 23.3, + 23.3, + 24.0, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.3, + 24.0, + 24.4, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 23.1, + 23.1, + 23.1, + 24.1, + 24.0, + 24.3, + 24.2, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.1, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.3, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.5, + 23.7, + 23.7, + 23.7, + 23.8, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 23.6, + 23.6, + 24.0, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.1, + 24.1, + 23.9, + 24.1, + 24.1, + 24.2, + 23.7, + 23.9, + 24.9, + 23.5, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.7, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 24.1, + 23.6, + 23.6, + 23.6, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 24.1, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 26.4, + 26.4, + 26.4, + 26.4, + 26.7, + 26.1, + 26.1, + 26.1, + 26.1, + 26.0, + 27.1, + 27.0, + 27.3, + 27.3, + 27.1, + 27.1, + 26.7, + 26.7, + 26.7, + 26.7, + 26.5, + 26.7, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.7, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 25.9, + 25.3, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 26.9, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.0, + 27.5, + 27.5, + 27.5, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.7, + 26.7, + 26.7, + 25.6, + 25.6, + 25.6, + 25.5, + 25.5, + 26.0, + 26.0, + 26.1, + 26.1, + 26.1, + 26.1, + 26.2, + 26.2, + 26.2, + 26.2, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.2, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 23.1, + 23.1, + 23.1, + 23.1, + 23.9, + 23.9, + 24.3, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.6, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 22.2, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.1, + 22.0, + 22.0, + 22.0, + 21.7, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.1, + 20.8, + 20.8, + 20.8, + 20.8, + 12.5, + 22.5, + 22.5, + 12.7, + 23.0, + 12.5, + 12.5, + 22.8, + 22.8, + 22.8, + 22.8, + 22.9, + 22.2, + 22.2, + 22.2, + 22.2, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 23.0, + 23.3, + 21.2, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.7, + 21.4, + 21.4, + 20.4, + 21.7, + 21.7, + 21.1, + 21.6, + 21.6, + 20.5, + 20.5, + 20.5, + 20.5, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 21.5, + 21.5, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 22.3, + 22.3, + 22.3, + 21.7, + 21.7, + 21.7, + 20.8, + 20.8, + 20.8, + 20.8, + 20.3, + 20.8, + 20.8, + 20.8, + 20.8, + 21.1, + 21.1, + 21.1, + 21.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.0, + 23.4, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 23.3, + 23.6, + 25.5, + 25.1, + 25.9, + 23.2, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.4, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 23.2, + 23.0, + 23.0, + 23.0, + 23.0, + 23.0, + 23.3, + 23.3, + 23.4, + 23.4, + 12.5, + 12.5, + 12.5, + 12.6, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 19.5, + 19.5, + 19.5, + 19.5, + 19.5, + 19.5, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.2, + 16.9, + 14.4, + 14.4, + 14.4, + 14.4, + 11.1, + 11.1, + 11.1, + 11.1, + 10.5, + 10.5, + 3.1, + 3.1, + 3.1, + 3.1, + 9.0, + 9.0, + 5.1, + 5.1, + 5.0, + 5.0, + 12.9, + 12.7, + 12.7, + 12.7, + 15.8, + 15.8, + 15.8, + 15.8, + 17.2, + 17.5, + 17.5, + 17.5, + 17.6, + 16.8, + 16.9, + 16.9, + 16.9, + 16.9, + 17.0, + 17.0, + 17.0, + 17.0, + 16.7, + 16.7, + 16.7, + 15.0, + 16.7, + 16.7, + 16.2, + 8.8, + 8.9, + 8.9, + 13.9, + 13.7, + 15.7, + 15.4, + 15.6, + 13.4, + 13.4, + 13.4, + 13.4, + 13.4, + 13.4, + 13.4, + 13.4, + 13.4, + 13.4, + 12.3, + 12.3, + 12.3, + 7.7, + 7.7, + 7.2, + 7.2, + 11.3, + 11.3, + 11.5, + 10.9, + 3.9, + 3.9, + 3.9, + 3.9, + 3.9, + 3.9, + 3.9, + 3.9, + 3.9, + 3.9 + ], + "congestion_numeric": [ + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 50, + 50, + 50, + 50, + 50, + 50, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null + ] + } + }, + { + "weight_typical": "9346.398", + "weight": "9346.398", + "via_waypoints": [], + "distance": 168338.891, + "duration": 8501.97, + "duration_typical": 8501.97, + "summary": "E14, Expwy Wangan Line", + "admins": [ + { + "iso_3166_1": "JP", + "iso_3166_1_alpha3": "JPN" + }, + { + "iso_3166_1": "JP", + "iso_3166_1_alpha3": "JPN" + }, + { + "iso_3166_1": "JP", + "iso_3166_1_alpha3": "JPN" + } + ], + "steps": [ + { + "voiceinstructions": [ + { + "distancealonggeometry": "192.772", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eDrive south.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Drive south." + }, + { + "distancealonggeometry": "188.105", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 200 metres, Turn right.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 200 metres, Turn right." + }, + { + "distancealonggeometry": "18.667", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn right.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Turn right." + } + ], + "weight_typical": "215.422", + "bannerinstructions": [ + { + "distancealonggeometry": "192.772", + "primary": { + "components": [ + { + "text": "Turn right", + "type": "text" + } + ], + "modifier": "right", + "text": "Turn right", + "type": "turn" + } + } + ], + "distance": 192.772, + "duration": 49.444, + "duration_typical": 49.444, + "geometry": "wsgxaAo{gxiGze@lGfD?lBk@xD_D`C}CdDqGv@m@tGyAdDyAlT{A", + "name": "", + "mode": "driving", + "maneuver": { + "location": [ + 139.87476, + 35.017036 + ], + "bearing_before": 0.0, + "bearing_after": 190.0, + "instruction": "Drive south.", + "type": "depart" + }, + "driving_side": "left", + "weight": 215.422, + "intersections": [ + { + "duration": "18.073", + "weight": "77.17", + "location": [ + 139.87476, + 35.017036 + ], + "bearings": [ + 190 + ], + "entry": [ + true + ], + "out": 0, + "geometry_index": 0, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "street" + } + }, + { + "turn_weight": "2.1", + "location": [ + 139.874625, + 35.016414 + ], + "bearings": [ + 10, + 173 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "street" + } + } + ] + }, + { + "voiceinstructions": [ + { + "distancealonggeometry": "303.403", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 300 metres, Turn right onto \u003csay-as interpret-as\u003d\"address\"\u003eNational Road No.127 Line\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 300 metres, Turn right onto National Road No.127 Line." + }, + { + "distancealonggeometry": "31.111", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn right onto \u003csay-as interpret-as\u003d\"address\"\u003eNational Road No.127 Line\u003c/say-as\u003e, \u003csay-as interpret-as\u003d\"address\"\u003eTateyama Bypass\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Turn right onto National Road No.127 Line, Tateyama Bypass." + } + ], + "weight_typical": "108.086", + "bannerinstructions": [ + { + "distancealonggeometry": "308.069", + "primary": { + "components": [ + { + "text": "National Road No.127 Line", + "type": "icon", + "mapbox_shield": { + "display_ref": "127", + "name": "jp-national-route", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "Tateyama Bypass", + "type": "text" + } + ], + "modifier": "right", + "text": "National Road No.127 Line / Tateyama Bypass", + "type": "turn" + } + } + ], + "distance": 308.069, + "duration": 39.764, + "duration_typical": 39.764, + "geometry": "apdxaA{phxiGe@~TiAnQ}Exr@}Ezr@c@`KbKbr@", + "name": "", + "mode": "driving", + "maneuver": { + "location": [ + 139.875102, + 35.015441 + ], + "bearing_before": 174.0, + "bearing_after": 274.0, + "instruction": "Turn right.", + "type": "turn", + "modifier": "right" + }, + "driving_side": "left", + "weight": 108.086, + "intersections": [ + { + "turn_duration": "6.501", + "weight": "15.261", + "duration": "9.31", + "turn_weight": "7", + "location": [ + 139.875102, + 35.015441 + ], + "bearings": [ + 90, + 274, + 354 + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "geometry_index": 10, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "street" + } + }, + { + "turn_duration": "0.026", + "weight": "8.804", + "duration": "2.34", + "turn_weight": "2", + "location": [ + 139.87475, + 35.01546 + ], + "bearings": [ + 94, + 184, + 279, + 327 + ], + "entry": [ + false, + true, + true, + true + ], + "in": 0, + "out": 2, + "geometry_index": 11, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "street" + } + }, + { + "turn_duration": "0.018", + "weight": "20.404", + "duration": "6.618", + "turn_weight": "1", + "location": [ + 139.874454, + 35.015497 + ], + "bearings": [ + 99, + 189, + 279 + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "geometry_index": 12, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "street" + } + }, + { + "turn_duration": "0.018", + "weight": "19.942", + "duration": "6.618", + "turn_weight": "1", + "location": [ + 139.873625, + 35.015608 + ], + "bearings": [ + 8, + 99, + 279 + ], + "entry": [ + true, + false, + true + ], + "in": 1, + "out": 2, + "geometry_index": 13, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "street" + } + }, + { + "turn_weight": "1", + "turn_duration": "0.008", + "location": [ + 139.872795, + 35.015719 + ], + "bearings": [ + 99, + 186, + 276 + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "geometry_index": 14, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "street" + } + } + ] + }, + { + "voiceinstructions": [ + { + "distancealonggeometry": "3272.008", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 3 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 3 kilometres." + }, + { + "distancealonggeometry": "400", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Turn right to take the \u003csay-as interpret-as\u003d\"address\"\u003eTomiura IC\u003c/say-as\u003e slip road.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Turn right to take the Tomiura IC slip road." + }, + { + "distancealonggeometry": "105.556", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn right to take the \u003csay-as interpret-as\u003d\"address\"\u003eTomiura IC\u003c/say-as\u003e slip road.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Turn right to take the Tomiura IC slip road." + } + ], + "weight_typical": "277.403", + "bannerinstructions": [ + { + "distancealonggeometry": "3288.674", + "primary": { + "components": [ + { + "text": "Tomiura IC", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "E14", + "type": "icon", + "mapbox_shield": { + "display_ref": "E14", + "name": "jp-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "right", + "text": "Tomiura IC / E14", + "type": "turn" + } + }, + { + "distancealonggeometry": "400", + "sub": { + "components": [ + { + "directions": [ + "straight" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "right" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "right" + } + ], + "text": "" + }, + "primary": { + "components": [ + { + "text": "Tomiura IC", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "E14", + "type": "icon", + "mapbox_shield": { + "display_ref": "E14", + "name": "jp-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "right", + "text": "Tomiura IC / E14", + "type": "turn" + } + } + ], + "distance": 3288.674, + "duration": 268.578, + "duration_typical": 268.578, + "geometry": "mvdxaAoabxiGaNTg^bAwZl@wZpBiWfC}[jEiL~CaYjJo\\lQuG~CuGjEmMjJoMvKc{@bw@_lA~jAet@xr@aN|MiLxKaNzMoQzReOrN{WlVmTrSiAxAss@ps@icAheA{rAjqAiq@ho@q\\j[kItIyO~O{WrX{L~OyDxFwDjE{LnQoMpSmI|MgLlQsNvU{S`a@kI`PuRnb@qaAzyBeZ~o@ySj`@oQpXq`@ri@wKnLsNdMyi@l[sN|Hq`@rNo\\|H{HpBgHpB_JfCcK`F", + "name": "Tateyama Bypass", + "ref": "National Road No.127 Line", + "mode": "driving", + "maneuver": { + "location": [ + 139.871784, + 35.015543 + ], + "bearing_before": 254.0, + "bearing_after": 358.0, + "instruction": "Turn right onto National Road No.127 Line/Tateyama Bypass.", + "type": "end of road", + "modifier": "right" + }, + "driving_side": "left", + "weight": 277.403, + "intersections": [ + { + "turn_duration": "6.566", + "weight": "24.764", + "duration": "8.775", + "turn_weight": "22.5", + "location": [ + 139.871784, + 35.015543 + ], + "bearings": [ + 74, + 177, + 358 + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "geometry_index": 16, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "4.582", + "weight": "4.696", + "location": [ + 139.871773, + 35.015784 + ], + "bearings": [ + 178, + 357 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 17, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "4.009", + "weight": "4.109", + "location": [ + 139.871739, + 35.016284 + ], + "bearings": [ + 177, + 358 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 18, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.009", + "weight": "8.799", + "duration": "8.594", + "location": [ + 139.871716, + 35.016728 + ], + "bearings": [ + 178, + 275, + 354 + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "geometry_index": 19, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "4.8", + "weight": "4.92", + "location": [ + 139.871591, + 35.017561 + ], + "bearings": [ + 172, + 350 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 21, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.01", + "weight": "7.002", + "duration": "6.841", + "location": [ + 139.871489, + 35.018024 + ], + "bearings": [ + 90, + 170, + 343 + ], + "entry": [ + true, + false, + true + ], + "in": 1, + "out": 2, + "geometry_index": 22, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "18.707", + "turn_duration": "2.01", + "duration": "20.717", + "location": [ + 139.871227, + 35.018654 + ], + "bearings": [ + 75, + 160, + 289, + 333 + ], + "entry": [ + true, + false, + true, + true + ], + "in": 1, + "out": 3, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 24, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "traffic_signal": true + }, + { + "duration": "11.314", + "weight": "11.314", + "location": [ + 139.869466, + 35.020829 + ], + "bearings": [ + 143, + 321 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 30, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.018", + "weight": "7.779", + "duration": "7.796", + "location": [ + 139.86825, + 35.022061 + ], + "bearings": [ + 15, + 84, + 141, + 191, + 273, + 321 + ], + "entry": [ + true, + true, + false, + true, + true, + true + ], + "in": 2, + "out": 5, + "geometry_index": 31, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.018", + "weight": "2.25", + "duration": "2.268", + "location": [ + 139.867421, + 35.022912 + ], + "bearings": [ + 141, + 218, + 321 + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "geometry_index": 32, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "4.32", + "weight": "4.32", + "location": [ + 139.867182, + 35.023153 + ], + "bearings": [ + 141, + 322 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 33, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.007", + "weight": "5.04", + "duration": "5.047", + "location": [ + 139.866977, + 35.023366 + ], + "bearings": [ + 27, + 142, + 321 + ], + "entry": [ + true, + false, + true + ], + "in": 1, + "out": 2, + "geometry_index": 34, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.007", + "weight": "3.52", + "duration": "3.527", + "location": [ + 139.866739, + 35.023607 + ], + "bearings": [ + 141, + 248, + 319 + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "geometry_index": 35, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "7.833", + "turn_duration": "2.022", + "duration": "8.855", + "turn_weight": "1", + "location": [ + 139.866421, + 35.023903 + ], + "bearings": [ + 89, + 139, + 265, + 322 + ], + "entry": [ + true, + false, + true, + true + ], + "in": 1, + "out": 3, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 36, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "traffic_signal": true + }, + { + "duration": "3.6", + "weight": "3.6", + "location": [ + 139.865796, + 35.02456 + ], + "bearings": [ + 142, + 322 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 38, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.011", + "weight": "0.441", + "duration": "0.452", + "location": [ + 139.865466, + 35.024903 + ], + "bearings": [ + 77, + 142, + 315 + ], + "entry": [ + true, + false, + true + ], + "in": 1, + "out": 2, + "geometry_index": 39, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "10.89", + "weight": "10.618", + "location": [ + 139.865421, + 35.02494 + ], + "bearings": [ + 135, + 321 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 40, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "14.31", + "weight": "13.952", + "location": [ + 139.86458, + 35.025782 + ], + "bearings": [ + 141, + 320 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 41, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.021", + "weight": "14.4", + "duration": "14.421", + "location": [ + 139.863455, + 35.026875 + ], + "bearings": [ + 20, + 140, + 206, + 321 + ], + "entry": [ + true, + false, + true, + true + ], + "in": 1, + "out": 3, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 42, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.019", + "weight": "12.406", + "duration": "12.743", + "location": [ + 139.862137, + 35.028217 + ], + "bearings": [ + 70, + 141, + 239, + 322 + ], + "entry": [ + true, + false, + true, + true + ], + "in": 1, + "out": 3, + "lanes": [ + { + "valid": true, + "active": false, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 43, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "8.969", + "weight": "8.745", + "location": [ + 139.860739, + 35.029661 + ], + "bearings": [ + 140, + 320 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 46, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "7.261", + "weight": "7.079", + "location": [ + 139.85966, + 35.030643 + ], + "bearings": [ + 133, + 316 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 50, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "2.197", + "weight": "2.142", + "location": [ + 139.858694, + 35.031356 + ], + "bearings": [ + 130, + 311 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 54, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.007", + "weight": "2.695", + "duration": "2.772", + "location": [ + 139.858399, + 35.031568 + ], + "bearings": [ + 45, + 131, + 251, + 310 + ], + "entry": [ + true, + false, + true, + true + ], + "in": 1, + "out": 3, + "geometry_index": 55, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "10.029", + "weight": "9.778", + "location": [ + 139.858035, + 35.031818 + ], + "bearings": [ + 130, + 307 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 56, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "12.791", + "duration": "13.119", + "location": [ + 139.856649, + 35.032633 + ], + "bearings": [ + 124, + 303 + ], + "classes": [ + "tunnel" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 59, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "館富トンネル" + }, + { + "duration": "24.343", + "weight": "23.734", + "location": [ + 139.854683, + 35.033698 + ], + "bearings": [ + 123, + 304 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 60, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "turn_duration": "0.028", + "weight": "6.166", + "duration": "6.352", + "location": [ + 139.852274, + 35.035299 + ], + "bearings": [ + 69, + 134, + 246, + 319 + ], + "entry": [ + true, + false, + true, + true + ], + "in": 1, + "out": 3, + "geometry_index": 64, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "8.465", + "weight": "8.253", + "location": [ + 139.851831, + 35.035753 + ], + "bearings": [ + 143, + 331 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 66, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "3.016", + "weight": "2.941", + "location": [ + 139.851376, + 35.036438 + ], + "bearings": [ + 151, + 332 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 67, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "13.943", + "turn_duration": "2.03", + "duration": "15.305", + "turn_weight": "1", + "location": [ + 139.851217, + 35.036688 + ], + "bearings": [ + 44, + 152, + 215, + 339 + ], + "entry": [ + true, + false, + true, + true + ], + "in": 1, + "out": 3, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 68, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "traffic_signal": true + }, + { + "duration": "2.025", + "weight": "1.974", + "location": [ + 139.850808, + 35.037697 + ], + "bearings": [ + 165, + 344 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 70, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "duration": "1.913", + "weight": "1.865", + "location": [ + 139.850751, + 35.037855 + ], + "bearings": [ + 164, + 342 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 71, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "location": [ + 139.850694, + 35.038003 + ], + "bearings": [ + 162, + 341 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 72, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + } + ] + }, + { + "voiceinstructions": [ + { + "distancealonggeometry": "40557.488", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 41 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 41 kilometres." + }, + { + "distancealonggeometry": "1500", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazuminami JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep right at Kisarazuminami JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazuminami JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Kisarazuminami JCT." + }, + { + "distancealonggeometry": "170", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazuminami JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eKEIYO ROAD\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Kisarazuminami JCT toward KEIYO ROAD." + } + ], + "weight_typical": "1749.548", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "KEIYO ROAD", + "type": "text" + } + ], + "modifier": "right", + "text": "KEIYO ROAD", + "type": "fork" + }, + "distancealonggeometry": "40570.82", + "primary": { + "components": [ + { + "text": "Kisarazuminami JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Kisarazuminami JCT", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "KEIYO ROAD", + "type": "text" + } + ], + "modifier": "right", + "text": "KEIYO ROAD", + "type": "fork" + }, + "distancealonggeometry": "1500", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA138201?arrow_ids\u003dCA13820E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Kisarazuminami JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Kisarazuminami JCT", + "type": "fork" + } + } + ], + "distance": 40570.82, + "duration": 1804.049, + "duration_typical": 1804.049, + "geometry": "iiqyaAapxviGgHgC}Em@}q@cAua@k@iW_D{WoG{HgCqJmEwKoGgHyFif@ie@}[_ZqUiTaNaK_JcF}EqBcKuDiLqByOk@oQ?qzAzGkQx@{pA|FoDPsYj@}[?cVaAgSqBg^mEoQ}Co}@sSwl@oLayBie@unBca@ee@sImn@kJ{WoBq\\qB{[m@uR?mn@bA}f@|Ca~@dRah@xKg_ArSohA~T{m@hOwp@`P}_@jJsNjEep@rNe{@lQku@nLs`@xFgWpBmTl@kITyO?k[k@aRWo}@aK_JyAsN_D_`@wKgWgHsJ_D_NyFoQ}Hm_@cRah@qXcyB{hAmdAem@gm@uZkvAww@udCioAw|Akv@kkA_k@ySkJySyF{ScFiLoBkj@_Iq`@}Cca@{Ac]Ui[l@yZbAy^tDca@~CqUxAqJbAqr@jEoUpByi@tDs{AdMatAxKoQpB{WnGoM~CiL|CmMtDeZnLiWzMk[hTi[hTyO`PgSlVmXj`@oQpXuRtZaYrd@cVvZsNvPsC|CqUrS{WzR_`@dWo\\tPwVbKuVrIuGfC_k@`UkT`Kk|@xa@_z@he@{WxK_v@pXqz@dMcGl@cVfCsN?yOUaRm@qk@cF_z@{Mas@oLew@oLgWqBaNcA_JUqJ?g^l@eOl@ib@fC_U~CyHxAeKpBaRxFad@`Psh@~Tqv@j`@ao@j`@sRnLuh@f^qv@dh@qJfH{f@n]_k@l[oXrNmMnGyStIgS|HySnGm_@rIk_@fHyS~C}b@tDet@tD}|@{AgSyAcVqBul@sI_aAkOqFm@cgBgY}Em@yuA_U{}AqXsNqBqo@oGgi@gCyt@mEcGUi|@_Doc@cAqd@U_z@j@u]?im@Va]pBep@rIsNzAgHj@{SbFoQxFsYvKkPfH}TdMk[|Rqd@f^mu@pn@cKrI_aApx@gH`Fo}@ft@scBtuAwp@hj@on@dh@}j@rd@enHnfGmpBtaBss@bm@mdAxw@yZdRah@vUqd@dRo}@bWq`@`KsNfCww@xKif@fCqv@xA_o@k@}|@yF}[gCoQqBqlA}Mq`@}H{[kEyp@oLca@}Ho\\gHgi@eMqUoG}PcFeOkEcK_Dad@sNiW}HiWkJqUsIiPoGuR}HcVyKsUaKaR}HgO}HcO}HaNgH{LgHsNsIuRoLiLgHoQmLcR}MgSiO_JgHsNoLg^uZk[gYce@ke@}L}Myt@a|@wO{RkPiTkP_UqNeRwVy\\oQmVyp@w|@_JgMySgYsN}RsNcRwKkOeHaKmTgYmT_Z_N{RmIoL_JsNcKmQoMmV_JsSqJmVuG{RoFeRqFiTkE{RiEuUyDeWsCcWmB{RkA{RiAeRc@mQe@}Rc@qXe@arAQgY?aPe@eRc@}M{Ak`@w@iOiAiO{A}MaCeRsCqSyDsS}EmVcGiToF{RoFmQ_FsNsGeRkq@oiBgSog@eO__@we@ymA_Ucm@a{AyyDok@mxAm_@aaAgSog@uRmg@gW_p@gOg^ca@}cA_d@yhAmj@suAee@wkAgb@_fAiW{m@{Seh@mM_ZiL_UaNqXoJ_P}AiCqUg^sNqS}PiTsNoQsNiOeOiOoM}MeOeMuGcFcK}HeKsIwOyKsNsIsYeR{HkEi[wP_`@{Rmc@eRgS}H{S}Hy^oL}TgHoc@oL}TaFiSmE_NgCwOgCaJyAqYmE_UgC_Jm@_JcAeOk@_Jm@eOU_J?eK?gHTwOl@mIj@aNzAyS|CiPtDaJpBkIfCwK~CoQnGeKtDe^|M{SdH_JhC}InBsJpB_UtDcKbA_Jl@cVxAcVV_J?eKWkIUeKm@kToB_J{A_JyA_J{AkIgCkL}CkIgCyS_IgSsIsYwPcRyKi[cR{HmEsRsIuR}HqJ_DcRaFmI{AkIqBmIyAgSiCkTyA_JUmIW_J@}I?{i@bA_`@j@iLUsRUmT{A}T}CsNgC_UmEe{@{R_k@wKo`@qGix@oLk_@kE_`@_Dq`@}CqU{AmTaAqU{Aua@cAao@cAgWUaNm@y^gCyO{AcKyA}[cFqUkE_`@kJcl@sNw{@{Rqk@sNkkA_Za]}Hkq@wPiPuDor@mQwl@kOwgBec@qqBwf@_jBog@mj@{Ryb@wPon@cWsYsN_NgHaNgH_JaFsN_I{LeHgSoL}PwK}PoLcVwP{WsSyOeMoQsNc]_ZoQwPcKkJyH}H_FkEoFoGmIuIgHgHkTmVeKmLqJoLmIkJuGsIyHkJaG_I}EyFuGiJqFgH}EoGuGuIuGkJ}E}HgHaKyHoLuGiJeOwUqFkJiL{RaGaKyDgHoFaKcGaK}EkJcGyKgH{MuGsNkIaP}EaKcG}M_JcRyHeR}EyKqF{MwDuIyDwKuK{WwKiYgHqSwKc\\}E}MkE{MwDeMgDyKwDeM{Sgt@uRwp@wOij@{Ws_AsYaaAuRml@wOke@cV}o@mTgh@uGiOoFwKkEkJkEuIyD}HgH{MoFaKeDyFgDyFoFkJcGkJgHoLaGkJ}E}HkEoGcGkJ_JoLkEoGaG}HcG}HoFgHgHsI}EyFeKgMuGeH_JkJeOaPyHgHiLoLmMoLaNeMiWiT{LkJaNwK}PeMaNaK_JqGeOwK_JyF_NkJmIyFyOaKkIcFoM}HkIcF{HaF_UgM{[mQsJoGaRkJcRkJ{LoGgSaKsh@wUmu@k[{|@{\\eZaK_`@eM{S{G}IsCm_@aKkj@aPad@sN{WsIiWaKqUsIqUkJiLyFkTkJ{HuDqJkEoQuImX{MgOuIyHkEmMgH}PaKwKoGmT}MyHcFg^mVwOmLuRsNiW{Ro\\{WqQaPiPsNgSmQgS{R}[c\\qQeRkTcWySwUgSmVwVk[}PwUee@go@oQwU{Wc\\kPwPsN_Pk[sX_U_P{LuI}PwKqUoL}PuIuKkEgOyF_NkEqFqB_JgCuKgCiL_DmIoB}PwD_YaFeZyFeKqBqJyAeO_DyOgCwOgCeKqBiLyA_NgCoMqB{LqBo\\kEeZcFeKyAqJcAuGeA}T}C}W_DkIyAaN{AkPoBqd@yFicAyK_UgCiWqB{PqBqr@oGyi@kE}f@uD_Y{A{SyAgRkA{M{@oUcAkPcAe{@cFee@_D{WgC{SqBqd@wFee@qGea@iJmn@aPw{@mVk_@yKoMuDmc@eMeZoG{x@mQefAgMmXcAaYcAaRm@kPUkP?uVTmn@zAsNbAcVzAsd@`Fea@xFe^xFuiA|R_pApSo\\jEmc@bFqaA`Kad@~Cc{@jEus@~Ci[Tm`AfCsnBbA{sBiEwbDyFuh@qB{b@qBib@cFo`@oGwVmEy^iJcl@eRyZwKqJuDib@_U", + "name": "", + "ref": "E14", + "destinations": "E14, 国道127号線: 富津館山道路", + "mode": "driving", + "maneuver": { + "location": [ + 139.850513, + 35.038373 + ], + "bearing_before": 335.0, + "bearing_after": 18.0, + "instruction": "Turn right to take the Tomiura IC slip road.", + "type": "turn", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 1749.548, + "intersections": [ + { + "weight": "40.073", + "turn_duration": "2.469", + "duration": "23.056", + "turn_weight": "20", + "location": [ + 139.850513, + 35.038373 + ], + "bearings": [ + 18, + 52, + 155, + 321 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false, + false, + true + ], + "in": 2, + "out": 0, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "right", + "indications": [ + "right" + ] + } + ], + "geometry_index": 74, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk_link" + }, + "traffic_signal": true, + "ic": { + "name": "Tomiura IC" + } + }, + { + "weight": "29.898", + "turn_duration": "15", + "duration": "23.1", + "turn_weight": "22", + "location": [ + 139.85066, + 35.040002 + ], + "bearings": [ + 10, + 182 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "general", + "etc" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + } + ], + "geometry_index": 78, + "is_urban": false, + "admin_index": 0, + "toll_collection": { + "type": "toll_booth", + "name": "Tomiura Tollgate" + }, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "5.453", + "duration": "5.593", + "location": [ + 139.850876, + 35.040789 + ], + "bearings": [ + 21, + 196 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 80, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "5.354", + "duration": "5.492", + "location": [ + 139.851308, + 35.041484 + ], + "bearings": [ + 39, + 214 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 84, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "5.704", + "duration": "5.85", + "location": [ + 139.851921, + 35.042113 + ], + "bearings": [ + 37, + 219 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 85, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "21.978", + "duration": "23.134", + "location": [ + 139.852353, + 35.042576 + ], + "bearings": [ + 38, + 217 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 86, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "26.751", + "duration": "28.159", + "location": [ + 139.853086, + 35.045902 + ], + "bearings": [ + 175, + 355 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 95, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.935", + "duration": "4.142", + "location": [ + 139.853501, + 35.050973 + ], + "bearings": [ + 14, + 195 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 105, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "42.195", + "duration": "45.616", + "location": [ + 139.853717, + 35.051705 + ], + "bearings": [ + 14, + 194 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 106, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "31.968", + "duration": "35.52", + "location": [ + 139.855251, + 35.059861 + ], + "bearings": [ + 174, + 346 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 116, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Biwayama Tunnel" + }, + { + "weight": "3.396", + "duration": "3.773", + "location": [ + 139.854057, + 35.063731 + ], + "bearings": [ + 166, + 344 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 120, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.591", + "duration": "3.99", + "location": [ + 139.853796, + 35.064481 + ], + "bearings": [ + 164, + 344 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 121, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "2.381", + "duration": "2.646", + "location": [ + 139.853523, + 35.065277 + ], + "bearings": [ + 164, + 344 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 122, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "1.132", + "duration": "1.258", + "location": [ + 139.853341, + 35.065804 + ], + "bearings": [ + 164, + 342 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 123, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "17.996", + "duration": "19.995", + "location": [ + 139.853239, + 35.066054 + ], + "bearings": [ + 162, + 345 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 124, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Tomiura Tunnel" + }, + { + "weight": "1.171", + "duration": "1.301", + "location": [ + 139.852262, + 35.070109 + ], + "bearings": [ + 0, + 177 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 131, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Tomiura Tunnel" + }, + { + "weight": "3.318", + "duration": "3.687", + "location": [ + 139.852262, + 35.070378 + ], + "bearings": [ + 2, + 180 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 132, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Tomiura Tunnel" + }, + { + "weight": "14.594", + "duration": "15.778", + "location": [ + 139.852296, + 35.071137 + ], + "bearings": [ + 9, + 182 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 134, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "2.631", + "duration": "2.844", + "location": [ + 139.85333, + 35.074201 + ], + "bearings": [ + 26, + 204 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 142, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Tomiyama Tunnel" + }, + { + "weight": "3.371", + "duration": "3.644", + "location": [ + 139.853636, + 35.07472 + ], + "bearings": [ + 27, + 206 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 143, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Tomiyama Tunnel" + }, + { + "weight": "53.157", + "duration": "57.467", + "location": [ + 139.854045, + 35.075377 + ], + "bearings": [ + 26, + 207 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 144, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Tomiyama Tunnel" + }, + { + "weight": "4.416", + "duration": "4.648", + "location": [ + 139.860374, + 35.085774 + ], + "bearings": [ + 17, + 204 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 152, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.42", + "duration": "3.6", + "location": [ + 139.860669, + 35.086654 + ], + "bearings": [ + 11, + 192 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 155, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "13.68", + "duration": "14.4", + "location": [ + 139.860829, + 35.087348 + ], + "bearings": [ + 7, + 191 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 156, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "2.58", + "duration": "2.646", + "location": [ + 139.860817, + 35.09032 + ], + "bearings": [ + 172, + 353 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 162, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "1.692", + "duration": "1.735", + "location": [ + 139.860737, + 35.090866 + ], + "bearings": [ + 173, + 354 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 163, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "0.857", + "duration": "0.879", + "location": [ + 139.860692, + 35.091227 + ], + "bearings": [ + 174, + 351 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 164, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.755", + "duration": "3.851", + "location": [ + 139.860658, + 35.091412 + ], + "bearings": [ + 171, + 354 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 165, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "1.652", + "duration": "1.694", + "location": [ + 139.860556, + 35.092237 + ], + "bearings": [ + 174, + 353 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 166, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.256", + "duration": "3.34", + "location": [ + 139.860499, + 35.092597 + ], + "bearings": [ + 173, + 354 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 167, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "7.106", + "duration": "7.288", + "location": [ + 139.860408, + 35.093282 + ], + "bearings": [ + 174, + 353 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 168, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "10.695", + "duration": "10.969", + "location": [ + 139.860181, + 35.094764 + ], + "bearings": [ + 173, + 353 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 169, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "24.247", + "turn_duration": "0.019", + "duration": "24.888", + "location": [ + 139.859703, + 35.097051 + ], + "bearings": [ + 164, + 336, + 343 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 173, + "is_urban": false, + "admin_index": 0, + "rest_stop": { + "type": "rest_area", + "name": "ハイウェイオアシス富楽里", + "amenities": [ + { + "type": "toilet" + }, + { + "type": "info" + }, + { + "type": "facilities_for_disabled" + }, + { + "type": "telephone" + }, + { + "type": "picnic_shelter" + } + ], + "guidemap": "https://api.mapbox.com/guidance-views/v1/737596800/sapaguidemap/SA153201" + }, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.428", + "turn_duration": "0.026", + "duration": "2.454", + "turn_weight": "1", + "location": [ + 139.855761, + 35.101254 + ], + "bearings": [ + 130, + 137, + 316 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": false, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 185, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "1.609", + "duration": "1.609", + "location": [ + 139.855317, + 35.101624 + ], + "bearings": [ + 136, + 317 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 186, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "4.945", + "duration": "4.945", + "location": [ + 139.855033, + 35.101874 + ], + "bearings": [ + 137, + 321 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 187, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "7.884", + "duration": "7.884", + "location": [ + 139.854306, + 35.102707 + ], + "bearings": [ + 147, + 329 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 190, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "2.051", + "duration": "2.051", + "location": [ + 139.853442, + 35.104087 + ], + "bearings": [ + 157, + 340 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 193, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "6.516", + "duration": "6.516", + "location": [ + 139.853272, + 35.104466 + ], + "bearings": [ + 160, + 338 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 194, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "5.514", + "duration": "5.514", + "location": [ + 139.852658, + 35.105651 + ], + "bearings": [ + 155, + 335 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 197, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "16.286", + "duration": "16.286", + "location": [ + 139.852101, + 35.106633 + ], + "bearings": [ + 155, + 332 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 198, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Shimosakuma Tunnel" + }, + { + "weight": "0.643", + "duration": "0.643", + "location": [ + 139.850647, + 35.109808 + ], + "bearings": [ + 169, + 352 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 202, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Shimosakuma Tunnel" + }, + { + "weight": "9.282", + "duration": "9.282", + "location": [ + 139.850624, + 35.109938 + ], + "bearings": [ + 172, + 351 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 203, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "4.756", + "turn_duration": "0.028", + "duration": "4.784", + "location": [ + 139.850704, + 35.111845 + ], + "bearings": [ + 4, + 12, + 187 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 208, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "ic": { + "name": "Kyonantomiyama IC" + } + }, + { + "weight": "10.8", + "duration": "10.8", + "location": [ + 139.850942, + 35.112789 + ], + "bearings": [ + 12, + 192 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 209, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "9.433", + "duration": "9.675", + "location": [ + 139.851431, + 35.114909 + ], + "bearings": [ + 7, + 187 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 212, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "5.72", + "turn_duration": "0.01", + "duration": "5.364", + "turn_weight": "0.5", + "location": [ + 139.851362, + 35.116835 + ], + "bearings": [ + 174, + 180, + 349 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 218, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "18.973", + "duration": "19.459", + "location": [ + 139.851055, + 35.117844 + ], + "bearings": [ + 161, + 339 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 222, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Nakasakuma Tunnel" + }, + { + "weight": "33.509", + "duration": "34.368", + "location": [ + 139.849146, + 35.121075 + ], + "bearings": [ + 151, + 328 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 227, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "13.334", + "duration": "14.035", + "location": [ + 139.845726, + 35.126824 + ], + "bearings": [ + 167, + 349 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 239, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Oyoshi Tunnel" + }, + { + "weight": "5.928", + "duration": "6.24", + "location": [ + 139.84551, + 35.129574 + ], + "bearings": [ + 6, + 182 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 243, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.504", + "duration": "3.689", + "location": [ + 139.845612, + 35.130268 + ], + "bearings": [ + 11, + 187 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 245, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "4.886", + "duration": "5.143", + "location": [ + 139.845782, + 35.130999 + ], + "bearings": [ + 11, + 191 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 246, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Yoshihama Tunnel" + }, + { + "weight": "0.606", + "duration": "0.638", + "location": [ + 139.846044, + 35.132055 + ], + "bearings": [ + 9, + 191 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 247, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "8.515", + "duration": "9.205", + "location": [ + 139.846067, + 35.132176 + ], + "bearings": [ + 12, + 189 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 248, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "6.339", + "duration": "6.853", + "location": [ + 139.84651, + 35.133953 + ], + "bearings": [ + 12, + 191 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 250, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "18.721", + "duration": "20.239", + "location": [ + 139.846862, + 35.135342 + ], + "bearings": [ + 12, + 192 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 251, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Okatabira Tunnel" + }, + { + "weight": "0.632", + "duration": "0.684", + "location": [ + 139.847635, + 35.139424 + ], + "bearings": [ + 4, + 186 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 256, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "4.537", + "duration": "4.905", + "location": [ + 139.847646, + 35.139554 + ], + "bearings": [ + 4, + 184 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 257, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "2.547", + "turn_duration": "0.007", + "duration": "2.76", + "location": [ + 139.847726, + 35.140535 + ], + "bearings": [ + 3, + 184, + 358 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false, + true + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 258, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "ic": { + "name": "Kyonanhota IC" + } + }, + { + "weight": "19.547", + "duration": "21.132", + "location": [ + 139.84776, + 35.141119 + ], + "bearings": [ + 1, + 183 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 259, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "2.671", + "turn_duration": "0.019", + "duration": "2.096", + "turn_weight": "0.75", + "location": [ + 139.84751, + 35.145164 + ], + "bearings": [ + 170, + 175, + 351 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 265, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "1.665", + "duration": "1.8", + "location": [ + 139.847442, + 35.145562 + ], + "bearings": [ + 173, + 344 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 267, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Hota Tunnel" + }, + { + "weight": "7.002", + "duration": "7.569", + "location": [ + 139.847328, + 35.145896 + ], + "bearings": [ + 164, + 341 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 268, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Hota Tunnel" + }, + { + "weight": "5.859", + "duration": "6.334", + "location": [ + 139.846624, + 35.147247 + ], + "bearings": [ + 152, + 330 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 272, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "5.428", + "duration": "5.868", + "location": [ + 139.845805, + 35.148302 + ], + "bearings": [ + 146, + 324 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 274, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Motona Tunnel" + }, + { + "weight": "1.215", + "duration": "1.314", + "location": [ + 139.845044, + 35.149173 + ], + "bearings": [ + 144, + 324 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 275, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "7.38", + "duration": "7.978", + "location": [ + 139.844874, + 35.149367 + ], + "bearings": [ + 144, + 325 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 276, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "6.038", + "duration": "6.528", + "location": [ + 139.84384, + 35.150571 + ], + "bearings": [ + 147, + 325 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 278, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "64.509", + "duration": "71.677", + "location": [ + 139.842988, + 35.151571 + ], + "bearings": [ + 145, + 325 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 279, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Nokogiriyama Tunnel" + }, + { + "weight": "15.064", + "duration": "16.738", + "location": [ + 139.833114, + 35.162948 + ], + "bearings": [ + 144, + 326 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 286, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "7.25", + "duration": "8.055", + "location": [ + 139.831227, + 35.165762 + ], + "bearings": [ + 157, + 342 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 290, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "1.16", + "turn_duration": "0.022", + "duration": "1.311", + "location": [ + 139.830648, + 35.167299 + ], + "bearings": [ + 164, + 338, + 347 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 292, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "ic": { + "name": "Futtsukanaya IC" + } + }, + { + "weight": "4.12", + "duration": "4.578", + "location": [ + 139.83058, + 35.167549 + ], + "bearings": [ + 167, + 350 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 293, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "6.519", + "duration": "7.243", + "location": [ + 139.830375, + 35.168457 + ], + "bearings": [ + 170, + 355 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 294, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.317", + "duration": "3.686", + "location": [ + 139.830262, + 35.169975 + ], + "bearings": [ + 1, + 178 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 296, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "13.116", + "duration": "14.573", + "location": [ + 139.830284, + 35.170743 + ], + "bearings": [ + 6, + 181 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 297, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.261", + "turn_duration": "0.026", + "duration": "2.816", + "turn_weight": "0.75", + "location": [ + 139.830773, + 35.173734 + ], + "bearings": [ + 14, + 189, + 196 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 301, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "14.04", + "duration": "15.6", + "location": [ + 139.830932, + 35.174271 + ], + "bearings": [ + 10, + 194 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 302, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Kanaya Dai-2 Tunnel" + }, + { + "weight": "64.728", + "duration": "71.92", + "location": [ + 139.831784, + 35.177224 + ], + "bearings": [ + 17, + 195 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 307, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "33.671", + "duration": "37.413", + "location": [ + 139.83584, + 35.184547 + ], + "bearings": [ + 35, + 214 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 331, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Kanaya Dai-1 Tunnel" + }, + { + "weight": "1.205", + "duration": "1.339", + "location": [ + 139.841907, + 35.189991 + ], + "bearings": [ + 47, + 225 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 344, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "17.82", + "duration": "19.8", + "location": [ + 139.842135, + 35.190167 + ], + "bearings": [ + 46, + 227 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 345, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Takeoka Dai-2 Tunnel" + }, + { + "weight": "13.619", + "duration": "14.723", + "location": [ + 139.845566, + 35.192814 + ], + "bearings": [ + 53, + 231 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 356, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "8.772", + "duration": "9.483", + "location": [ + 139.84868, + 35.194083 + ], + "bearings": [ + 77, + 254 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 365, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "9.503", + "duration": "10.273", + "location": [ + 139.851032, + 35.194342 + ], + "bearings": [ + 89, + 267 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 372, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "6.084", + "duration": "6.578", + "location": [ + 139.8536, + 35.194407 + ], + "bearings": [ + 84, + 265 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 377, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Takeoka Daiichi Tunnel" + }, + { + "weight": "4.173", + "duration": "4.511", + "location": [ + 139.855202, + 35.194629 + ], + "bearings": [ + 75, + 255 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 382, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "5.963", + "turn_duration": "0.01", + "duration": "6.457", + "location": [ + 139.856236, + 35.194907 + ], + "bearings": [ + 56, + 65, + 250 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 385, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Futtsutakeoka IC" + } + }, + { + "weight": "6.931", + "duration": "7.493", + "location": [ + 139.857747, + 35.195527 + ], + "bearings": [ + 60, + 241 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 390, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.672", + "duration": "2.888", + "location": [ + 139.859451, + 35.196333 + ], + "bearings": [ + 59, + 240 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 391, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.991", + "duration": "2.152", + "location": [ + 139.860099, + 35.196657 + ], + "bearings": [ + 58, + 239 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 392, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "7.51", + "duration": "8.119", + "location": [ + 139.860611, + 35.196916 + ], + "bearings": [ + 59, + 238 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 393, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "12.266", + "turn_duration": "0.018", + "duration": "12.738", + "turn_weight": "0.5", + "location": [ + 139.86261, + 35.197888 + ], + "bearings": [ + 59, + 240, + 248 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 395, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "22.325", + "duration": "24.135", + "location": [ + 139.865599, + 35.199361 + ], + "bearings": [ + 59, + 239 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 396, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Amaha Tunnel" + }, + { + "weight": "21.148", + "duration": "22.261", + "location": [ + 139.871769, + 35.202425 + ], + "bearings": [ + 58, + 239 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 403, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Amaha Tunnel" + }, + { + "weight": "8.46", + "duration": "8.905", + "location": [ + 139.87745, + 35.205276 + ], + "bearings": [ + 58, + 238 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 408, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "17.064", + "duration": "17.962", + "location": [ + 139.879574, + 35.206479 + ], + "bearings": [ + 49, + 230 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 413, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.054", + "duration": "2.106", + "location": [ + 139.882915, + 35.20972 + ], + "bearings": [ + 30, + 209 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 427, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "16.855", + "duration": "17.287", + "location": [ + 139.883222, + 35.210146 + ], + "bearings": [ + 28, + 210 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 428, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "14.698", + "duration": "15.075", + "location": [ + 139.885131, + 35.21397 + ], + "bearings": [ + 15, + 197 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 437, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.618", + "duration": "6.618", + "location": [ + 139.885812, + 35.217525 + ], + "bearings": [ + 180, + 356 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 451, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "114.684", + "duration": "120.72", + "location": [ + 139.885483, + 35.219136 + ], + "bearings": [ + 165, + 342 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 458, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.03", + "duration": "5.438", + "location": [ + 139.889823, + 35.245446 + ], + "bearings": [ + 16, + 196 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 533, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.412", + "duration": "6.932", + "location": [ + 139.890255, + 35.246668 + ], + "bearings": [ + 15, + 196 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 534, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "20.541", + "turn_duration": "0.007", + "duration": "22.214", + "location": [ + 139.890789, + 35.248232 + ], + "bearings": [ + 8, + 16, + 195 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 537, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Futtsuchuo IC" + } + }, + { + "weight": "7.125", + "duration": "7.703", + "location": [ + 139.892561, + 35.253297 + ], + "bearings": [ + 17, + 196 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 541, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.407", + "turn_duration": "0.022", + "duration": "9.135", + "turn_weight": "0.75", + "location": [ + 139.893209, + 35.255009 + ], + "bearings": [ + 20, + 197, + 204 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 542, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.888", + "duration": "1.988", + "location": [ + 139.894197, + 35.257037 + ], + "bearings": [ + 26, + 203 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 545, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.059", + "duration": "5.325", + "location": [ + 139.894447, + 35.257463 + ], + "bearings": [ + 27, + 206 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 546, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.132", + "duration": "4.35", + "location": [ + 139.895163, + 35.258592 + ], + "bearings": [ + 29, + 208 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 551, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.224", + "duration": "10.762", + "location": [ + 139.895799, + 35.25949 + ], + "bearings": [ + 32, + 212 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 554, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.619", + "duration": "6.968", + "location": [ + 139.897606, + 35.261601 + ], + "bearings": [ + 37, + 218 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 560, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "41.306", + "duration": "44.655", + "location": [ + 139.898879, + 35.262841 + ], + "bearings": [ + 42, + 222 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 567, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "26.144", + "duration": "28.264", + "location": [ + 139.909048, + 35.269118 + ], + "bearings": [ + 64, + 244 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 612, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "44.672", + "duration": "48.294", + "location": [ + 139.916264, + 35.272155 + ], + "bearings": [ + 57, + 238 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 621, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "17.084", + "turn_duration": "0.022", + "duration": "18.492", + "location": [ + 139.925047, + 35.280746 + ], + "bearings": [ + 20, + 31, + 208 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 669, + "is_urban": false, + "admin_index": 0, + "rest_stop": { + "type": "rest_area", + "name": "君津PA", + "amenities": [ + { + "type": "electric_charging_station" + }, + { + "type": "toilet" + }, + { + "type": "baby_care" + }, + { + "type": "facilities_for_disabled" + } + ] + }, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.998", + "duration": "2.103", + "location": [ + 139.927172, + 35.284616 + ], + "bearings": [ + 20, + 202 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 677, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.356", + "duration": "2.48", + "location": [ + 139.927365, + 35.285051 + ], + "bearings": [ + 19, + 200 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 678, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "96.002", + "turn_duration": "0.007", + "duration": "95.01", + "turn_weight": "1", + "location": [ + 139.927592, + 35.285579 + ], + "bearings": [ + 19, + 199, + 208 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 679, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.866", + "duration": "0.825", + "location": [ + 139.941249, + 35.304752 + ], + "bearings": [ + 13, + 193 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 739, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "11.458", + "duration": "10.912", + "location": [ + 139.941306, + 35.304947 + ], + "bearings": [ + 12, + 193 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 740, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.969", + "duration": "1.875", + "location": [ + 139.941953, + 35.307502 + ], + "bearings": [ + 12, + 190 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 750, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.323", + "duration": "2.213", + "location": [ + 139.942067, + 35.307937 + ], + "bearings": [ + 10, + 192 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 751, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.379", + "duration": "6.075", + "location": [ + 139.942181, + 35.308456 + ], + "bearings": [ + 10, + 191 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 754, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.83", + "duration": "2.632", + "location": [ + 139.942487, + 35.309891 + ], + "bearings": [ + 10, + 189 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 759, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.064", + "duration": "4.711", + "location": [ + 139.942612, + 35.310492 + ], + "bearings": [ + 9, + 190 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 760, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.827", + "duration": "4.49", + "location": [ + 139.942817, + 35.311585 + ], + "bearings": [ + 9, + 189 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 761, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.78", + "duration": "3.6", + "location": [ + 139.942999, + 35.312612 + ], + "bearings": [ + 8, + 189 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 764, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.43", + "duration": "8.981", + "location": [ + 139.943135, + 35.313437 + ], + "bearings": [ + 7, + 188 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 765, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.562", + "turn_duration": "0.018", + "duration": "2.458", + "location": [ + 139.943419, + 35.315511 + ], + "bearings": [ + 6, + 186, + 358 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + true + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 769, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Kimitsu IC" + } + }, + { + "weight": "1.68", + "duration": "1.6", + "location": [ + 139.943487, + 35.316057 + ], + "bearings": [ + 4, + 186 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 771, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "30.72", + "duration": "29.971", + "location": [ + 139.943521, + 35.316417 + ], + "bearings": [ + 6, + 184 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 772, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.058", + "turn_duration": "0.019", + "duration": "2.515", + "turn_weight": "0.5", + "location": [ + 139.944964, + 35.322491 + ], + "bearings": [ + 18, + 197, + 208 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 782, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "51.744", + "duration": "50.482", + "location": [ + 139.945169, + 35.323009 + ], + "bearings": [ + 18, + 198 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 783, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.277", + "duration": "2.168", + "location": [ + 139.9451, + 35.333906 + ], + "bearings": [ + 168, + 350 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 802, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.824", + "duration": "10.309", + "location": [ + 139.944998, + 35.334378 + ], + "bearings": [ + 170, + 351 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 803, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "8.677", + "duration": "8.264", + "location": [ + 139.944611, + 35.336619 + ], + "bearings": [ + 174, + 355 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 806, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "54.18", + "duration": "50.4", + "location": [ + 139.944429, + 35.338424 + ], + "bearings": [ + 176, + 359 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 808, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "7.283", + "duration": "6.621", + "location": [ + 139.94519, + 35.349431 + ], + "bearings": [ + 19, + 196 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 819, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.945792, + 35.350783 + ], + "bearings": [ + 27, + 202 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 822, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA138201", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA13820E" + ] + } + ], + "junction_name": "Kisarazuminami JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "3429.859", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 3 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 3 kilometres." + }, + { + "distancealonggeometry": "1500", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazu JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep right at Kisarazu JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazu JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Kisarazu JCT." + }, + { + "distancealonggeometry": "170", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKisarazu JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eKEIYO ROAD\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Kisarazu JCT toward KEIYO ROAD." + } + ], + "weight_typical": "155.416", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "KEIYO ROAD", + "type": "text" + } + ], + "modifier": "right", + "text": "KEIYO ROAD", + "type": "fork" + }, + "distancealonggeometry": "3458.192", + "primary": { + "components": [ + { + "text": "Kisarazu JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "E14", + "type": "icon", + "mapbox_shield": { + "display_ref": "E14", + "name": "jp-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "right", + "text": "Kisarazu JCT / E14", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "KEIYO ROAD", + "type": "text" + } + ], + "modifier": "right", + "text": "KEIYO ROAD", + "type": "fork" + }, + "distancealonggeometry": "1500", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA052211?arrow_ids\u003dCA05221E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Kisarazu JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "E14", + "type": "icon", + "mapbox_shield": { + "display_ref": "E14", + "name": "jp-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "right", + "text": "Kisarazu JCT / E14", + "type": "fork" + } + } + ], + "distance": 3458.192, + "duration": 143.521, + "duration_typical": 143.521, + "geometry": "grtlbA_is|iGov@ud@eV_P{WkTkj@mg@u]}^k`AupAyyAm}BeVa\\iPeRye@mq@mc@}h@we@mg@kq@_p@ejAwaA{LyK{HgH}EkE_JsIwKkJoUsSqFaFy^u_@{LoLwVcWoFoGmT{Wqk@qs@{|@kvAuh@{~@a]cr@ee@{hAqFeMor@cmBwuAofEmIaU{Wyr@sYmq@{AuD_JeRaRaa@ge@e~@", + "name": "Tateyama Expwy", + "destinations": "KEIYO ROAD, Chiba, AQUA-LINE, Kawasaki, KEN-O, Mobara", + "mode": "driving", + "maneuver": { + "location": [ + 139.946144, + 35.351348 + ], + "bearing_before": 27.0, + "bearing_after": 29.0, + "instruction": "Keep right at Kisarazuminami JCT toward KEIYO ROAD.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 155.416, + "intersections": [ + { + "weight": "41.258", + "turn_duration": "0.022", + "duration": "37.529", + "location": [ + 139.946144, + 35.351348 + ], + "bearings": [ + 17, + 29, + 207 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 823, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Kisarazuminami JCT" + } + }, + { + "weight": "27.901", + "turn_duration": "0.024", + "duration": "24.479", + "turn_weight": "1", + "location": [ + 139.952621, + 35.357337 + ], + "bearings": [ + 47, + 222, + 228 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 832, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.001", + "duration": "0.91", + "location": [ + 139.956803, + 35.361392 + ], + "bearings": [ + 37, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 838, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.675", + "duration": "0.614", + "location": [ + 139.956951, + 35.36155 + ], + "bearings": [ + 37, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 839, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.125", + "duration": "1.023", + "location": [ + 139.957053, + 35.361661 + ], + "bearings": [ + 38, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 840, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.26", + "duration": "1.146", + "location": [ + 139.957223, + 35.361837 + ], + "bearings": [ + 36, + 218 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 841, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.25", + "duration": "2.045", + "location": [ + 139.957405, + 35.362041 + ], + "bearings": [ + 37, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 842, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.095", + "duration": "3.723", + "location": [ + 139.957735, + 35.362401 + ], + "bearings": [ + 38, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 843, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.44", + "duration": "1.309", + "location": [ + 139.958371, + 35.363031 + ], + "bearings": [ + 38, + 220 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 845, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.247", + "duration": "3.021", + "location": [ + 139.958587, + 35.363253 + ], + "bearings": [ + 40, + 218 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 846, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.358", + "duration": "2.193", + "location": [ + 139.959109, + 35.363753 + ], + "bearings": [ + 43, + 222 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 848, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "59.698", + "duration": "56.855", + "location": [ + 139.959507, + 35.364096 + ], + "bearings": [ + 44, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 849, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.46", + "duration": "1.391", + "location": [ + 139.972029, + 35.370928 + ], + "bearings": [ + 55, + 238 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 861, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.972336, + 35.371104 + ], + "bearings": [ + 56, + 235 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 862, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA052211", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA05221E" + ] + } + ], + "junction_name": "Kisarazu JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "33173.414", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 33 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 33 kilometres." + }, + { + "distancealonggeometry": "400", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eChibahigashi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Keep right at Chibahigashi JCT." + }, + { + "distancealonggeometry": "94.444", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eChibahigashi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eTokyo\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Chibahigashi JCT toward Tokyo." + } + ], + "weight_typical": "1543.042", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "Tokyo", + "type": "text" + } + ], + "modifier": "right", + "text": "Tokyo", + "type": "fork" + }, + "distancealonggeometry": "33201.746", + "primary": { + "components": [ + { + "text": "Chibahigashi JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Chibahigashi JCT", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "Tokyo", + "type": "text" + } + ], + "modifier": "right", + "text": "Tokyo", + "type": "fork" + }, + "distancealonggeometry": "400", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CY821201?arrow_ids\u003dCY82120E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Chibahigashi JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Chibahigashi JCT", + "type": "fork" + } + } + ], + "distance": 33201.746, + "duration": 1414.121, + "duration_typical": 1414.121, + "geometry": "i~|mbAgoi~iGeO_ZkP_Z}[ak@yi@}y@cp@w|@ao@gy@mdAqnAqv@e~@{|@gjAmj@cw@_d@gt@gSk`@eOm[iWqi@qQ}c@}T}h@gOk`@qJqXs]klAmu@mxCySk{@aNwf@cKk`@}[ecAiFgNoAiDgOy\\kI{RwKwUm_@yw@uKiT{LqS}AiCyHeMaCuDoQgYul@uz@oc@qi@_YuZyOkO{W_Uog@sd@gdBklAmImEuw@aa@yO}HuGuDaR}H{WyKa]oLmI}Cix@mVgWoGiH{AqYgHgZoG_uBsd@sjBu_@uoCuk@irAiYmdAiTirA_Z{yAk[{[oGe}Beh@gSkE}fC}h@uRkEku@aPmIoBemDss@u@U{x@mQyi@}Mee@wPodAec@iq@gc@_YcWsUwUqJmLog@uu@qUke@ySsi@iLg^{Lob@qUwfAiLyr@eKkv@_Jk{@sGy|@yDw|@oBgy@iAobAw@i`AQqdBb@etAmBgeBcGukBqJgoAeOeyAuGeh@sNw|@qQyaA_U_fAwDiOiLsd@sd@k{AkIuUsJeWca@{cAib@_aA_JeRoFyK_`@cr@{Wec@wfAk{AcbAukA{i@ij@qpAukAuw@}t@c]m[ee@ob@qd@sd@_k@io@i[}^iS{WqYec@sNmVgOeWkI_Py^qs@kPu_@g^s_AyOsd@eOyf@uVqdAqUqdAep@o_Dch@cyBwKob@sh@ufBcl@{~Awa@mbAmn@kqA}u@wwAa]ak@wl@a|@yt@ecAiq@yw@u]k`@eZ}Y}[c\\ul@si@m_@k[o\\qXk_@qXcl@u_@m_@wUee@oXsh@iYib@{RcVaK}WkJmXkJ}j@aPg^aKaYcFg^oGah@qG{WuDu]gCqo@kEmj@m@y^l@a]Tq\\l@mc@fCq`@|Cq`@bFua@xFaY`FsYxFg^rIwZ~Hg^`K}j@pSgi@lQg^|Mu]|Msd@vPgm@tUu~@b\\a~@xWcVxFmXfH{m@dM{b@pGca@`FsJdA{LbAcVxAk_@xAqk@dAqJ?ib@m@ad@{Aok@aFwVqBkT_D}WuD{b@sIk_@kJwV}Hk_@eMmXyKgi@uUib@wUor@ya@q`@_ZeZmVif@ec@y{@k{@ee@eh@u|AmgByzB{jCgOmQwZq]qKiMqvA_cBsYy\\_U{WuR_UuGgHua@af@ca@wf@qv@k{@gjAwrAy^ob@cRiTua@og@{LsN{HiJ}f@yk@aRuUoB_D{hBy~B_{AetByO{RoQ_Zss@ymAoM_UiL{R}Pc\\qUec@aYog@i|@q_BosAivB{rA}jB{SeW_d@ij@mu@gy@_eAyhA{m@{m@qJuI_NeMyp@{m@q{AkqAsd@aa@ekBk{AqaAsz@eZmVmIgHi[yWoMoLuKkJkf@ob@qk@og@sR_P{SoQk~EqfEyHoGeOeMglFeqEoMyKeDgCs~@yw@cR_PcrBccBmy@si@og@k[k|@ud@if@cRkq@iTca@wKq`@uIul@qNcxAoQwZyAm_@qBcl@cA_k@Uiq@bA}gAlEiPj@oMdAmy@nGsuBnQ_o@fH}[|CqUfC}LbAi[~Cao@nG}f@~CsNxA{q@|Haz@nG}_@~CwKbAcw@dHah@lE}f@bFuxAhOk[nBuw@xFkPzA{WpB_`@|CkPbA}`AjJ}[xAgHl@uh@Uq`@{AsYuD_JyAca@oL_`@sN_U}MsRsNoMaKeDgCmTsSsd@ob@gb@sd@ciAqiAmM}MuxAi{AefA_fAgHeHmI_IqJaK{WyWcmAqnAkf@ec@k_@{W_JcFwO}H}WsI_YgHk[cFmXgCeZcAuYVo\\fCgW`FsNtDeVfHiLrDeOxFcw@|^qaAtd@qU`K{LjEeOjEq`@xKch@xFee@xA{Wm@wVqBmXsDk_@qGu]}Ho}@{Ra{Ds_AoiBob@{m@kOirAc\\kIoBwKiCmTaFcVyF", + "name": "", + "ref": "E14", + "destinations": "KEIYO ROAD, Chiba, TATEYAMA EXPWY, Kisarazu-Kita", + "mode": "driving", + "maneuver": { + "location": [ + 139.973892, + 35.372021 + ], + "bearing_before": 53.0, + "bearing_after": 54.0, + "instruction": "Keep right at Kisarazu JCT toward KEIYO ROAD.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 1543.042, + "intersections": [ + { + "weight": "71.823", + "turn_duration": "0.007", + "duration": "70.079", + "location": [ + 139.973892, + 35.372021 + ], + "bearings": [ + 46, + 54, + 233 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 864, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Kisarazu JCT" + } + }, + { + "weight": "20.388", + "turn_duration": "0.021", + "duration": "19.179", + "turn_weight": "0.75", + "location": [ + 139.987437, + 35.381603 + ], + "bearings": [ + 64, + 241, + 252 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 882, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.746", + "duration": "2.679", + "location": [ + 139.992096, + 35.383297 + ], + "bearings": [ + 65, + 247 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 885, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "7.08", + "duration": "6.907", + "location": [ + 139.992732, + 35.383538 + ], + "bearings": [ + 66, + 245 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 886, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "11.242", + "turn_duration": "0.008", + "duration": "10.976", + "location": [ + 139.994357, + 35.384195 + ], + "bearings": [ + 51, + 60, + 243 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 888, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Kisarazukita IC" + } + }, + { + "weight": "3.647", + "duration": "3.558", + "location": [ + 139.996754, + 35.385501 + ], + "bearings": [ + 54, + 235 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 894, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.245", + "duration": "1.185", + "location": [ + 139.997493, + 35.385973 + ], + "bearings": [ + 50, + 230 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 897, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.681", + "duration": "2.553", + "location": [ + 139.99772, + 35.38613 + ], + "bearings": [ + 49, + 230 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 898, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "20.432", + "turn_duration": "0.008", + "duration": "18.753", + "turn_weight": "0.75", + "location": [ + 139.998231, + 35.386491 + ], + "bearings": [ + 47, + 229, + 234 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 900, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.211", + "duration": "8.772", + "location": [ + 140.001526, + 35.389537 + ], + "bearings": [ + 32, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 906, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "15.033", + "duration": "14.317", + "location": [ + 140.002764, + 35.391157 + ], + "bearings": [ + 27, + 212 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 907, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.648", + "duration": "6.331", + "location": [ + 140.004321, + 35.39399 + ], + "bearings": [ + 18, + 201 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 915, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "61.48", + "duration": "57.191", + "location": [ + 140.004832, + 35.395295 + ], + "bearings": [ + 15, + 196 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 917, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.385", + "duration": "2.219", + "location": [ + 140.00865, + 35.407461 + ], + "bearings": [ + 13, + 194 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 927, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "29.669", + "duration": "28.256", + "location": [ + 140.008786, + 35.407923 + ], + "bearings": [ + 15, + 193 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 928, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "14.364", + "duration": "13.68", + "location": [ + 140.010649, + 35.413793 + ], + "bearings": [ + 14, + 195 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 934, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "17.274", + "duration": "16.451", + "location": [ + 140.011502, + 35.416607 + ], + "bearings": [ + 15, + 194 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 936, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "112.416", + "duration": "109.674", + "location": [ + 140.012899, + 35.419941 + ], + "bearings": [ + 30, + 203 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 940, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.083", + "turn_duration": "0.007", + "duration": "9.845", + "location": [ + 140.039488, + 35.426441 + ], + "bearings": [ + 61, + 67, + 249 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 968, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Anesakisodegaura IC" + } + }, + { + "weight": "3.351", + "duration": "3.269", + "location": [ + 140.041829, + 35.427348 + ], + "bearings": [ + 61, + 243 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 971, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.072", + "duration": "9.826", + "location": [ + 140.042579, + 35.4277 + ], + "bearings": [ + 59, + 239 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 973, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.459", + "duration": "1.423", + "location": [ + 140.044737, + 35.428811 + ], + "bearings": [ + 55, + 237 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 975, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.987", + "duration": "0.963", + "location": [ + 140.045044, + 35.428987 + ], + "bearings": [ + 54, + 235 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 976, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "135.81", + "turn_duration": "0.008", + "duration": "135.318", + "turn_weight": "0.5", + "location": [ + 140.045249, + 35.429107 + ], + "bearings": [ + 52, + 234, + 241 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 977, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.885", + "duration": "10.138", + "location": [ + 140.073597, + 35.446337 + ], + "bearings": [ + 53, + 235 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1008, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "56.559", + "duration": "58.009", + "location": [ + 140.075722, + 35.447697 + ], + "bearings": [ + 47, + 230 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1010, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "25.527", + "turn_duration": "0.008", + "duration": "26.19", + "location": [ + 140.084675, + 35.457983 + ], + "bearings": [ + 14, + 18, + 200 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1028, + "is_urban": false, + "admin_index": 0, + "rest_stop": { + "type": "service_area", + "name": "市原SA", + "amenities": [ + { + "type": "gas_station", + "brand": "出光" + }, + { + "type": "electric_charging_station" + }, + { + "type": "toilet" + }, + { + "type": "coffee" + }, + { + "type": "restaurant" + }, + { + "type": "snack" + }, + { + "type": "ATM" + }, + { + "type": "info" + }, + { + "type": "baby_care" + }, + { + "type": "facilities_for_disabled" + }, + { + "type": "shop" + }, + { + "type": "telephone" + }, + { + "type": "picnic_shelter" + } + ], + "guidemap": "https://api.mapbox.com/guidance-views/v1/737596800/sapaguidemap/SA111001" + }, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "51.361", + "turn_duration": "0.021", + "duration": "50.382", + "turn_weight": "1", + "location": [ + 140.085789, + 35.46363 + ], + "bearings": [ + 178, + 184, + 359 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1038, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.744", + "duration": "1.701", + "location": [ + 140.081996, + 35.474823 + ], + "bearings": [ + 162, + 345 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1057, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "25.708", + "duration": "25.081", + "location": [ + 140.081871, + 35.475193 + ], + "bearings": [ + 165, + 344 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1058, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.244", + "duration": "3.165", + "location": [ + 140.081121, + 35.480822 + ], + "bearings": [ + 7, + 184 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1070, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.219", + "duration": "9.969", + "location": [ + 140.081234, + 35.481534 + ], + "bearings": [ + 7, + 187 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1071, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.869", + "duration": "1.78", + "location": [ + 140.081814, + 35.483747 + ], + "bearings": [ + 19, + 196 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1076, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.562", + "duration": "2.44", + "location": [ + 140.081973, + 35.484127 + ], + "bearings": [ + 20, + 199 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1077, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.035", + "duration": "1.938", + "location": [ + 140.0822, + 35.484645 + ], + "bearings": [ + 22, + 200 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1078, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "13.818", + "duration": "13.16", + "location": [ + 140.082405, + 35.485052 + ], + "bearings": [ + 24, + 202 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1079, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.506", + "duration": "2.386", + "location": [ + 140.084121, + 35.487654 + ], + "bearings": [ + 35, + 213 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1083, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "13.773", + "duration": "13.117", + "location": [ + 140.084496, + 35.488089 + ], + "bearings": [ + 37, + 215 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1084, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.244", + "duration": "9.529", + "location": [ + 140.0867, + 35.490302 + ], + "bearings": [ + 42, + 221 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1087, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "13.345", + "duration": "12.414", + "location": [ + 140.088371, + 35.491801 + ], + "bearings": [ + 43, + 222 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1088, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.735", + "duration": "1.578", + "location": [ + 140.090609, + 35.493782 + ], + "bearings": [ + 43, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1089, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.904", + "duration": "2.64", + "location": [ + 140.090904, + 35.494042 + ], + "bearings": [ + 42, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1090, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.692", + "turn_duration": "0.021", + "duration": "9.741", + "location": [ + 140.091393, + 35.494486 + ], + "bearings": [ + 39, + 43, + 222 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1091, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Ichihara IC" + } + }, + { + "weight": "3.014", + "duration": "2.679", + "location": [ + 140.093222, + 35.496088 + ], + "bearings": [ + 42, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1093, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.439", + "duration": "2.168", + "location": [ + 140.093699, + 35.496514 + ], + "bearings": [ + 43, + 222 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1094, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.681", + "duration": "2.383", + "location": [ + 140.094097, + 35.496866 + ], + "bearings": [ + 42, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1095, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.052", + "duration": "0.935", + "location": [ + 140.094449, + 35.497181 + ], + "bearings": [ + 41, + 222 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1096, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.418", + "duration": "3.927", + "location": [ + 140.094597, + 35.49732 + ], + "bearings": [ + 43, + 221 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1097, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "32.862", + "turn_duration": "0.021", + "duration": "27.944", + "turn_weight": "0.75", + "location": [ + 140.095222, + 35.497875 + ], + "bearings": [ + 43, + 223, + 232 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1098, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.634", + "duration": "1.391", + "location": [ + 140.099721, + 35.501884 + ], + "bearings": [ + 43, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1104, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.703", + "duration": "4.854", + "location": [ + 140.099971, + 35.502106 + ], + "bearings": [ + 43, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1105, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.259", + "duration": "1.923", + "location": [ + 140.100869, + 35.502903 + ], + "bearings": [ + 44, + 222 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1107, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.475", + "duration": "0.405", + "location": [ + 140.101232, + 35.503208 + ], + "bearings": [ + 49, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1108, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "25.76", + "duration": "21.924", + "location": [ + 140.101312, + 35.503264 + ], + "bearings": [ + 45, + 229 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1109, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.532", + "duration": "2.11", + "location": [ + 140.10555, + 35.506699 + ], + "bearings": [ + 50, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1112, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "7.265", + "duration": "6.054", + "location": [ + 140.105982, + 35.506995 + ], + "bearings": [ + 51, + 230 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1113, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.013", + "duration": "1.677", + "location": [ + 140.107243, + 35.507837 + ], + "bearings": [ + 51, + 231 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1114, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "7.572", + "duration": "6.31", + "location": [ + 140.107595, + 35.508069 + ], + "bearings": [ + 51, + 231 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1115, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.724", + "duration": "3.104", + "location": [ + 140.108958, + 35.50893 + ], + "bearings": [ + 52, + 233 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1118, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "30.24", + "duration": "25.2", + "location": [ + 140.109606, + 35.509347 + ], + "bearings": [ + 52, + 232 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1119, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.397", + "duration": "2.04", + "location": [ + 140.114787, + 35.513022 + ], + "bearings": [ + 43, + 226 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1122, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "25.429", + "duration": "21.642", + "location": [ + 140.115174, + 35.513356 + ], + "bearings": [ + 44, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1123, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.616", + "duration": "1.375", + "location": [ + 140.118901, + 35.516874 + ], + "bearings": [ + 38, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1128, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "18.753", + "duration": "15.96", + "location": [ + 140.119128, + 35.517114 + ], + "bearings": [ + 37, + 218 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1129, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "20.286", + "duration": "17.64", + "location": [ + 140.121741, + 35.519994 + ], + "bearings": [ + 35, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1132, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.082", + "duration": "0.941", + "location": [ + 140.124548, + 35.523225 + ], + "bearings": [ + 36, + 215 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1135, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.884", + "duration": "2.508", + "location": [ + 140.124696, + 35.523392 + ], + "bearings": [ + 35, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1136, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.489", + "duration": "1.294", + "location": [ + 140.125093, + 35.523845 + ], + "bearings": [ + 37, + 215 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1137, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.302", + "duration": "1.133", + "location": [ + 140.125309, + 35.524077 + ], + "bearings": [ + 36, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1138, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.047", + "duration": "3.519", + "location": [ + 140.125491, + 35.52428 + ], + "bearings": [ + 36, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1139, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.605", + "duration": "4.004", + "location": [ + 140.126059, + 35.52491 + ], + "bearings": [ + 36, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1140, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2", + "duration": "1.739", + "location": [ + 140.126707, + 35.525623 + ], + "bearings": [ + 35, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1141, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "25.714", + "duration": "22.36", + "location": [ + 140.126979, + 35.525937 + ], + "bearings": [ + 36, + 215 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1142, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.628", + "duration": "1.416", + "location": [ + 140.130604, + 35.530002 + ], + "bearings": [ + 35, + 215 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1145, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "24.235", + "duration": "21.074", + "location": [ + 140.130831, + 35.530261 + ], + "bearings": [ + 36, + 215 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1146, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.044", + "duration": "1.739", + "location": [ + 140.134194, + 35.534057 + ], + "bearings": [ + 36, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1147, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.729", + "duration": "5.727", + "location": [ + 140.134467, + 35.534372 + ], + "bearings": [ + 36, + 215 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1149, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.996", + "duration": "1.699", + "location": [ + 140.135376, + 35.53539 + ], + "bearings": [ + 36, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1150, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "30.691", + "duration": "26.12", + "location": [ + 140.135648, + 35.535696 + ], + "bearings": [ + 35, + 216 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1151, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.419", + "duration": "3.843", + "location": [ + 140.139295, + 35.540732 + ], + "bearings": [ + 19, + 202 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1156, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "16.695", + "duration": "14.517", + "location": [ + 140.139636, + 35.541538 + ], + "bearings": [ + 17, + 199 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1157, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.35", + "duration": "2", + "location": [ + 140.140556, + 35.544778 + ], + "bearings": [ + 5, + 190 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1161, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "13.921", + "duration": "12.105", + "location": [ + 140.140601, + 35.545222 + ], + "bearings": [ + 5, + 185 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1162, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "8.699", + "duration": "7.564", + "location": [ + 140.140669, + 35.547972 + ], + "bearings": [ + 178, + 356 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1166, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "18.584", + "duration": "16.16", + "location": [ + 140.140509, + 35.549648 + ], + "bearings": [ + 173, + 353 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1169, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.503", + "duration": "2.177", + "location": [ + 140.139929, + 35.553249 + ], + "bearings": [ + 171, + 352 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1172, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.177", + "duration": "2.763", + "location": [ + 140.13985, + 35.553712 + ], + "bearings": [ + 172, + 351 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1173, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.455", + "duration": "2.135", + "location": [ + 140.139748, + 35.554296 + ], + "bearings": [ + 173, + 352 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1175, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "27.374", + "duration": "23.803", + "location": [ + 140.139668, + 35.554749 + ], + "bearings": [ + 172, + 352 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1176, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "8.149", + "duration": "7.086", + "location": [ + 140.139032, + 35.558693 + ], + "bearings": [ + 173, + 352 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1182, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.691", + "turn_duration": "0.019", + "duration": "3.229", + "location": [ + 140.138851, + 35.559795 + ], + "bearings": [ + 172, + 348, + 353 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1184, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "ic": { + "name": "Soga IC" + } + }, + { + "weight": "20.8", + "duration": "18.087", + "location": [ + 140.138748, + 35.560452 + ], + "bearings": [ + 173, + 352 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1185, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "8.468", + "duration": "7.364", + "location": [ + 140.138146, + 35.564165 + ], + "bearings": [ + 172, + 353 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1190, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "35.47", + "duration": "30.843", + "location": [ + 140.137976, + 35.565369 + ], + "bearings": [ + 174, + 352 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1193, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "0.846", + "duration": "0.72", + "location": [ + 140.139067, + 35.570813 + ], + "bearings": [ + 34, + 214 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1205, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "8.655", + "duration": "7.366", + "location": [ + 140.139135, + 35.570896 + ], + "bearings": [ + 38, + 214 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1206, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "16.349", + "turn_duration": "0.022", + "duration": "13.085", + "turn_weight": "1", + "location": [ + 140.140033, + 35.571841 + ], + "bearings": [ + 41, + 218, + 222 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1208, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "1.892", + "duration": "1.611", + "location": [ + 140.141828, + 35.573591 + ], + "bearings": [ + 40, + 219 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1210, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "21.874", + "duration": "18.616", + "location": [ + 140.142067, + 35.573822 + ], + "bearings": [ + 40, + 220 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1211, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "1.382", + "duration": "1.152", + "location": [ + 140.144827, + 35.576544 + ], + "bearings": [ + 38, + 219 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1214, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "1.535", + "duration": "1.279", + "location": [ + 140.144987, + 35.576711 + ], + "bearings": [ + 40, + 218 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1215, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "56.529", + "duration": "47.107", + "location": [ + 140.14518, + 35.576896 + ], + "bearings": [ + 39, + 220 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1216, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "7.045", + "duration": "5.751", + "location": [ + 140.147476, + 35.585525 + ], + "bearings": [ + 155, + 335 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1235, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "4.677", + "duration": "3.818", + "location": [ + 140.146873, + 35.58659 + ], + "bearings": [ + 155, + 337 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1236, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "80.509", + "turn_duration": "0.021", + "duration": "67.112", + "location": [ + 140.146578, + 35.587173 + ], + "bearings": [ + 160, + 334, + 342 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1238, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "ic": { + "name": "Matsugaoka IC" + } + }, + { + "weight": "11.276", + "duration": "9.397", + "location": [ + 140.148749, + 35.597895 + ], + "bearings": [ + 16, + 196 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1251, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.351", + "turn_duration": "0.007", + "duration": "1.967", + "turn_weight": "1", + "location": [ + 140.149215, + 35.599228 + ], + "bearings": [ + 15, + 196, + 200 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1252, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "2.187", + "duration": "1.823", + "location": [ + 140.14934, + 35.599598 + ], + "bearings": [ + 15, + 195 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1254, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "location": [ + 140.149453, + 35.599941 + ], + "bearings": [ + 15, + 195 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1255, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CY821201", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CY82120E" + ] + } + ], + "junction_name": "Chibahigashi JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "8230.383", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 8 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 8 kilometres." + }, + { + "distancealonggeometry": "400", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eMiyanogi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Keep left at Miyanogi JCT." + }, + { + "distancealonggeometry": "103.889", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left at \u003csay-as interpret-as\u003d\"address\"\u003eMiyanogi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eTokyo\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep left at Miyanogi JCT toward Tokyo." + } + ], + "weight_typical": "478.042", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "Tokyo", + "type": "text" + } + ], + "modifier": "left", + "text": "Tokyo", + "type": "fork" + }, + "distancealonggeometry": "8247.05", + "primary": { + "components": [ + { + "text": "Miyanogi JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "E51", + "type": "icon", + "mapbox_shield": { + "display_ref": "E51", + "name": "jp-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "left", + "text": "Miyanogi JCT / E51", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "Tokyo", + "type": "text" + } + ], + "modifier": "left", + "text": "Tokyo", + "type": "fork" + }, + "distancealonggeometry": "400", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight left" + }, + { + "directions": [ + "slight left", + "straight" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": false, + "text": "", + "type": "lane" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA085111?arrow_ids\u003dCA08511A", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "left", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Miyanogi JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "E51", + "type": "icon", + "mapbox_shield": { + "display_ref": "E51", + "name": "jp-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "left", + "text": "Miyanogi JCT / E51", + "type": "fork" + } + } + ], + "distance": 8247.05, + "duration": 392.419, + "duration_typical": 392.419, + "geometry": "mzz{bAss`ijG}KoCgy@kSuw@cRmy@}Rea@aKup@iOqk@}MsfBec@{WcFkEyAiEeAaz@yReOmEkEcA{L_D_UyFiWyFaNgCwOgC}PqBkPcA_NcAuR?kP?eOl@yObAwOzAsNfCsNjEoM~CaRnGgSjJsCxAqF~CeOrIkPdMqJfHmMxKgSvPm_@b\\as@bm@{cA|~@olA~eAoMdM{rApnAsYrXsh@zh@uh@ri@cKvKoX~YgSzWq`@ri@sNtUkInQ{Lj[}Pje@}[dcAa]piAas@f`CohAtwDmX|y@qUdr@sNj`@qk@|yAgWhj@qUvf@wVje@eDnGif@n}@wa@dm@ySb\\gHxKmn@rz@qpA~eBcG|Hyx@dhAekB`hCgSpXihBvcCuw@`fA}}AnuBsh@rn@oFxFwa@nb@ah@rd@iWpSeOdMus@dh@_`@dWgb@tU_v@t_@iWjJsRnGe|A|h@onCnx@_pDbhAm`AtZiWxK{WrNwOrIySrNq\\lV", + "name": "Keiyo Road", + "destinations": "Tokyo, Narita, KEIYO ROAD", + "mode": "driving", + "maneuver": { + "location": [ + 140.149578, + 35.600311 + ], + "bearing_before": 15.0, + "bearing_after": 16.0, + "instruction": "Keep right at Chibahigashi JCT toward Tokyo.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 478.042, + "intersections": [ + { + "weight": "20.793", + "turn_duration": "0.007", + "duration": "17.704", + "location": [ + 140.149578, + 35.600311 + ], + "bearings": [ + 8, + 16, + 195 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1256, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "jct": { + "name": "Chibahigashi JCT" + } + }, + { + "weight": "21.558", + "duration": "18.347", + "location": [ + 140.150794, + 35.603839 + ], + "bearings": [ + 15, + 196 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1261, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "0.612", + "duration": "0.521", + "location": [ + 140.152032, + 35.607505 + ], + "bearings": [ + 16, + 196 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1266, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "9.166", + "turn_duration": "0.007", + "duration": "6.958", + "turn_weight": "1", + "location": [ + 140.152067, + 35.607606 + ], + "bearings": [ + 15, + 196, + 204 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1267, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "33.172", + "duration": "28.232", + "location": [ + 140.152487, + 35.60881 + ], + "bearings": [ + 16, + 198 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1269, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "21.088", + "duration": "17.574", + "location": [ + 140.152396, + 35.614013 + ], + "bearings": [ + 155, + 332 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1289, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "8.754", + "duration": "7.295", + "location": [ + 140.150078, + 35.616763 + ], + "bearings": [ + 144, + 323 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1297, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "11.896", + "duration": "9.71", + "location": [ + 140.149055, + 35.617865 + ], + "bearings": [ + 143, + 323 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1298, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "10.967", + "duration": "8.953", + "location": [ + 140.147692, + 35.619337 + ], + "bearings": [ + 142, + 322 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1300, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "3.481", + "duration": "2.842", + "location": [ + 140.146419, + 35.620679 + ], + "bearings": [ + 142, + 322 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1301, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "10.718", + "duration": "8.749", + "location": [ + 140.146009, + 35.621105 + ], + "bearings": [ + 142, + 321 + ], + "classes": [ + "tunnel", + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1302, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "tunnel_name": "Kaizuka Tunnel" + }, + { + "weight": "19.732", + "duration": "16.108", + "location": [ + 140.144657, + 35.622438 + ], + "bearings": [ + 140, + 319 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1304, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "9.894", + "duration": "8.077", + "location": [ + 140.141828, + 35.624539 + ], + "bearings": [ + 121, + 300 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1311, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "8.056", + "turn_duration": "0.008", + "duration": "5.768", + "turn_weight": "1", + "location": [ + 140.140123, + 35.625289 + ], + "bearings": [ + 118, + 124, + 296 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1313, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "40.396", + "duration": "32.976", + "location": [ + 140.13893, + 35.62577 + ], + "bearings": [ + 116, + 296 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1314, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "15.571", + "turn_duration": "0.021", + "duration": "12.732", + "location": [ + 140.132145, + 35.628547 + ], + "bearings": [ + 118, + 291, + 300 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1318, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + }, + "ic": { + "name": "Anagawa IC" + } + }, + { + "weight": "7.622", + "duration": "6.222", + "location": [ + 140.129463, + 35.629898 + ], + "bearings": [ + 125, + 305 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1321, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "15.27", + "duration": "12.465", + "location": [ + 140.128213, + 35.630639 + ], + "bearings": [ + 127, + 307 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1323, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "8.048", + "duration": "6.57", + "location": [ + 140.125872, + 35.63224 + ], + "bearings": [ + 131, + 312 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1327, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "12.624", + "duration": "10.305", + "location": [ + 140.124713, + 35.633147 + ], + "bearings": [ + 134, + 314 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1329, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "10.198", + "duration": "8.325", + "location": [ + 140.122906, + 35.634582 + ], + "bearings": [ + 135, + 314 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1331, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "22.14", + "duration": "18.45", + "location": [ + 140.121735, + 35.635507 + ], + "bearings": [ + 134, + 314 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1332, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "44.145", + "duration": "36.788", + "location": [ + 140.119133, + 35.637562 + ], + "bearings": [ + 134, + 314 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1334, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "8.2", + "duration": "6.694", + "location": [ + 140.113976, + 35.641673 + ], + "bearings": [ + 135, + 317 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1337, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "17.916", + "duration": "14.625", + "location": [ + 140.113089, + 35.642459 + ], + "bearings": [ + 139, + 320 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1339, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "10.681", + "turn_duration": "0.022", + "duration": "7.925", + "turn_weight": "1", + "location": [ + 140.111363, + 35.64432 + ], + "bearings": [ + 145, + 156, + 328 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1343, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "14.144", + "duration": "11.546", + "location": [ + 140.110317, + 35.645691 + ], + "bearings": [ + 149, + 332 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1345, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "weight": "9.519", + "duration": "7.771", + "location": [ + 140.109113, + 35.647838 + ], + "bearings": [ + 161, + 340 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1349, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + }, + { + "location": [ + 140.108442, + 35.649329 + ], + "bearings": [ + 160, + 342 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1350, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA085111", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA08511A" + ] + } + ], + "junction_name": "Miyanogi JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "241.619", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 300 metres, Keep left towards \u003csay-as interpret-as\u003d\"address\"\u003eTokyo\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 300 metres, Keep left towards Tokyo." + }, + { + "distancealonggeometry": "62.222", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left towards \u003csay-as interpret-as\u003d\"address\"\u003eTokyo\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep left towards Tokyo." + } + ], + "weight_typical": "28.114", + "bannerinstructions": [ + { + "distancealonggeometry": "254.952", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight left" + }, + { + "directions": [ + "slight right" + ], + "active": false, + "text": "", + "type": "lane" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA085171?arrow_ids\u003dCA08517A", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "left", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Tokyo", + "type": "text" + } + ], + "modifier": "left", + "text": "Tokyo", + "type": "fork" + } + } + ], + "distance": 254.952, + "duration": 22.966, + "duration_typical": 22.966, + "geometry": "ihj_cAe|hfjG_J|MeOvPqJ`Ke@l@yHvKuGxKyCfFyTd`@}IxP", + "name": "", + "destinations": "E51: Tokyo, Narita, SHUTO EXPWY, HIGASHI-KANTO", + "mode": "driving", + "maneuver": { + "location": [ + 140.104659, + 35.657365 + ], + "bearing_before": 327.0, + "bearing_after": 312.0, + "instruction": "Keep left at Miyanogi JCT toward Tokyo.", + "type": "fork", + "modifier": "slight left" + }, + "driving_side": "left", + "weight": 28.114, + "intersections": [ + { + "weight": "10.805", + "turn_duration": "0.017", + "duration": "8.836", + "location": [ + 140.104659, + 35.657365 + ], + "bearings": [ + 147, + 312, + 322 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "slight left", + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight left", + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1358, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk_link" + }, + "jct": { + "name": "Miyanogi JCT" + } + }, + { + "weight": "6.946", + "duration": "5.67", + "location": [ + 140.10392, + 35.658004 + ], + "bearings": [ + 139, + 313 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1362, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk_link" + } + }, + { + "location": [ + 140.103395, + 35.658377 + ], + "bearings": [ + 130, + 309 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "slight left", + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight right" + ] + } + ], + "geometry_index": 1365, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk_link" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA085171", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA08517A" + ] + } + ], + "voiceinstructions": [ + { + "distancealonggeometry": "16148.046", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 16 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 16 kilometres." + }, + { + "distancealonggeometry": "1500", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKoya JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep right at Koya JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKoya JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Koya JCT." + }, + { + "distancealonggeometry": "168.889", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKoya JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eSHUTO EXPWY\u003c/say-as\u003e, \u003csay-as interpret-as\u003d\"address\"\u003eTokyo\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Koya JCT toward SHUTO EXPWY, Tokyo." + } + ], + "weight_typical": "995.219", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "SHUTO EXPWY", + "type": "text" + }, + { + "text": "/", + "type": "text" + }, + { + "text": "Tokyo", + "type": "text" + } + ], + "modifier": "right", + "text": "SHUTO EXPWY / Tokyo", + "type": "fork" + }, + "distancealonggeometry": "16161.379", + "primary": { + "components": [ + { + "text": "Koya JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Koya JCT", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "SHUTO EXPWY", + "type": "text" + }, + { + "text": "/", + "type": "text" + }, + { + "text": "Tokyo", + "type": "text" + } + ], + "modifier": "right", + "text": "SHUTO EXPWY / Tokyo", + "type": "fork" + }, + "distancealonggeometry": "1500", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA277101?arrow_ids\u003dCA27710E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Koya JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Koya JCT", + "type": "fork" + } + } + ], + "distance": 16161.379, + "duration": 848.02, + "duration_typical": 848.02, + "geometry": "ihm_cAezdfjGqFvPyH~T}AfHu@fHw@fYPdM`CvPtGrSjE|HjTbWdp@rd@|b@`f@xb@je@|EnG`Yf^ta@zr@`Ybm@rNb\\n}@ztBtRt_@r]~o@bmAbcBxvBtrCnmBtfCb]zc@~MdRtjBxcCp`Cx~C|f@jq@hWvf@tRpb@jTjq@nMpn@xHrs@`Cvf@Phj@c@tZoBn]iA`Pu@|MeKvk@qJnb@}Phj@oXvk@gLlQao@px@ah@pn@cbAbmAif@lq@kf@ft@uh@h`AmIdRsNp]eO`a@{Lt_@oQtfA_Jj{@oQxmBqFri@iEvf@u]pkDuVtfBkPd~@mTvaAoFzWq`@z~A_`@`rAog@|yAa]fy@ad@feAkrDjpHkj@jqAca@piA}f@dcB{b@puByOnbAuK`|@_UhqBuGba@ySbcAyZftAqJzh@ySj`AwVtp@a]j{@_Uhj@yS`f@wKlVcKlVkEjJyQl_@qHpOivAxtCe{@vaBiyAbtC{LlVcrBv~D}Px\\o~Ad`DkPvZiErIcRz\\wVd^sNzR_NrNkPxPo\\pXib@fYiW|Mmc@dRoaAtZaJfCqYjJcRnG_JtDuGfC{LxFqJjEcGtDeOtIqJnGy@l@qN`K{AzAcK|H{HdHuG|HqJjJcR`UyHlL}PzWeOpXqJ`U{b@bhAwa@heAuw@~{Ba]d~@c~@rfCaR|h@gSxr@cKng@{m@boDg^ztB}gAxvGeDzRuxArtIiW~{Aoy@l_FmX~`B}[tkBg^puBuRpiAyHri@cG|c@eDxa@iAlQ{Afc@Stp@?bW|Axf@`Czc@rCz\\|E|^bKll@xH~^vKj`@zLf^|ErNpQdc@~MpXlTnb@", + "name": "Higashikanto Expwy(Koya To Itako)", + "destinations": "Tokyo, Kawasaki", + "mode": "driving", + "maneuver": { + "location": [ + 140.102579, + 35.658901 + ], + "bearing_before": 307.0, + "bearing_after": 298.0, + "instruction": "Keep left towards Tokyo.", + "type": "fork", + "modifier": "slight left" + }, + "driving_side": "left", + "weight": 995.219, + "intersections": [ + { + "weight": "7.056", + "turn_duration": "0.013", + "duration": "5.772", + "location": [ + 140.102579, + 35.658901 + ], + "bearings": [ + 127, + 298, + 304 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "slight left", + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight right" + ] + } + ], + "geometry_index": 1367, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk_link" + } + }, + { + "weight": "24.536", + "duration": "20.029", + "location": [ + 140.101795, + 35.659226 + ], + "bearings": [ + 114, + 279 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1370, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk_link" + } + }, + { + "weight": "5.433", + "duration": "4.435", + "location": [ + 140.099239, + 35.657837 + ], + "bearings": [ + 32, + 221 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1378, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "trunk_link" + } + }, + { + "weight": "18.292", + "turn_duration": "0.018", + "duration": "4.338", + "turn_weight": "13", + "location": [ + 140.098614, + 35.657262 + ], + "bearings": [ + 37, + 41, + 221 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 1, + "out": 2, + "geometry_index": 1379, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "15.435", + "duration": "12.6", + "location": [ + 140.097864, + 35.656578 + ], + "bearings": [ + 44, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1381, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "13.645", + "duration": "11.139", + "location": [ + 140.09533, + 35.654939 + ], + "bearings": [ + 57, + 237 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1385, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "46.225", + "duration": "37.735", + "location": [ + 140.092921, + 35.653624 + ], + "bearings": [ + 53, + 232 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1387, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.038", + "duration": "3.296", + "location": [ + 140.086001, + 35.648199 + ], + "bearings": [ + 45, + 225 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1391, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.072", + "duration": "1.691", + "location": [ + 140.085411, + 35.647717 + ], + "bearings": [ + 45, + 226 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1392, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "61.688", + "duration": "50.357", + "location": [ + 140.085104, + 35.647477 + ], + "bearings": [ + 46, + 225 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1393, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "29.054", + "duration": "23.718", + "location": [ + 140.074673, + 35.641533 + ], + "bearings": [ + 89, + 273 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1403, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "49.479", + "duration": "41.232", + "location": [ + 140.069321, + 35.643727 + ], + "bearings": [ + 136, + 317 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1413, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "8.434", + "duration": "7.029", + "location": [ + 140.060629, + 35.648754 + ], + "bearings": [ + 103, + 282 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1424, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.24", + "duration": "2.7", + "location": [ + 140.058856, + 35.64905 + ], + "bearings": [ + 102, + 282 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1425, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.034", + "turn_duration": "0.019", + "duration": "2.548", + "location": [ + 140.058174, + 35.649171 + ], + "bearings": [ + 102, + 273, + 281 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1426, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Wanganchiba IC" + } + }, + { + "weight": "30.818", + "duration": "26.229", + "location": [ + 140.057538, + 35.649272 + ], + "bearings": [ + 101, + 282 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1427, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "78.196", + "duration": "69.508", + "location": [ + 140.051039, + 35.650763 + ], + "bearings": [ + 112, + 290 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1431, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "23.209", + "duration": "20.631", + "location": [ + 140.03687, + 35.65778 + ], + "bearings": [ + 119, + 296 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1440, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "36.349", + "turn_duration": "0.008", + "duration": "33.053", + "location": [ + 140.03229, + 35.659262 + ], + "bearings": [ + 107, + 276, + 284 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1443, + "is_urban": true, + "admin_index": 0, + "rest_stop": { + "type": "rest_area", + "name": "湾岸幕張PA", + "amenities": [ + { + "type": "electric_charging_station" + }, + { + "type": "toilet" + }, + { + "type": "restaurant" + }, + { + "type": "snack" + }, + { + "type": "info" + }, + { + "type": "baby_care" + }, + { + "type": "facilities_for_disabled" + }, + { + "type": "shop" + }, + { + "type": "telephone" + } + ], + "guidemap": "https://api.mapbox.com/guidance-views/v1/737596800/sapaguidemap/SA116501" + }, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.029", + "duration": "5.48", + "location": [ + 140.025814, + 35.660919 + ], + "bearings": [ + 109, + 291 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1449, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "25.994", + "duration": "9.994", + "turn_weight": "15", + "location": [ + 140.024768, + 35.661252 + ], + "bearings": [ + 111, + 300 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "general" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "general" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "general" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "general" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "general" + ] + } + ], + "geometry_index": 1450, + "is_urban": true, + "admin_index": 0, + "toll_collection": { + "type": "toll_booth", + "name": "Narashinohonsen Tollgate" + }, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "19.668", + "turn_duration": "0.019", + "duration": "16.991", + "turn_weight": "1", + "location": [ + 140.023007, + 35.662113 + ], + "bearings": [ + 122, + 144, + 302 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "geometry_index": 1452, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "13.966", + "turn_duration": "0.019", + "duration": "12.034", + "turn_weight": "0.75", + "location": [ + 140.019973, + 35.663752 + ], + "bearings": [ + 125, + 132, + 306 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1459, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "23.378", + "duration": "21.253", + "location": [ + 140.017576, + 35.665149 + ], + "bearings": [ + 126, + 307 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1460, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "16.264", + "duration": "14.786", + "location": [ + 140.013235, + 35.667779 + ], + "bearings": [ + 126, + 306 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1463, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.576", + "duration": "2.342", + "location": [ + 140.010167, + 35.669621 + ], + "bearings": [ + 126, + 307 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1464, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "16.174", + "duration": "14.704", + "location": [ + 140.00969, + 35.669908 + ], + "bearings": [ + 127, + 306 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1465, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.489", + "duration": "3.171", + "location": [ + 140.006667, + 35.671714 + ], + "bearings": [ + 128, + 307 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1467, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "26.353", + "duration": "23.957", + "location": [ + 140.006019, + 35.672121 + ], + "bearings": [ + 128, + 313 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1469, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.947", + "duration": "9.043", + "location": [ + 140.002849, + 35.676342 + ], + "bearings": [ + 161, + 342 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1478, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.484", + "duration": "3.986", + "location": [ + 140.001986, + 35.678102 + ], + "bearings": [ + 152, + 332 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1486, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.087", + "turn_duration": "0.011", + "duration": "0.311", + "turn_weight": "0.75", + "location": [ + 140.001463, + 35.678824 + ], + "bearings": [ + 148, + 155, + 321 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1490, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "34.425", + "duration": "30.6", + "location": [ + 140.001417, + 35.67887 + ], + "bearings": [ + 141, + 326 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1491, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.639", + "duration": "8.568", + "location": [ + 139.997872, + 35.681314 + ], + "bearings": [ + 121, + 301 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1501, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "299.376", + "duration": "272.16", + "location": [ + 139.996747, + 35.68187 + ], + "bearings": [ + 121, + 299 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1502, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "turn_duration": "0.009", + "location": [ + 139.957386, + 35.692313 + ], + "bearings": [ + 79, + 246, + 255 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1529, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "ic": { + "name": "Wangan-ichikawa IC" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA277101", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA27710E" + ] + } + ], + "junction_name": "Koya JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "11418.321", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 11 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 11 kilometres." + }, + { + "distancealonggeometry": "1500", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKasai JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep right at Kasai JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKasai JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Kasai JCT." + }, + { + "distancealonggeometry": "151.111", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKasai JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eYokohama\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Kasai JCT toward Yokohama." + } + ], + "weight_typical": "583.004", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "Yokohama", + "type": "text" + } + ], + "modifier": "right", + "text": "Yokohama", + "type": "fork" + }, + "distancealonggeometry": "11444.988", + "primary": { + "components": [ + { + "text": "Kasai JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Kasai JCT", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "Yokohama", + "type": "text" + } + ], + "modifier": "right", + "text": "Yokohama", + "type": "fork" + }, + "distancealonggeometry": "1500", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA066101?arrow_ids\u003dCA06610E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Kasai JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Kasai JCT", + "type": "fork" + } + } + ], + "distance": 11444.988, + "duration": 510.464, + "duration_typical": 510.464, + "geometry": "c{jacAwh`}iGpo@foAl_@ft@h[dm@nXvf@ta@xw@paA|jBjHnNFJdpA~dCpJvP~aArlB|^fs@rz@h`Bjq@llA`a@~o@rUr_@x^lg@jP`UvaCbyCdOdRx^dc@dl@ft@hgAbrA`CfCzLrN||C`tDxeB|uBbQ~SzWj[pJnLlu@xw@jeB~`BngGfxFfx@~t@znA`rAb@l@loAz~AbiA`wAhAxAt{@dhApg@|o@dkBf`Ch|@dhA`o@xw@fyAniB|PrSfi@br@z^he@zlBndCvmAd~At~Cz{DbVtZz{F~nH~TfY`s@`aA`Yzh@rNzWvDjJpFhO|Ppi@xHb\\zHf^xHjj@jEll@hA`\\hAzWQbr@iAvk@oBp]iExa@{Hll@cV|~@k^hwAwLve@mMxf@oy@hbDa~@vhDsC`KsC`KaG`UcD~Lg|Ax~Fkf@~eB_YlgA}[xmAq`@|yAk[tkAkTrz@qJpb@oFx\\{Hll@iA|MeDhe@oBf^aCho@", + "name": "Expwy Wangan Line", + "destinations": "SHUTO EXPWY, Tokyo, Kawasaki", + "mode": "driving", + "maneuver": { + "location": [ + 139.952796, + 35.690434 + ], + "bearing_before": 233.0, + "bearing_after": 233.0, + "instruction": "Keep right at Koya JCT toward SHUTO EXPWY/Tokyo/Kawasaki.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 583.004, + "intersections": [ + { + "weight": "37.895", + "turn_duration": "0.019", + "duration": "30.619", + "turn_weight": "5", + "location": [ + 139.952796, + 35.690434 + ], + "bearings": [ + 53, + 220, + 233 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1538, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Koya JCT" + } + }, + { + "weight": "12.79", + "duration": "11.897", + "location": [ + 139.946649, + 35.686657 + ], + "bearings": [ + 53, + 233 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1544, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "15.386", + "duration": "14.312", + "location": [ + 139.944251, + 35.685204 + ], + "bearings": [ + 53, + 231 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1547, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "24.164", + "turn_duration": "0.019", + "duration": "21.567", + "turn_weight": "1", + "location": [ + 139.941377, + 35.683436 + ], + "bearings": [ + 53, + 61, + 233 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1550, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "8.077", + "duration": "7.513", + "location": [ + 139.937797, + 35.681131 + ], + "bearings": [ + 49, + 230 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1553, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "20.584", + "duration": "19.148", + "location": [ + 139.936628, + 35.68026 + ], + "bearings": [ + 46, + 226 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1555, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "17.244", + "duration": "2.087", + "turn_weight": "15", + "location": [ + 139.933809, + 35.67789 + ], + "bearings": [ + 44, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "general", + "etc" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "general" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ], + "payment_methods": [ + "etc" + ] + } + ], + "geometry_index": 1557, + "is_urban": true, + "admin_index": 0, + "toll_collection": { + "type": "toll_booth", + "name": "Ichikawa Tollgate" + }, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "19.996", + "turn_duration": "0.008", + "duration": "19.051", + "location": [ + 139.933502, + 35.677631 + ], + "bearings": [ + 44, + 208, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "geometry_index": 1558, + "is_urban": false, + "admin_index": 0, + "rest_stop": { + "type": "rest_area", + "name": "市川PA", + "amenities": [ + { + "type": "electric_charging_station" + }, + { + "type": "toilet" + }, + { + "type": "snack" + }, + { + "type": "ATM" + }, + { + "type": "info" + }, + { + "type": "baby_care" + }, + { + "type": "facilities_for_disabled" + }, + { + "type": "shop" + }, + { + "type": "telephone" + } + ], + "guidemap": "https://api.mapbox.com/guidance-views/v1/737596800/sapaguidemap/SA158402" + }, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.493", + "turn_duration": "0.009", + "duration": "0.479", + "turn_weight": "1", + "location": [ + 139.930741, + 35.675242 + ], + "bearings": [ + 43, + 52, + 220 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1561, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "33.32", + "duration": "31.733", + "location": [ + 139.930673, + 35.675177 + ], + "bearings": [ + 40, + 222 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1562, + "is_urban": false, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.617", + "turn_duration": "0.008", + "duration": "2.675", + "turn_weight": "0.75", + "location": [ + 139.925287, + 35.670493 + ], + "bearings": [ + 43, + 55, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1566, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.321", + "duration": "1.229", + "location": [ + 139.924833, + 35.670095 + ], + "bearings": [ + 43, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1567, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "42.795", + "duration": "39.809", + "location": [ + 139.924617, + 35.66991 + ], + "bearings": [ + 43, + 220 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1568, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "40.406", + "duration": "35.917", + "location": [ + 139.918152, + 35.663169 + ], + "bearings": [ + 37, + 217 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1571, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.862", + "duration": "4.228", + "location": [ + 139.911777, + 35.657476 + ], + "bearings": [ + 44, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1578, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "20.469", + "duration": "17.421", + "location": [ + 139.910994, + 35.656827 + ], + "bearings": [ + 44, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1579, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.853", + "turn_duration": "0.018", + "duration": "4.999", + "location": [ + 139.907755, + 35.654115 + ], + "bearings": [ + 44, + 217, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1581, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "11.202", + "duration": "9.335", + "location": [ + 139.906846, + 35.653346 + ], + "bearings": [ + 44, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1582, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "25.317", + "duration": "21.098", + "location": [ + 139.905142, + 35.651902 + ], + "bearings": [ + 44, + 223 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1583, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "62.137", + "duration": "52.883", + "location": [ + 139.901245, + 35.648671 + ], + "bearings": [ + 45, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1587, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "31.305", + "duration": "28.459", + "location": [ + 139.891393, + 35.64044 + ], + "bearings": [ + 44, + 224 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1591, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "27.356", + "turn_duration": "0.026", + "duration": "24.776", + "turn_weight": "0.75", + "location": [ + 139.886064, + 35.637616 + ], + "bearings": [ + 74, + 82, + 260 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1601, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.723", + "duration": "9.045", + "location": [ + 139.880144, + 35.638171 + ], + "bearings": [ + 114, + 294 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1610, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "28.285", + "turn_duration": "0.018", + "duration": "26.329", + "location": [ + 139.878111, + 35.638893 + ], + "bearings": [ + 114, + 294 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1612, + "is_urban": true, + "admin_index": 0, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.943", + "duration": "0.877", + "location": [ + 139.872145, + 35.641069 + ], + "bearings": [ + 115, + 295 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1615, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.943", + "duration": "0.877", + "location": [ + 139.871952, + 35.641143 + ], + "bearings": [ + 115, + 295 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1616, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.736", + "duration": "1.615", + "location": [ + 139.871759, + 35.641217 + ], + "bearings": [ + 115, + 294 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1617, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "34.262", + "turn_duration": "0.018", + "duration": "32.648", + "location": [ + 139.871406, + 35.641346 + ], + "bearings": [ + 114, + 289, + 294 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1618, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "29.839", + "duration": "29.111", + "location": [ + 139.864282, + 35.643966 + ], + "bearings": [ + 114, + 294 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1622, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.33", + "turn_duration": "0.009", + "duration": "5.453", + "turn_weight": "0.75", + "location": [ + 139.857612, + 35.646225 + ], + "bearings": [ + 105, + 113, + 281 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1629, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.85626, + 35.646401 + ], + "bearings": [ + 98, + 276 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1632, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA066101", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA06610E" + ] + } + ], + "junction_name": "Kasai JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "3107.985", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 3 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 3 kilometres." + }, + { + "distancealonggeometry": "1500", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eTatsumi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep right at Tatsumi JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eTatsumi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Tatsumi JCT." + }, + { + "distancealonggeometry": "151.111", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eTatsumi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eYokohama\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Tatsumi JCT toward Yokohama." + } + ], + "weight_typical": "141.645", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "Yokohama", + "type": "text" + } + ], + "modifier": "right", + "text": "Yokohama", + "type": "fork" + }, + "distancealonggeometry": "3134.652", + "primary": { + "components": [ + { + "text": "Tatsumi JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Tatsumi JCT", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "Yokohama", + "type": "text" + } + ], + "modifier": "right", + "text": "Yokohama", + "type": "fork" + }, + "distancealonggeometry": "1500", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA068101?arrow_ids\u003dCA06810E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Tatsumi JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Tatsumi JCT", + "type": "fork" + } + } + ], + "distance": 3134.652, + "duration": 142.463, + "duration_typical": 142.463, + "geometry": "c_u~bA}fbwiGcKjnDuGlsCmB~t@}LtyFu@bWwKnfFw@~Yu@zWqFbcC?ll@?hT?lQxDvaAv{@h{Rv@rN|E~eAtR`tE", + "name": "Expwy Wangan Line", + "destinations": "Yokohama, Hakozaki", + "mode": "driving", + "maneuver": { + "location": [ + 139.855487, + 35.646466 + ], + "bearing_before": 276.0, + "bearing_after": 275.0, + "instruction": "Keep right at Kasai JCT toward Yokohama.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 141.645, + "intersections": [ + { + "weight": "21.974", + "turn_duration": "0.007", + "duration": "21.981", + "location": [ + 139.855487, + 35.646466 + ], + "bearings": [ + 96, + 266, + 275 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1633, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Kasai JCT" + } + }, + { + "weight": "20.148", + "duration": "20.665", + "location": [ + 139.850306, + 35.646799 + ], + "bearings": [ + 94, + 274 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1635, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.595", + "turn_duration": "0.019", + "duration": "1.655", + "turn_weight": "1", + "location": [ + 139.845431, + 35.647077 + ], + "bearings": [ + 94, + 106, + 275 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": false, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1637, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "14.56", + "duration": "14.933", + "location": [ + 139.845045, + 35.647104 + ], + "bearings": [ + 95, + 274 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1638, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "3.25", + "duration": "3.333", + "location": [ + 139.841341, + 35.647308 + ], + "bearings": [ + 94, + 275 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1639, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "17.854", + "duration": "18.311", + "location": [ + 139.840511, + 35.647363 + ], + "bearings": [ + 95, + 274 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1641, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "40.672", + "turn_duration": "0.007", + "duration": "41.722", + "location": [ + 139.835966, + 35.647391 + ], + "bearings": [ + 84, + 259, + 263 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1646, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.891", + "duration": "5.891", + "location": [ + 139.825785, + 35.646419 + ], + "bearings": [ + 83, + 262 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1647, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "turn_duration": "0.021", + "turn_weight": "0.75", + "location": [ + 139.824399, + 35.64628 + ], + "bearings": [ + 83, + 100, + 264 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1649, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA068101", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA06810E" + ] + } + ], + "junction_name": "Tatsumi JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "1731.29", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 2 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 2 kilometres." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eShinonome JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Shinonome JCT." + }, + { + "distancealonggeometry": "151.111", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eShinonome JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eYokohama\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Shinonome JCT toward Yokohama." + } + ], + "weight_typical": "82.452", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "Yokohama", + "type": "text" + } + ], + "modifier": "right", + "text": "Yokohama", + "type": "fork" + }, + "distancealonggeometry": "1757.956", + "primary": { + "components": [ + { + "text": "Shinonome JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Shinonome JCT", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "Yokohama", + "type": "text" + } + ], + "modifier": "right", + "text": "Yokohama", + "type": "fork" + }, + "distancealonggeometry": "800", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA174101?arrow_ids\u003dCA17410E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Shinonome JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Shinonome JCT", + "type": "fork" + } + } + ], + "distance": 1757.956, + "duration": 80.148, + "duration_typical": 80.148, + "geometry": "y_t~bA{z~tiG|PvcEfDr_@dD~YfHj`@lX|oA|WbmAz|@`yDfO~o@bVvfA~TzcAtK`f@zS|~@zL~j@zLvf@hWdhAvK|c@tGfT", + "name": "Expwy Wangan Line", + "destinations": "Yokohama", + "mode": "driving", + "maneuver": { + "location": [ + 139.82099, + 35.645965 + ], + "bearing_before": 264.0, + "bearing_after": 264.0, + "instruction": "Keep right at Tatsumi JCT toward Yokohama.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 82.452, + "intersections": [ + { + "weight": "17.088", + "turn_duration": "0.019", + "duration": "17.108", + "location": [ + 139.82099, + 35.645965 + ], + "bearings": [ + 84, + 258, + 264 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1650, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Tatsumi JCT" + } + }, + { + "weight": "8.268", + "duration": "8.066", + "location": [ + 139.816888, + 35.645511 + ], + "bearings": [ + 77, + 251 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1653, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "19.244", + "duration": "18.775", + "location": [ + 139.815059, + 35.644956 + ], + "bearings": [ + 69, + 249 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1655, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "8.781", + "duration": "8.567", + "location": [ + 139.810832, + 35.643567 + ], + "bearings": [ + 68, + 248 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1657, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.998", + "duration": "4.876", + "location": [ + 139.8089, + 35.642937 + ], + "bearings": [ + 68, + 249 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1659, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "13.639", + "duration": "13.306", + "location": [ + 139.807798, + 35.642585 + ], + "bearings": [ + 69, + 248 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1660, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "turn_duration": "0.018", + "turn_weight": "1", + "location": [ + 139.80481, + 35.641604 + ], + "bearings": [ + 67, + 75, + 248 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1664, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA174101", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA17410E" + ] + } + ], + "junction_name": "Shinonome JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "1469.411", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eAriake JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep right at Ariake JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eAriake JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Ariake JCT." + }, + { + "distancealonggeometry": "168.889", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eAriake JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHaneda Airport\u003c/say-as\u003e, \u003csay-as interpret-as\u003d\"address\"\u003eYokohama\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Ariake JCT toward Haneda Airport, Yokohama." + } + ], + "weight_typical": "66.918", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "Haneda Airport", + "type": "text" + }, + { + "text": "/", + "type": "text" + }, + { + "text": "Yokohama", + "type": "text" + } + ], + "modifier": "right", + "text": "Haneda Airport / Yokohama", + "type": "fork" + }, + "distancealonggeometry": "1496.078", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA069301?arrow_ids\u003dCA06930E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Ariake JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Ariake JCT", + "type": "fork" + } + } + ], + "distance": 1496.078, + "duration": 65.977, + "duration_typical": 65.977, + "geometry": "oaj~bAgd{siGfHdWpJpXde@jqAtl@`wA~bE~jJxNj\\t]tu@hf@dhAzb@r_A~_@v|@", + "name": "Expwy Wangan Line", + "destinations": "Yokohama", + "mode": "driving", + "maneuver": { + "location": [ + 139.802708, + 35.640872 + ], + "bearing_before": 243.0, + "bearing_after": 245.0, + "instruction": "Keep right at Shinonome JCT toward Yokohama.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 66.918, + "intersections": [ + { + "weight": "16.244", + "turn_duration": "0.021", + "duration": "16.265", + "location": [ + 139.802708, + 35.640872 + ], + "bearings": [ + 63, + 237, + 245 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1667, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Shinonome JCT" + } + }, + { + "weight": "29.985", + "turn_duration": "0.019", + "duration": "30.004", + "location": [ + 139.799185, + 35.639197 + ], + "bearings": [ + 57, + 229, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1671, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.79", + "duration": "9.79", + "location": [ + 139.792891, + 35.635808 + ], + "bearings": [ + 56, + 235 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1673, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.022", + "turn_duration": "0.019", + "duration": "5.042", + "turn_weight": "1", + "location": [ + 139.790845, + 35.634688 + ], + "bearings": [ + 57, + 63, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1675, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.789811, + 35.634114 + ], + "bearings": [ + 56, + 237 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1676, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA069301", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA06930E" + ] + } + ], + "junction_name": "Ariake JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "4015.529", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 4 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 4 kilometres." + }, + { + "distancealonggeometry": "400", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eOi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Keep right at Oi JCT." + }, + { + "distancealonggeometry": "140", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eOi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHaneda Airport\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Oi JCT toward Haneda Airport." + } + ], + "weight_typical": "183.508", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "Haneda Airport", + "type": "text" + } + ], + "modifier": "right", + "text": "Haneda Airport", + "type": "fork" + }, + "distancealonggeometry": "4042.195", + "primary": { + "components": [ + { + "text": "Oi JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Oi JCT", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "Haneda Airport", + "type": "text" + } + ], + "modifier": "right", + "text": "Haneda Airport", + "type": "fork" + }, + "distancealonggeometry": "400", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA070301?arrow_ids\u003dCA07030E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Oi JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Oi JCT", + "type": "fork" + } + } + ], + "distance": 4042.195, + "duration": 179.71, + "duration_typical": 179.71, + "geometry": "cz{}bAm``siG~IzRx{C|}GpaAzyBzx@vhBrh@`kAdVfj@jj@tpAth@llAr]xw@`G~M`JnS`Rx\\xZdh@|`AhvA~vA`rBta@vk@jnDhiF|iIhfLfD`Fln@j{@~TtZvOvPnMxKhLhJ`R|MhWdMvOpGbRxFjPjErRtDpFbA", + "name": "Expwy Wangan Line", + "destinations": "Haneda Airport, Yokohama", + "mode": "driving", + "maneuver": { + "location": [ + 139.788823, + 35.633586 + ], + "bearing_before": 237.0, + "bearing_after": 236.0, + "instruction": "Keep right at Ariake JCT toward Haneda Airport/Yokohama.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 183.508, + "intersections": [ + { + "weight": "1.595", + "turn_duration": "0.019", + "duration": "1.614", + "location": [ + 139.788823, + 35.633586 + ], + "bearings": [ + 57, + 228, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1677, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Ariake JCT" + } + }, + { + "weight": "22.545", + "duration": "22.545", + "location": [ + 139.788505, + 35.63341 + ], + "bearings": [ + 56, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1678, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.63", + "duration": "9.63", + "location": [ + 139.783914, + 35.630901 + ], + "bearings": [ + 56, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1679, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "7.929", + "duration": "7.929", + "location": [ + 139.781948, + 35.629836 + ], + "bearings": [ + 56, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1680, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "8.691", + "duration": "8.914", + "location": [ + 139.780256, + 35.62891 + ], + "bearings": [ + 56, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1681, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "13.109", + "turn_duration": "0.019", + "duration": "12.439", + "turn_weight": "1", + "location": [ + 139.778347, + 35.627873 + ], + "bearings": [ + 57, + 63, + 237 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1683, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.455", + "duration": "4.455", + "location": [ + 139.775801, + 35.626512 + ], + "bearings": [ + 56, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1685, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.17", + "duration": "1.17", + "location": [ + 139.774892, + 35.626022 + ], + "bearings": [ + 56, + 237 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1686, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "25.929", + "duration": "25.929", + "location": [ + 139.774652, + 35.625893 + ], + "bearings": [ + 57, + 236 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1687, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.851", + "turn_duration": "0.019", + "duration": "4.121", + "turn_weight": "0.75", + "location": [ + 139.76995, + 35.622503 + ], + "bearings": [ + 47, + 52, + 226 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1692, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "56.956", + "duration": "55.567", + "location": [ + 139.769234, + 35.621948 + ], + "bearings": [ + 46, + 227 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1693, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Tokyoko Tunnel" + }, + { + "weight": "0.623", + "duration": "0.593", + "location": [ + 139.758712, + 35.613847 + ], + "bearings": [ + 46, + 228 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1695, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Tokyoko Tunnel" + }, + { + "weight": "6.684", + "duration": "6.365", + "location": [ + 139.758599, + 35.613763 + ], + "bearings": [ + 48, + 226 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1696, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.622", + "turn_duration": "0.019", + "duration": "9.183", + "location": [ + 139.757633, + 35.613004 + ], + "bearings": [ + 46, + 217, + 226 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1697, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.756281, + 35.611634 + ], + "bearings": [ + 32, + 205 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1702, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA070301", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA07030E" + ] + } + ], + "junction_name": "Oi JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "2728.662", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 3 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 3 kilometres." + }, + { + "distancealonggeometry": "1500", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eTokai JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep right at Tokai JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eTokai JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Tokai JCT." + }, + { + "distancealonggeometry": "160", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eTokai JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHaneda Airport\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Tokai JCT toward Haneda Airport." + } + ], + "weight_typical": "135.472", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "Haneda Airport", + "type": "text" + } + ], + "modifier": "right", + "text": "Haneda Airport", + "type": "fork" + }, + "distancealonggeometry": "2751.995", + "primary": { + "components": [ + { + "text": "Tokai JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Tokai JCT", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "Haneda Airport", + "type": "text" + } + ], + "modifier": "right", + "text": "Haneda Airport", + "type": "fork" + }, + "distancealonggeometry": "1500", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA061101?arrow_ids\u003dCA06110E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Tokai JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Tokai JCT", + "type": "fork" + } + } + ], + "distance": 2751.995, + "duration": 124.756, + "duration_typical": 124.756, + "geometry": "kum|bAya_qiGr]tDhWbAnXTrR?xuA?|`C^|s@L`bAm@nsA{AtCUhE?pUUfi@Wbw@bA~TTdfAdAdt@xAzH?lX?|lB?fnBJh~AHzH?j_@?z}Aj@`nA?dQ?~y@?dO?tG?lX?dp@}C", + "name": "Expwy Wangan Line", + "destinations": "Haneda Airport, Yokohama", + "mode": "driving", + "maneuver": { + "location": [ + 139.755565, + 35.609958 + ], + "bearing_before": 193.0, + "bearing_after": 189.0, + "instruction": "Keep right at Oi JCT toward Haneda Airport.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 135.472, + "intersections": [ + { + "weight": "15.211", + "turn_duration": "0.009", + "duration": "14.496", + "location": [ + 139.755565, + 35.609958 + ], + "bearings": [ + 13, + 177, + 189 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1708, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Oi JCT" + } + }, + { + "weight": "14.847", + "turn_duration": "0.018", + "duration": "14.157", + "location": [ + 139.755429, + 35.606968 + ], + "bearings": [ + 0, + 170, + 180 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1713, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "13.302", + "duration": "12.668", + "location": [ + 139.755406, + 35.604042 + ], + "bearings": [ + 0, + 179 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1715, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.861", + "duration": "10.344", + "location": [ + 139.755486, + 35.601542 + ], + "bearings": [ + 179, + 357 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1718, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.911", + "duration": "1.777", + "location": [ + 139.755475, + 35.599506 + ], + "bearings": [ + 2, + 181 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1722, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "11.875", + "turn_duration": "0.019", + "duration": "10.136", + "turn_weight": "1", + "location": [ + 139.755464, + 35.599154 + ], + "bearings": [ + 1, + 6, + 181 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1723, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "22.969", + "turn_duration": "0.007", + "duration": "21.374", + "location": [ + 139.755384, + 35.597164 + ], + "bearings": [ + 2, + 172, + 180 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1725, + "is_urban": true, + "admin_index": 1, + "rest_stop": { + "type": "rest_area", + "name": "大井PA", + "amenities": [ + { + "type": "toilet" + }, + { + "type": "info" + }, + { + "type": "baby_care" + }, + { + "type": "facilities_for_disabled" + }, + { + "type": "telephone" + } + ] + }, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "12.156", + "duration": "11.308", + "location": [ + 139.755378, + 35.59306 + ], + "bearings": [ + 0, + 180 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1729, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "17.968", + "turn_duration": "0.021", + "duration": "15.805", + "turn_weight": "1", + "location": [ + 139.755373, + 35.590859 + ], + "bearings": [ + 0, + 6, + 181 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1732, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.894", + "turn_duration": "0.018", + "duration": "4.803", + "turn_weight": "0.75", + "location": [ + 139.755351, + 35.587785 + ], + "bearings": [ + 0, + 6, + 180 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1735, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.458", + "duration": "1.356", + "location": [ + 139.755351, + 35.586841 + ], + "bearings": [ + 0, + 180 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1736, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.754", + "duration": "0.701", + "location": [ + 139.755351, + 35.586582 + ], + "bearings": [ + 0, + 180 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1737, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.262", + "duration": "2.104", + "location": [ + 139.755351, + 35.586443 + ], + "bearings": [ + 0, + 180 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1738, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.755351, + 35.586036 + ], + "bearings": [ + 0, + 175 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1739, + "is_urban": true, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA061101", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA06110E" + ] + } + ], + "junction_name": "Tokai JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "9042.469", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 9 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 9 kilometres." + }, + { + "distancealonggeometry": "1500", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKawasakiukishima JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep right at Kawasakiukishima JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eKawasakiukishima JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep right at Kawasakiukishima JCT." + }, + { + "distancealonggeometry": "151.111", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eKawasakiukishima JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eTOMEI\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Kawasakiukishima JCT toward TOMEI." + } + ], + "weight_typical": "369.066", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "TOMEI", + "type": "text" + } + ], + "modifier": "right", + "text": "TOMEI", + "type": "fork" + }, + "distancealonggeometry": "9069.136", + "primary": { + "components": [ + { + "text": "Kawasakiukishima JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Kawasakiukishima JCT", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "TOMEI", + "type": "text" + } + ], + "modifier": "right", + "text": "TOMEI", + "type": "fork" + }, + "distancealonggeometry": "1500", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + }, + { + "directions": [ + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "straight" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA100211?arrow_ids\u003dCA10021E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Kawasakiukishima JCT", + "type": "text" + } + ], + "modifier": "right", + "text": "Kawasakiukishima JCT", + "type": "fork" + } + } + ], + "distance": 9069.136, + "duration": 389.01, + "duration_typical": 389.01, + "geometry": "am}zbAky~piGzm@uDnBUfx@_I|[oGzcA_UnbBg^|EeA|f@wKriAmVvfAmVva@}HpfB__@~j@eMdZgH`~Ay\\jJqBzm@sNzb@kJx^yKxe@_PdSaK~_@iYtR{RnQmV`C}CrNkTlXwf@|CuHni@krAn}@g`Cfm@u|A`eAklC~BoGnc@{hA`CyFrh@gtAnhAcoCtw@}oBbGoL|j@ukAjvA}oBnRqSbQeRbl@ij@ta@__@pv@qi@zb@qX~TgMleBqiAlBcAzx@og@xdBkgAfi@{\\plAaw@f^aUng@_ZxHaFzAcAvl@u_@bl@g^`yBszAt~@cm@x^wUzcA_p@zf@gYzm@{\\zhA{g@`TuJpk@aPdZyFbw@sNp`@kE`RoBdVqBxW{AvVcA`C?~Tm@`Y?pYV`YbAdZpBvZfC|f@xFrYjEdZjEpfBb\\dw@rNb}Bnb@lkD~o@f{Cdm@h[nG|[dHxZtIfTpH`FdBng@rSf^`PhWzM~IjE", + "name": "Expwy Wangan Line", + "destinations": "Haneda Airport, Daikoku Pier", + "mode": "driving", + "maneuver": { + "location": [ + 139.75543, + 35.585249 + ], + "bearing_before": 175.0, + "bearing_after": 174.0, + "instruction": "Keep right at Tokai JCT toward Haneda Airport.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 369.066, + "intersections": [ + { + "weight": "40.557", + "turn_duration": "0.018", + "duration": "38.644", + "location": [ + 139.75543, + 35.585249 + ], + "bearings": [ + 170, + 174, + 355 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1740, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Tokai JCT" + } + }, + { + "weight": "28.956", + "duration": "28.25", + "location": [ + 139.757669, + 35.577278 + ], + "bearings": [ + 167, + 345 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1750, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "27.749", + "duration": "27.749", + "location": [ + 139.759499, + 35.571473 + ], + "bearings": [ + 166, + 345 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1757, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "26.685", + "duration": "27.369", + "location": [ + 139.764011, + 35.566826 + ], + "bearings": [ + 121, + 302 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1769, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Kukokita Tunnel" + }, + { + "weight": "5.728", + "duration": "6.029", + "location": [ + 139.769976, + 35.563901 + ], + "bearings": [ + 121, + 301 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1773, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Kukokita Tunnel" + }, + { + "weight": "29.81", + "duration": "32.227", + "location": [ + 139.771283, + 35.563252 + ], + "bearings": [ + 121, + 302 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1775, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Kukokita Tunnel" + }, + { + "weight": "9.648", + "duration": "10.431", + "location": [ + 139.778203, + 35.55967 + ], + "bearings": [ + 134, + 305 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1780, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "53.946", + "turn_duration": "0.026", + "duration": "58.346", + "location": [ + 139.78001, + 35.558272 + ], + "bearings": [ + 125, + 139, + 314 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 1, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1781, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "14.232", + "turn_duration": "0.021", + "duration": "15.406", + "location": [ + 139.787577, + 35.548412 + ], + "bearings": [ + 150, + 330, + 334 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1794, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.99", + "duration": "10.8", + "location": [ + 139.789532, + 35.545607 + ], + "bearings": [ + 149, + 331 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1800, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Kukominami Tunnel" + }, + { + "weight": "28.668", + "duration": "31.853", + "location": [ + 139.790998, + 35.543654 + ], + "bearings": [ + 149, + 329 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1801, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "9.708", + "turn_duration": "0.03", + "duration": "9.983", + "turn_weight": "0.75", + "location": [ + 139.794623, + 35.538117 + ], + "bearings": [ + 163, + 336, + 344 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1808, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.234", + "duration": "2.483", + "location": [ + 139.795271, + 35.536071 + ], + "bearings": [ + 171, + 347 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1811, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Tamagawa Tunnel" + }, + { + "weight": "6.331", + "duration": "7.035", + "location": [ + 139.795373, + 35.535534 + ], + "bearings": [ + 172, + 351 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1812, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Tamagawa Tunnel" + }, + { + "weight": "24.382", + "duration": "26.358", + "location": [ + 139.795566, + 35.534016 + ], + "bearings": [ + 177, + 357 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 1817, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Tamagawa Tunnel" + }, + { + "weight": "45.546", + "duration": "50.607", + "location": [ + 139.794623, + 35.528369 + ], + "bearings": [ + 13, + 193 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1827, + "is_urban": false, + "admin_index": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Tamagawa Tunnel" + }, + { + "weight": "4.059", + "duration": "4.51", + "location": [ + 139.791294, + 35.517731 + ], + "bearings": [ + 23, + 204 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1837, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Tamagawa Tunnel" + }, + { + "location": [ + 139.790783, + 35.516842 + ], + "bearings": [ + 26, + 205 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1839, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA100211", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA10021E" + ] + } + ], + "junction_name": "Kawasakiukishima JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "11052.069", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 11 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 11 kilometres." + }, + { + "distancealonggeometry": "1500", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 1.5 kilometres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eDaikoku JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 1.5 kilometres, Keep left at Daikoku JCT." + }, + { + "distancealonggeometry": "800", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 800 metres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eDaikoku JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 800 metres, Keep left at Daikoku JCT." + }, + { + "distancealonggeometry": "151.111", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left at \u003csay-as interpret-as\u003d\"address\"\u003eDaikoku JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eTOMEI\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep left at Daikoku JCT toward TOMEI." + } + ], + "weight_typical": "419.808", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "TOMEI", + "type": "text" + } + ], + "modifier": "left", + "text": "TOMEI", + "type": "fork" + }, + "distancealonggeometry": "11078.736", + "primary": { + "components": [ + { + "text": "Daikoku JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "K5", + "type": "icon", + "mapbox_shield": { + "display_ref": "K5", + "name": "jp-urban-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "left", + "text": "Daikoku JCT / K5", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "TOMEI", + "type": "text" + } + ], + "modifier": "left", + "text": "TOMEI", + "type": "fork" + }, + "distancealonggeometry": "1500", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight left" + }, + { + "directions": [ + "straight" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": false, + "text": "", + "type": "lane" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA055201?arrow_ids\u003dCA05520A", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "left", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Daikoku JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "K5", + "type": "icon", + "mapbox_shield": { + "display_ref": "K5", + "name": "jp-urban-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "left", + "text": "Daikoku JCT / K5", + "type": "fork" + } + } + ], + "distance": 11078.736, + "duration": 467.63, + "duration_typical": 467.63, + "geometry": "snwvbAqtcsiGj[|RfcA~o@tl@rd@dVlVh|@|jA`CvDts@zcAnk@bhAz^tu@~Xzm@l_@xw@tl@|oAxi@~jA~j@bmAro@ruAlc@d~@rz@xhBzf@lgAt~@pzBve@tuAbRhj@fSll@|[n}@pv@~{BjItUpqB|bGzH~TpqBnaGplAlnDbmAjnDruBlkGfcAbyC`d@nsArC`KjwBzqGncCjfHbbD~pJ~u@ndCba@~jA~pB`eGrkCh_InlAtmDnsA~}DpbBt~Ej|C|_JndDfzJtfAd`DzjA`hDfSpn@bp@vmB", + "name": "Expwy Wangan Line", + "destinations": "TOMEI, Yokohama", + "mode": "driving", + "maneuver": { + "location": [ + 139.790681, + 35.516666 + ], + "bearing_before": 205.0, + "bearing_after": 210.0, + "instruction": "Keep right at Kawasakiukishima JCT toward TOMEI.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 419.808, + "intersections": [ + { + "weight": "11.321", + "turn_duration": "0.026", + "duration": "12.605", + "location": [ + 139.790681, + 35.516666 + ], + "bearings": [ + 25, + 201, + 210 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1840, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + }, + "jct": { + "name": "Kawasakiukishima JCT" + } + }, + { + "weight": "2.02", + "duration": "2.245", + "location": [ + 139.788976, + 35.514389 + ], + "bearings": [ + 34, + 219 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1843, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.908", + "duration": "6.565", + "location": [ + 139.788601, + 35.514018 + ], + "bearings": [ + 39, + 225 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1844, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.419", + "duration": "0.466", + "location": [ + 139.787386, + 35.513037 + ], + "bearings": [ + 45, + 229 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1845, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.222", + "duration": "5.802", + "location": [ + 139.787294, + 35.512972 + ], + "bearings": [ + 49, + 227 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1846, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Kawasakikoro Tunnel" + }, + { + "weight": "65.108", + "turn_duration": "0.033", + "duration": "71.264", + "turn_weight": "1", + "location": [ + 139.786192, + 35.512129 + ], + "bearings": [ + 47, + 56, + 233 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1847, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Kawasakikoro Tunnel" + }, + { + "weight": "2.585", + "duration": "2.872", + "location": [ + 139.770114, + 35.50326 + ], + "bearings": [ + 61, + 242 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1860, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Kawasakikoro Tunnel" + }, + { + "weight": "3.857", + "duration": "4.286", + "location": [ + 139.769421, + 35.502954 + ], + "bearings": [ + 62, + 241 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1861, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "29.273", + "turn_duration": "0.008", + "duration": "32.534", + "location": [ + 139.768694, + 35.50263 + ], + "bearings": [ + 61, + 231, + 240 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1862, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.394", + "duration": "1.507", + "location": [ + 139.761172, + 35.499279 + ], + "bearings": [ + 62, + 241 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1866, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "16.729", + "duration": "18.084", + "location": [ + 139.76082, + 35.499121 + ], + "bearings": [ + 61, + 241 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1867, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "38.061", + "duration": "42.29", + "location": [ + 139.756684, + 35.497288 + ], + "bearings": [ + 61, + 241 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1868, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "14.506", + "duration": "16.118", + "location": [ + 139.746776, + 35.492899 + ], + "bearings": [ + 62, + 241 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1871, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "0.742", + "duration": "0.824", + "location": [ + 139.742958, + 35.491214 + ], + "bearings": [ + 62, + 245 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1873, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "36.5", + "turn_duration": "0.008", + "duration": "40.866", + "turn_weight": "0.75", + "location": [ + 139.742765, + 35.49114 + ], + "bearings": [ + 65, + 77, + 242 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1874, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "30.647", + "duration": "35.026", + "location": [ + 139.733641, + 35.487094 + ], + "bearings": [ + 61, + 242 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1876, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.669", + "duration": "5.336", + "location": [ + 139.725585, + 35.483604 + ], + "bearings": [ + 63, + 241 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1878, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "15.972", + "duration": "18.254", + "location": [ + 139.724369, + 35.483058 + ], + "bearings": [ + 61, + 242 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1879, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "56.288", + "duration": "64.329", + "location": [ + 139.720176, + 35.481234 + ], + "bearings": [ + 62, + 242 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1880, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "46.594", + "duration": "51.771", + "location": [ + 139.705621, + 35.474799 + ], + "bearings": [ + 61, + 241 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1884, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.693906, + 35.469633 + ], + "bearings": [ + 62, + 241 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1886, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA055201", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA05520A" + ] + } + ], + "junction_name": "Daikoku JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "400", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep left at \u003csay-as interpret-as\u003d\"address\"\u003eDaikoku JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Keep left at Daikoku JCT." + }, + { + "distancealonggeometry": "85", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left at \u003csay-as interpret-as\u003d\"address\"\u003eDaikoku JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eHonsen\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep left at Daikoku JCT toward Honsen." + } + ], + "weight_typical": "75.018", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "Honsen", + "type": "text" + } + ], + "modifier": "left", + "text": "Honsen", + "type": "fork" + }, + "distancealonggeometry": "1006.212", + "primary": { + "components": [ + { + "text": "Daikoku JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "K5", + "type": "icon", + "mapbox_shield": { + "display_ref": "K5", + "name": "jp-urban-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "left", + "text": "Daikoku JCT / K5", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "Honsen", + "type": "text" + } + ], + "modifier": "left", + "text": "Honsen", + "type": "fork" + }, + "distancealonggeometry": "400", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight left" + }, + { + "directions": [ + "slight left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight left" + }, + { + "directions": [ + "slight right" + ], + "active": false, + "text": "", + "type": "lane" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CB317201?arrow_ids\u003dCB31720A", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "left", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Daikoku JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "K5", + "type": "icon", + "mapbox_shield": { + "display_ref": "K5", + "name": "jp-urban-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "left", + "text": "Daikoku JCT / K5", + "type": "fork" + } + } + ], + "distance": 1006.212, + "duration": 80.606, + "duration_typical": 80.606, + "geometry": "cztsbAqkwliGdKxPbGzMjTrn@jHrPjM`Z~I`PjIdMrJxKrNnL`G|CdV|H`RzAlc@W|[VvKj@lXhClTtDlMnGjEtDtGrIjEfH~BxFjEdM`CnLv@dMPhTQtDe@rNgAvKuCfMcKlVeOpX", + "name": "", + "destinations": "K5: TOMEI, Daikoku PA", + "mode": "driving", + "maneuver": { + "location": [ + 139.686089, + 35.466162 + ], + "bearing_before": 241.0, + "bearing_after": 230.0, + "instruction": "Keep left at Daikoku JCT toward TOMEI.", + "type": "fork", + "modifier": "slight left" + }, + "driving_side": "left", + "weight": 75.018, + "intersections": [ + { + "weight": "12.506", + "turn_duration": "0.015", + "duration": "13.536", + "location": [ + 139.686089, + 35.466162 + ], + "bearings": [ + 61, + 230, + 241 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "slight left", + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1890, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway_link" + }, + "jct": { + "name": "Daikoku JCT" + } + }, + { + "weight": "50.172", + "duration": "54.24", + "location": [ + 139.684522, + 35.465345 + ], + "bearings": [ + 57, + 237 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1894, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway_link" + } + }, + { + "turn_duration": "0.03", + "turn_weight": "0.5", + "location": [ + 139.681021, + 35.46069 + ], + "bearings": [ + 80, + 88, + 276 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 1, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1916, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway_link" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CB317201", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CB31720A" + ] + } + ], + "junction_name": "Daikoku JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "2982.661", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 3 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 3 kilometres." + }, + { + "distancealonggeometry": "400", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eNamamugi JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Keep right at Namamugi JCT." + }, + { + "distancealonggeometry": "126.667", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eNamamugi JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eDAISAN KEIHIN\u003c/say-as\u003e, \u003csay-as interpret-as\u003d\"address\"\u003eTOMEI\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Namamugi JCT toward DAISAN KEIHIN, TOMEI." + } + ], + "weight_typical": "193.65", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "DAISAN KEIHIN", + "type": "text" + }, + { + "text": "/", + "type": "text" + }, + { + "text": "TOMEI", + "type": "text" + } + ], + "modifier": "right", + "text": "DAISAN KEIHIN / TOMEI", + "type": "fork" + }, + "distancealonggeometry": "2997.661", + "primary": { + "components": [ + { + "text": "Namamugi JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "K1", + "type": "icon", + "mapbox_shield": { + "display_ref": "K1", + "name": "jp-urban-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "right", + "text": "Namamugi JCT / K1", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "DAISAN KEIHIN", + "type": "text" + }, + { + "text": "/", + "type": "text" + }, + { + "text": "TOMEI", + "type": "text" + } + ], + "modifier": "right", + "text": "DAISAN KEIHIN / TOMEI", + "type": "fork" + }, + "distancealonggeometry": "400", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "slight right" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight right" + }, + { + "directions": [ + "slight right" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight right" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA057211?arrow_ids\u003dCA05721E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Namamugi JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "K1", + "type": "icon", + "mapbox_shield": { + "display_ref": "K1", + "name": "jp-urban-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "right", + "text": "Namamugi JCT / K1", + "type": "fork" + } + } + ], + "distance": 2997.661, + "duration": 191.697, + "duration_typical": 191.697, + "geometry": "ciksbAomjliGgOzWsR~TsNdM_JbFq`@hTiW|H{W`Fix@xKiW|Cuw@xKgSfCcw@`Kg_A|MolA|Mwa@`Fwe@pGkT`F}PbFaYnLog@hOmj@jJo\\jEqaAxKsh@|Ccl@pBiSV_{A|CsRUseA}H}vAoLelC_UoQ{AmTcAiL?gHl@gHbA_JzA{LjE_JtDeZvPwZhOg^dR}x@`f@qU|M", + "name": "", + "ref": "K5", + "destinations": "Honsen", + "mode": "driving", + "maneuver": { + "location": [ + 139.679464, + 35.461282 + ], + "bearing_before": 308.0, + "bearing_after": 309.0, + "instruction": "Keep left at Daikoku JCT toward Honsen.", + "type": "fork", + "modifier": "slight left" + }, + "driving_side": "left", + "weight": 193.65, + "intersections": [ + { + "weight": "33.744", + "turn_duration": "0.018", + "duration": "36.498", + "location": [ + 139.679464, + 35.461282 + ], + "bearings": [ + 128, + 309, + 315 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "slight left", + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "slight left", + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight right" + ] + } + ], + "geometry_index": 1922, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway_link" + }, + "jct": { + "name": "Daikoku JCT" + } + }, + { + "weight": "10.286", + "duration": "11.12", + "location": [ + 139.677476, + 35.464912 + ], + "bearings": [ + 171, + 350 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1931, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway_link" + } + }, + { + "weight": "16.605", + "turn_duration": "0.019", + "duration": "6.079", + "turn_weight": "11", + "location": [ + 139.677203, + 35.466143 + ], + "bearings": [ + 163, + 170, + 350 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 1, + "out": 2, + "geometry_index": 1933, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "28.416", + "duration": "30.72", + "location": [ + 139.67701, + 35.467041 + ], + "bearings": [ + 170, + 349 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1934, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.675839, + 35.471531 + ], + "bearings": [ + 157, + 342 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1941, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA057211", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA05721E" + ] + } + ], + "junction_name": "Namamugi JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "290.029", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 300 metres, Keep left towards \u003csay-as interpret-as\u003d\"address\"\u003eDAISAN KEIHIN\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 300 metres, Keep left towards DAISAN KEIHIN." + }, + { + "distancealonggeometry": "80", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left towards \u003csay-as interpret-as\u003d\"address\"\u003eDAISAN KEIHIN\u003c/say-as\u003e, \u003csay-as interpret-as\u003d\"address\"\u003eTOMEI\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep left towards DAISAN KEIHIN, TOMEI." + } + ], + "weight_typical": "24.049", + "bannerinstructions": [ + { + "distancealonggeometry": "305.029", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight left" + }, + { + "directions": [ + "slight left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight left" + }, + { + "directions": [ + "slight right" + ], + "active": false, + "text": "", + "type": "lane" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA057271?arrow_ids\u003dCA05727A", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "left", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "DAISAN KEIHIN", + "type": "text" + }, + { + "text": "/", + "type": "text" + }, + { + "text": "TOMEI", + "type": "text" + } + ], + "modifier": "left", + "text": "DAISAN KEIHIN / TOMEI", + "type": "fork" + } + } + ], + "distance": 305.029, + "duration": 23.334, + "duration_typical": 23.334, + "geometry": "mv}tbAgc_liGuw@lb@uV|MgZ`PeZlQiPtI", + "name": "", + "destinations": "K1: DAISAN KEIHIN, TOMEI, Haneda", + "mode": "driving", + "maneuver": { + "location": [ + 139.673668, + 35.487095 + ], + "bearing_before": 332.0, + "bearing_after": 333.0, + "instruction": "Keep right at Namamugi JCT toward DAISAN KEIHIN/TOMEI.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 24.049, + "intersections": [ + { + "weight": "17.63", + "turn_duration": "0.021", + "duration": "17.221", + "location": [ + 139.673668, + 35.487095 + ], + "bearings": [ + 152, + 325, + 333 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "slight right", + "indications": [ + "slight right" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "slight right", + "indications": [ + "slight right" + ] + } + ], + "geometry_index": 1966, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway_link" + }, + "jct": { + "name": "Namamugi JCT" + } + }, + { + "weight": "3.923", + "duration": "3.736", + "location": [ + 139.672589, + 35.488817 + ], + "bearings": [ + 153, + 331 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1969, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway_link" + } + }, + { + "location": [ + 139.672294, + 35.489252 + ], + "bearings": [ + 151, + 333 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1970, + "is_urban": false, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway_link" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA057271", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA05727A" + ] + } + ], + "voiceinstructions": [ + { + "distancealonggeometry": "8216.133", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 8 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 8 kilometres." + }, + { + "distancealonggeometry": "400", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Keep right at \u003csay-as interpret-as\u003d\"address\"\u003eYokohamakohoku JCT\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Keep right at Yokohamakohoku JCT." + }, + { + "distancealonggeometry": "120", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep right at \u003csay-as interpret-as\u003d\"address\"\u003eYokohamakohoku JCT\u003c/say-as\u003e toward \u003csay-as interpret-as\u003d\"address\"\u003eDAISAN KEIHIN\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep right at Yokohamakohoku JCT toward DAISAN KEIHIN." + } + ], + "weight_typical": "648.438", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "DAISAN KEIHIN", + "type": "text" + } + ], + "modifier": "right", + "text": "DAISAN KEIHIN", + "type": "fork" + }, + "distancealonggeometry": "8231.133", + "primary": { + "components": [ + { + "text": "Yokohamakohoku JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "E83", + "type": "icon", + "mapbox_shield": { + "display_ref": "E83", + "name": "jp-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "right", + "text": "Yokohamakohoku JCT / E83", + "type": "fork" + } + }, + { + "secondary": { + "components": [ + { + "text": "DAISAN KEIHIN", + "type": "text" + } + ], + "modifier": "right", + "text": "DAISAN KEIHIN", + "type": "fork" + }, + "distancealonggeometry": "400", + "sub": { + "components": [ + { + "directions": [ + "straight" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "straight" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "slight right" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight right" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CA290201?arrow_ids\u003dCA29020E", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Yokohamakohoku JCT", + "type": "text" + }, + { + "text": "/", + "type": "delimiter" + }, + { + "text": "E83", + "type": "icon", + "mapbox_shield": { + "display_ref": "E83", + "name": "jp-expressway", + "base_url": "https://api.mapbox.com/styles/v1", + "text_color": "white" + } + } + ], + "modifier": "right", + "text": "Yokohamakohoku JCT / E83", + "type": "fork" + } + } + ], + "distance": 8231.133, + "duration": 532.532, + "duration_typical": 532.532, + "geometry": "qnbubAub|kiGsz@vf@cR`K{m@b\\{L|HyHpGgHdHgHxKcGnLoFrNaCjJ}A|Hu@dHoBvP?pGQ|Hb@nLjAdMt@nGjEvUfHj[nM`f@nFhTnMdh@hErNrJrd@dD`PdDnQnBbRhA|MhArNPnLPzM?xF?hTQjOiAvPiAbRoBjOeDzR{AfHkEzRcKf^aNj`@o\\n}@u]xw@q`@fy@wZll@sYng@ca@~o@q`@bm@g^je@uh@tp@cl@vp@}vAb~A{nAjvAup@~t@{m@xr@{m@br@k|@|cAog@pn@{Wb\\mc@zh@ee@ri@uh@zm@q`@rd@eZf^a]`a@oMvPor@px@kq@nx@}_@je@sd@ri@sd@~j@qJdMuVvZiSnX{LnQ_Uj`@mMzWoFlL}Pba@wK~YyHbWgDnLyHfY_Jxa@oFl[}EnXkEt_@qJd~@mIpx@gHtp@eKlgAaG|h@kEvf@eDva@gDxa@eD`p@oBvf@gA~e@w@xf@e@vk@P`f@d@he@zAdm@v@|YzAba@rChe@`Cp]rCba@rJ|jA~Bj`@nBf^v@zWb@|^?b\\QpXw@tZoBf^_Cj[gD~YeDzWcGp]oFfYgHpXyHpXoMj`@qUlv@gHnXaCxKsCdMmI`a@kIpb@uG`a@oFf^oBdMuGri@w@xFkEfc@wD~e@aCb\\eDje@mBtZkAp]c@~Te@~TRpSPvU\\jKXjIhAdMhAdM`CjOzAzH", + "name": "", + "ref": "K7", + "destinations": "DAISAN KEIHIN, TOMEI", + "mode": "driving", + "maneuver": { + "location": [ + 139.672123, + 35.489529 + ], + "bearing_before": 333.0, + "bearing_after": 332.0, + "instruction": "Keep left towards DAISAN KEIHIN/TOMEI.", + "type": "fork", + "modifier": "slight left" + }, + "driving_side": "left", + "weight": 648.438, + "intersections": [ + { + "weight": "40.678", + "turn_duration": "0.007", + "duration": "37.847", + "location": [ + 139.672123, + 35.489529 + ], + "bearings": [ + 153, + 332, + 341 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "slight left", + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "slight left", + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight right" + ] + } + ], + "geometry_index": 1971, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway_link" + } + }, + { + "weight": "15.96", + "turn_duration": "0.015", + "duration": "12.735", + "turn_weight": "1.65", + "location": [ + 139.668942, + 35.492659 + ], + "bearings": [ + 94, + 104, + 272 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 1, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1984, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway_link" + } + }, + { + "weight": "23.526", + "turn_duration": "0.008", + "duration": "4.743", + "turn_weight": "18.2", + "location": [ + 139.667249, + 35.492335 + ], + "bearings": [ + 68, + 75, + 245 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "geometry_index": 1991, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "4.993", + "duration": "4.438", + "location": [ + 139.666283, + 35.491983 + ], + "bearings": [ + 67, + 247 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 1993, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "15.401", + "turn_duration": "0.028", + "duration": "13.718", + "location": [ + 139.665374, + 35.49165 + ], + "bearings": [ + 64, + 241, + 249 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 1995, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "8.269", + "turn_duration": "0.021", + "duration": "7.371", + "location": [ + 139.662488, + 35.49115 + ], + "bearings": [ + 83, + 90, + 272 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 1, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 2005, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "1.783", + "duration": "1.55", + "location": [ + 139.660908, + 35.491418 + ], + "bearings": [ + 110, + 292 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2011, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "87.42", + "duration": "74.4", + "location": [ + 139.66059, + 35.49152 + ], + "bearings": [ + 112, + 295 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2012, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Yokohama-kita Tunnel" + }, + { + "weight": "14.156", + "duration": "11.556", + "location": [ + 139.647, + 35.501527 + ], + "bearings": [ + 138, + 318 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2028, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Yokohama-kita Tunnel" + }, + { + "weight": "5.444", + "duration": "4.444", + "location": [ + 139.645079, + 35.503259 + ], + "bearings": [ + 138, + 316 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2030, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Yokohama-kita Tunnel" + }, + { + "weight": "3.321", + "duration": "2.711", + "location": [ + 139.644318, + 35.503907 + ], + "bearings": [ + 136, + 316 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2031, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Yokohama-kita Tunnel" + }, + { + "weight": "159.52", + "turn_duration": "0.018", + "duration": "130.238", + "location": [ + 139.643852, + 35.504305 + ], + "bearings": [ + 136, + 308, + 317 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 2032, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Yokohama-kita Tunnel" + }, + { + "weight": "37.705", + "turn_duration": "0.008", + "duration": "30.788", + "location": [ + 139.635978, + 35.511212 + ], + "bearings": [ + 136, + 145, + 315 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 2044, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Yokohama-kita Tunnel" + }, + { + "weight": "64.728", + "duration": "53.94", + "location": [ + 139.631456, + 35.513915 + ], + "bearings": [ + 115, + 291 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2056, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Yokohama-kita Tunnel" + }, + { + "weight": "82.696", + "duration": "70.38", + "location": [ + 139.621786, + 35.515656 + ], + "bearings": [ + 96, + 274 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2070, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Yokohama-kita Tunnel" + }, + { + "weight": "21.937", + "turn_duration": "0.026", + "duration": "18.696", + "location": [ + 139.608947, + 35.51535 + ], + "bearings": [ + 104, + 280, + 288 + ], + "classes": [ + "tunnel", + "toll", + "motorway" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "slight left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 2093, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + }, + "tunnel_name": "Yokohama-kita Tunnel" + }, + { + "weight": "12.177", + "duration": "10.588", + "location": [ + 139.606686, + 35.516137 + ], + "bearings": [ + 118, + 297 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2098, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "13.168", + "duration": "11.45", + "location": [ + 139.605186, + 35.516711 + ], + "bearings": [ + 112, + 292 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2101, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "5.427", + "turn_duration": "0.019", + "duration": "4.738", + "location": [ + 139.6028, + 35.517377 + ], + "bearings": [ + 106, + 115, + 287 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 2106, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "6.21", + "duration": "5.4", + "location": [ + 139.601766, + 35.5176 + ], + "bearings": [ + 105, + 282 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2109, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.294", + "duration": "8.951", + "location": [ + 139.600562, + 35.517794 + ], + "bearings": [ + 100, + 280 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2111, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "10.126", + "duration": "8.805", + "location": [ + 139.59855, + 35.518035 + ], + "bearings": [ + 95, + 274 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2115, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "weight": "2.573", + "duration": "2.238", + "location": [ + 139.596562, + 35.517988 + ], + "bearings": [ + 79, + 258 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2122, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + }, + { + "location": [ + 139.596073, + 35.517886 + ], + "bearings": [ + 73, + 250 + ], + "classes": [ + "toll", + "motorway" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2124, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "motorway" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CA290201", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CA29020E" + ] + } + ], + "junction_name": "Yokohamakohoku JCT", + "voiceinstructions": [ + { + "distancealonggeometry": "547.6", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 600 metres, Keep left at the fork.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 600 metres, Keep left at the fork." + }, + { + "distancealonggeometry": "66.667", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eKeep left at the fork.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Keep left at the fork." + } + ], + "weight_typical": "58.806", + "bannerinstructions": [ + { + "distancealonggeometry": "560.933", + "sub": { + "components": [ + { + "directions": [ + "slight left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "slight left" + }, + { + "directions": [ + "slight right" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "slight right" + ], + "active": false, + "text": "", + "type": "lane" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "jct", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/jct/CY998101?arrow_ids\u003dCY99810A", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "left", + "text": "", + "type": "fork" + }, + "primary": { + "components": [ + { + "text": "Yokohamakohoku", + "type": "text" + } + ], + "modifier": "left", + "text": "Yokohamakohoku", + "type": "fork" + } + } + ], + "distance": 560.933, + "duration": 50.095, + "duration_typical": 50.095, + "geometry": "_xyvbAugggiGzAlV|ElV|EjOfHvPrNb\\fD|HhAjEhAxF?bFPjEw@bFiAxFsCxF}EdHuVpXkExFoB~CaCbF{AnGe@xFQdHd@lEb@bF|A`FzA~CvDxFnBfC|EnGnBpBrNvPlBpB", + "name": "", + "destinations": "E83, 国道466号線: DAISAN KEIHIN", + "mode": "driving", + "maneuver": { + "location": [ + 139.595915, + 35.51784 + ], + "bearing_before": 250.0, + "bearing_after": 261.0, + "instruction": "Keep right at Yokohamakohoku JCT toward DAISAN KEIHIN.", + "type": "fork", + "modifier": "slight right" + }, + "driving_side": "left", + "weight": 58.806, + "intersections": [ + { + "weight": "13.248", + "turn_duration": "0.038", + "duration": "11.559", + "location": [ + 139.595915, + 35.51784 + ], + "bearings": [ + 70, + 251, + 261 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "slight right", + "indications": [ + "slight right" + ] + } + ], + "geometry_index": 2125, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "trunk_link" + }, + "jct": { + "name": "Yokohamakohoku JCT" + } + }, + { + "weight": "39.227", + "duration": "34.11", + "location": [ + 139.594619, + 35.517424 + ], + "bearings": [ + 57, + 237 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2129, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "trunk_link" + } + }, + { + "turn_duration": "0.008", + "turn_weight": "1.25", + "location": [ + 139.591165, + 35.517544 + ], + "bearings": [ + 45, + 51, + 222 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + false, + true + ], + "in": 0, + "out": 2, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + } + ], + "geometry_index": 2153, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "trunk_link" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "CY998101", + "data_id": "737596800", + "type": "jct", + "overlay_ids": [ + "CY99810A" + ] + } + ], + "voiceinstructions": [ + { + "distancealonggeometry": "400", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Turn right at \u003csay-as interpret-as\u003d\"address\"\u003eEnt. and Exit\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Turn right at Ent. and Exit." + }, + { + "distancealonggeometry": "63.333", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn right at \u003csay-as interpret-as\u003d\"address\"\u003eEnt. and Exit\u003c/say-as\u003e toward \u003cphoneme alphabet\u003d\"jeita\" ph\u003d\"エダ\"\u003e荏田\u003c/phoneme\u003e, \u003cphoneme alphabet\u003d\"jeita\" ph\u003d\"シンヨコハマ\"\u003e新横浜\u003c/phoneme\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Turn right at Ent. and Exit toward 荏田, 新横浜." + } + ], + "weight_typical": "82.852", + "bannerinstructions": [ + { + "secondary": { + "components": [ + { + "text": "荏田", + "type": "text" + }, + { + "text": "/", + "type": "text" + }, + { + "text": "新横浜", + "type": "text" + } + ], + "modifier": "right", + "text": "荏田 / 新横浜", + "type": "turn" + }, + "distancealonggeometry": "779.141", + "primary": { + "components": [ + { + "text": "Ent. and Exit", + "type": "text" + } + ], + "modifier": "right", + "text": "Ent. and Exit", + "type": "turn" + } + }, + { + "secondary": { + "components": [ + { + "text": "荏田", + "type": "text" + }, + { + "text": "/", + "type": "text" + }, + { + "text": "新横浜", + "type": "text" + } + ], + "modifier": "right", + "text": "荏田 / 新横浜", + "type": "turn" + }, + "distancealonggeometry": "400", + "sub": { + "components": [ + { + "directions": [ + "left", + "straight" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "right" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "right" + } + ], + "text": "" + }, + "view": { + "components": [ + { + "subtype": "exit", + "imageurl": "https://api.mapbox.com/guidance-views/v1/737596800/exit/14o00032_o10d?arrow_ids\u003d14o00032_o13a", + "text": "", + "type": "guidance-view" + } + ], + "modifier": "right", + "text": "", + "type": "turn" + }, + "primary": { + "components": [ + { + "text": "Ent. and Exit", + "type": "text" + } + ], + "modifier": "right", + "text": "Ent. and Exit", + "type": "turn" + } + } + ], + "distance": 779.141, + "duration": 70.763, + "duration_typical": 70.763, + "geometry": "}nxvbA}e}fiGlItDvDbAjE?rBe@vA]xDqBvDmE`CoGv@}HiA}HaC}HeD_DoFgC_FcAsNgCuKgCaCyAe@W{AyAmB_DkAaFc@cF?mEb@kEjA}C~BuDxDgCxD{AnFcArCUtRWnFl@`Gl@rJfCtGjEnFxFvDpG`C|HxDzM|EzRvDjTjEnX`Cb\\nBx\\Q|R}AzM", + "name": "", + "destinations": "Yokohamakohoku", + "mode": "driving", + "maneuver": { + "location": [ + 139.590767, + 35.517183 + ], + "bearing_before": 222.0, + "bearing_after": 204.0, + "instruction": "Keep left at the fork.", + "type": "fork", + "modifier": "slight left" + }, + "driving_side": "left", + "weight": 82.852, + "intersections": [ + { + "weight": "5.796", + "turn_duration": "0.023", + "duration": "5.063", + "location": [ + 139.590767, + 35.517183 + ], + "bearings": [ + 42, + 204, + 213 + ], + "classes": [ + "toll" + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 1, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "slight left", + "indications": [ + "slight left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight right" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "slight right" + ] + } + ], + "geometry_index": 2156, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary_link" + } + }, + { + "weight": "29.73", + "duration": "25.2", + "turn_weight": "0.75", + "location": [ + 139.590661, + 35.516764 + ], + "bearings": [ + 153, + 358 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2160, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary_link" + } + }, + { + "turn_weight": "0.75", + "location": [ + 139.592619, + 35.51734 + ], + "bearings": [ + 162, + 321 + ], + "classes": [ + "toll" + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2183, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary_link" + } + } + ] + }, + { + "guidance_views": [ + { + "base_id": "14o00032_o10d", + "data_id": "737596800", + "type": "exit", + "overlay_ids": [ + "14o00032_o13a" + ] + } + ], + "junction_name": "Ent. and Exit", + "voiceinstructions": [ + { + "distancealonggeometry": "412.077", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Turn left at \u003csay-as interpret-as\u003d\"address\"\u003eDai3 Keihinkohoku IC Ent.\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Turn left at Dai3 Keihinkohoku IC Ent.." + }, + { + "distancealonggeometry": "68", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn left at \u003csay-as interpret-as\u003d\"address\"\u003eDai3 Keihinkohoku IC Ent.\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Turn left at Dai3 Keihinkohoku IC Ent.." + } + ], + "weight_typical": "93.531", + "bannerinstructions": [ + { + "distancealonggeometry": "422.41", + "sub": { + "components": [ + { + "directions": [ + "left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "left" + }, + { + "directions": [ + "left" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "left" + }, + { + "directions": [ + "right" + ], + "active": false, + "text": "", + "type": "lane" + }, + { + "directions": [ + "right" + ], + "active": false, + "text": "", + "type": "lane" + } + ], + "text": "" + }, + "primary": { + "components": [ + { + "text": "Dai3 Keihinkohoku IC Ent.", + "type": "text" + } + ], + "modifier": "left", + "text": "Dai3 Keihinkohoku IC Ent.", + "type": "turn" + } + } + ], + "distance": 422.41, + "duration": 75.252, + "duration_typical": 75.252, + "geometry": "_auvbA}hzfiGuVcA{LgCaNcFwKeH_JqGySmVmXuZ{HkJ}EoGkEkEmBqBq`@wf@_FgH", + "name": "", + "destinations": "荏田, 新横浜", + "mode": "driving", + "maneuver": { + "location": [ + 139.589279, + 35.515424 + ], + "bearing_before": 284.0, + "bearing_after": 4.0, + "instruction": "Turn right at Ent. and Exit toward 荏田/新横浜.", + "type": "turn", + "modifier": "right" + }, + "driving_side": "left", + "weight": 93.531, + "intersections": [ + { + "weight": "47.777", + "turn_duration": "6.058", + "duration": "38.908", + "turn_weight": "10", + "location": [ + 139.589279, + 35.515424 + ], + "bearings": [ + 4, + 77, + 104, + 182, + 273 + ], + "entry": [ + true, + true, + false, + true, + true + ], + "in": 2, + "out": 0, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "right", + "indications": [ + "right" + ] + } + ], + "geometry_index": 2202, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + }, + "traffic_signal": true + }, + { + "weight": "8.272", + "turn_duration": "2.041", + "duration": "7.496", + "turn_weight": "2", + "location": [ + 139.589779, + 35.516646 + ], + "bearings": [ + 43, + 142, + 212, + 313 + ], + "entry": [ + true, + false, + false, + true + ], + "in": 2, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 2207, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + }, + "traffic_signal": true + }, + { + "turn_duration": "0.018", + "weight": "11.664", + "duration": "9.291", + "turn_weight": "1", + "location": [ + 139.590154, + 35.516979 + ], + "bearings": [ + 42, + 61, + 223 + ], + "entry": [ + true, + false, + false + ], + "in": 2, + "out": 0, + "geometry_index": 2208, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "turn_duration": "0.022", + "weight": "2.387", + "duration": "1.446", + "turn_weight": "0.75", + "location": [ + 139.590779, + 35.517544 + ], + "bearings": [ + 45, + 223, + 342 + ], + "entry": [ + true, + false, + true + ], + "in": 1, + "out": 0, + "geometry_index": 2210, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "weight": "2.753", + "duration": "1.742", + "turn_weight": "0.75", + "location": [ + 139.590915, + 35.517655 + ], + "bearings": [ + 39, + 225 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2211, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "turn_weight": "1.875", + "turn_duration": "0.021", + "location": [ + 139.591017, + 35.517757 + ], + "bearings": [ + 42, + 219, + 267 + ], + "entry": [ + true, + false, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2212, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + } + ] + }, + { + "junction_name": "Dai3 Keihinkohoku IC Ent.", + "voiceinstructions": [ + { + "distancealonggeometry": "2100.78", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 2 kilometres.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 2 kilometres." + }, + { + "distancealonggeometry": "400", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Turn left at \u003csay-as interpret-as\u003d\"address\"\u003eShin-ei HS.\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Turn left at Shin-ei HS.." + }, + { + "distancealonggeometry": "55.111", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn left at \u003csay-as interpret-as\u003d\"address\"\u003eShin-ei HS.\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Turn left at Shin-ei HS.." + } + ], + "weight_typical": "389.44", + "bannerinstructions": [ + { + "distancealonggeometry": "2112.78", + "primary": { + "components": [ + { + "text": "Shin-ei HS.", + "type": "text" + } + ], + "modifier": "left", + "text": "Shin-ei HS.", + "type": "turn" + } + }, + { + "distancealonggeometry": "400", + "sub": { + "components": [ + { + "directions": [ + "left", + "straight" + ], + "active": true, + "text": "", + "type": "lane", + "active_direction": "left" + }, + { + "directions": [ + "straight" + ], + "active": false, + "text": "", + "type": "lane" + } + ], + "text": "" + }, + "primary": { + "components": [ + { + "text": "Shin-ei HS.", + "type": "text" + } + ], + "modifier": "left", + "text": "Shin-ei HS.", + "type": "turn" + } + } + ], + "distance": 2112.78, + "duration": 332.391, + "duration_typical": 332.391, + "geometry": "y~zvbAcj_giGoQhTiE`FuGxF{HlEaG|CgH~CiHxAgHdAgHTyH?oc@m@mXVg^?eZ{AwV}CcmAiYqYgHcRaFso@aPqUkEsNgCaxA}H}W{A{Lm@a]cAyOk@kkAgHqUcAkPcAqUm@yHk@cbAmEcw@kEsCUmMcAcReAee@oB}Em@cRgCuRuDgHqBkIgCgDyAkE_D{WoLubAcm@", + "name": "", + "mode": "driving", + "maneuver": { + "location": [ + 139.591858, + 35.518461 + ], + "bearing_before": 47.0, + "bearing_after": 317.0, + "instruction": "Turn left at Dai3 Keihinkohoku IC Ent..", + "type": "turn", + "modifier": "left" + }, + "driving_side": "left", + "weight": 389.44, + "intersections": [ + { + "weight": "7.776", + "turn_duration": "4.105", + "duration": "9.128", + "turn_weight": "2", + "location": [ + 139.591858, + 35.518461 + ], + "bearings": [ + 48, + 135, + 227, + 317 + ], + "entry": [ + true, + false, + false, + true + ], + "in": 2, + "out": 3, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "left", + "indications": [ + "left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "left", + "indications": [ + "left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 2215, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + }, + "traffic_signal": true + }, + { + "weight": "23.8", + "duration": "20.043", + "turn_weight": "0.75", + "location": [ + 139.591404, + 35.518858 + ], + "bearings": [ + 137, + 325 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2217, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "weight": "15.081", + "duration": "12.461", + "turn_weight": "0.75", + "location": [ + 139.590949, + 35.520618 + ], + "bearings": [ + 182, + 359 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2226, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "weight": "31.811", + "turn_duration": "2.019", + "duration": "27.072", + "turn_weight": "3", + "location": [ + 139.590937, + 35.521025 + ], + "bearings": [ + 0, + 79, + 83, + 179, + 258 + ], + "entry": [ + true, + true, + true, + false, + true + ], + "in": 3, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 2227, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + }, + "traffic_signal": true + }, + { + "weight": "10.065", + "duration": "8.1", + "turn_weight": "0.75", + "location": [ + 139.591631, + 35.524015 + ], + "bearings": [ + 17, + 196 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2232, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "weight": "30.1", + "turn_duration": "2.008", + "duration": "26.442", + "turn_weight": "2", + "location": [ + 139.591744, + 35.524321 + ], + "bearings": [ + 16, + 90, + 94, + 197, + 270 + ], + "entry": [ + true, + true, + true, + false, + true + ], + "in": 3, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 2233, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + }, + "traffic_signal": true + }, + { + "turn_duration": "0.021", + "weight": "7.403", + "duration": "5.806", + "turn_weight": "0.75", + "location": [ + 139.592346, + 35.527135 + ], + "bearings": [ + 5, + 185, + 282 + ], + "entry": [ + true, + false, + true + ], + "in": 1, + "out": 0, + "geometry_index": 2237, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "turn_duration": "0.021", + "weight": "7.219", + "duration": "5.646", + "turn_weight": "0.75", + "location": [ + 139.592392, + 35.527534 + ], + "bearings": [ + 5, + 185, + 246 + ], + "entry": [ + true, + false, + true + ], + "in": 1, + "out": 0, + "geometry_index": 2238, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "weight": "8.318", + "turn_duration": "2.007", + "duration": "7.937", + "turn_weight": "1.5", + "location": [ + 139.592415, + 35.527756 + ], + "bearings": [ + 3, + 73, + 185, + 239 + ], + "entry": [ + true, + true, + false, + true + ], + "in": 2, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight", + "right" + ] + } + ], + "geometry_index": 2239, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + }, + "traffic_signal": true + }, + { + "weight": "57.468", + "duration": "49.32", + "turn_weight": "0.75", + "location": [ + 139.592471, + 35.528506 + ], + "bearings": [ + 6, + 184 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2241, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "weight": "8.043", + "turn_duration": "2.008", + "duration": "7.151", + "turn_weight": "2", + "location": [ + 139.592619, + 35.529728 + ], + "bearings": [ + 4, + 99, + 186, + 253 + ], + "entry": [ + true, + true, + false, + true + ], + "in": 2, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 2242, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + }, + "traffic_signal": true + }, + { + "turn_duration": "0.021", + "weight": "6.745", + "duration": "4.485", + "turn_weight": "1.5", + "location": [ + 139.592653, + 35.530089 + ], + "bearings": [ + 6, + 99, + 101, + 184, + 284 + ], + "entry": [ + true, + true, + true, + false, + true + ], + "in": 3, + "out": 0, + "geometry_index": 2243, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "turn_duration": "0.008", + "weight": "7.518", + "duration": "5.769", + "turn_weight": "0.75", + "location": [ + 139.592687, + 35.530367 + ], + "bearings": [ + 3, + 94, + 186 + ], + "entry": [ + true, + true, + false + ], + "in": 2, + "out": 0, + "geometry_index": 2244, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "weight": "64.921", + "turn_duration": "2.022", + "duration": "55.573", + "turn_weight": "2", + "location": [ + 139.59271, + 35.530728 + ], + "bearings": [ + 6, + 99, + 99, + 183, + 280 + ], + "entry": [ + true, + true, + true, + false, + true + ], + "in": 3, + "out": 0, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 2245, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + }, + "traffic_signal": true + }, + { + "weight": "2.865", + "duration": "1.8", + "turn_weight": "0.75", + "location": [ + 139.592937, + 35.532857 + ], + "bearings": [ + 7, + 185 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2248, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "weight": "6.582", + "turn_duration": "2.018", + "duration": "5.918", + "turn_weight": "2", + "location": [ + 139.592948, + 35.532931 + ], + "bearings": [ + 7, + 59, + 187, + 284 + ], + "entry": [ + true, + false, + false, + true + ], + "in": 2, + "out": 0, + "lanes": [ + { + "valid": false, + "active": false, + "indications": [ + "left" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "left" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + }, + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "straight" + ] + } + ], + "geometry_index": 2249, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + }, + "traffic_signal": true + }, + { + "weight": "27.603", + "turn_duration": "2.007", + "duration": "23.797", + "turn_weight": "2", + "location": [ + 139.592982, + 35.533162 + ], + "bearings": [ + 5, + 137, + 187, + 289 + ], + "entry": [ + true, + true, + false, + false + ], + "in": 2, + "out": 0, + "geometry_index": 2250, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + }, + "traffic_signal": true + }, + { + "weight": "29.915", + "duration": "24.821", + "turn_weight": "0.75", + "location": [ + 139.593096, + 35.53419 + ], + "bearings": [ + 10, + 187 + ], + "entry": [ + true, + false + ], + "in": 1, + "out": 0, + "geometry_index": 2253, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "turn_duration": "2.009", + "turn_weight": "2", + "location": [ + 139.593505, + 35.535311 + ], + "bearings": [ + 24, + 115, + 184, + 209, + 294 + ], + "entry": [ + true, + true, + true, + false, + true + ], + "in": 3, + "out": 0, + "geometry_index": 2259, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + }, + "traffic_signal": true + } + ] + }, + { + "junction_name": "Shin-ei HS.", + "voiceinstructions": [ + { + "distancealonggeometry": "1203.213", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eContinue for 1 kilometre.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Continue for 1 kilometre." + }, + { + "distancealonggeometry": "400", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 400 metres, Turn right at \u003csay-as interpret-as\u003d\"address\"\u003eChigasaki JrHS.\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 400 metres, Turn right at Chigasaki JrHS.." + }, + { + "distancealonggeometry": "45", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eTurn right at \u003csay-as interpret-as\u003d\"address\"\u003eChigasaki JrHS.\u003c/say-as\u003e.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Turn right at Chigasaki JrHS.." + } + ], + "weight_typical": "187.125", + "bannerinstructions": [ + { + "distancealonggeometry": "1212.213", + "primary": { + "components": [ + { + "text": "Chigasaki JrHS.", + "type": "text" + } + ], + "modifier": "right", + "text": "Chigasaki JrHS.", + "type": "turn" + } + } + ], + "distance": 1212.213, + "duration": 153.78, + "duration_typical": 153.78, + "geometry": "ox~wbAuldgiGy^tfAib@piAah@|~@ul@~eAso@~jAmIjOmMfYmIzRo\\jlAqYb|@cGbWsCb\\e@|MRlQt@zM~If~@", + "name": "", + "mode": "driving", + "maneuver": { + "location": [ + 139.594459, + 35.536792 + ], + "bearing_before": 29.0, + "bearing_after": 299.0, + "instruction": "Turn left at Shin-ei HS..", + "type": "turn", + "modifier": "left" + }, + "driving_side": "left", + "weight": 187.125, + "intersections": [ + { + "weight": "14.479", + "turn_duration": "4.105", + "duration": "14.726", + "turn_weight": "2", + "location": [ + 139.594459, + 35.536792 + ], + "bearings": [ + 28, + 125, + 209, + 299 + ], + "entry": [ + true, + true, + false, + true + ], + "in": 2, + "out": 3, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "left", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "straight" + ] + } + ], + "geometry_index": 2261, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + }, + "traffic_signal": true + }, + { + "weight": "13.969", + "duration": "11.25", + "turn_weight": "0.75", + "location": [ + 139.593312, + 35.537301 + ], + "bearings": [ + 119, + 300 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2262, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "turn_duration": "0.033", + "weight": "18.212", + "duration": "14.682", + "turn_weight": "1", + "location": [ + 139.592119, + 35.537866 + ], + "bearings": [ + 120, + 213, + 308 + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "geometry_index": 2263, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "weight": "19.858", + "duration": "16.262", + "turn_weight": "0.75", + "location": [ + 139.591096, + 35.538523 + ], + "bearings": [ + 128, + 308 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2264, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "weight": "23.15", + "turn_duration": "2.018", + "duration": "20.018", + "turn_weight": "2", + "location": [ + 139.58996, + 35.539254 + ], + "bearings": [ + 37, + 128, + 213, + 308 + ], + "entry": [ + true, + false, + true, + true + ], + "in": 1, + "out": 3, + "geometry_index": 2265, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + }, + "traffic_signal": true + }, + { + "weight": "16.795", + "duration": "13.655", + "turn_weight": "0.75", + "location": [ + 139.588744, + 35.540032 + ], + "bearings": [ + 128, + 308 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2266, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "turn_duration": "0.01", + "weight": "23.355", + "duration": "18.61", + "turn_weight": "1.5", + "location": [ + 139.587744, + 35.540597 + ], + "bearings": [ + 25, + 123, + 207, + 295 + ], + "entry": [ + true, + false, + true, + true + ], + "in": 1, + "out": 3, + "geometry_index": 2269, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "weight": "26.998", + "turn_duration": "2.022", + "duration": "21.188", + "turn_weight": "4", + "location": [ + 139.586506, + 35.541069 + ], + "bearings": [ + 20, + 115, + 200, + 298 + ], + "entry": [ + true, + false, + true, + true + ], + "in": 1, + "out": 3, + "lanes": [ + { + "valid": true, + "active": true, + "valid_indication": "straight", + "indications": [ + "left", + "straight" + ] + }, + { + "valid": false, + "active": false, + "indications": [ + "right" + ] + } + ], + "geometry_index": 2270, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + }, + "traffic_signal": true + }, + { + "weight": "3.068", + "duration": "1.932", + "turn_weight": "0.75", + "location": [ + 139.584676, + 35.541698 + ], + "bearings": [ + 101, + 276 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2273, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "weight": "9.57", + "duration": "7.35", + "turn_weight": "0.75", + "location": [ + 139.584437, + 35.541717 + ], + "bearings": [ + 96, + 268 + ], + "entry": [ + false, + true + ], + "in": 0, + "out": 1, + "geometry_index": 2274, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "turn_weight": "0.75", + "turn_duration": "0.009", + "location": [ + 139.583904, + 35.54168 + ], + "bearings": [ + 51, + 82, + 258 + ], + "entry": [ + true, + false, + true + ], + "in": 1, + "out": 2, + "geometry_index": 2276, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + } + ] + }, + { + "junction_name": "Chigasaki JrHS.", + "voiceinstructions": [ + { + "distancealonggeometry": "242.978", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eIn 300 metres, Your destination will be on the right.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "In 300 metres, Your destination will be on the right." + }, + { + "distancealonggeometry": "37.5", + "ssmlannouncement": "\u003cspeak\u003e\u003camazon:effect name\u003d\"drc\"\u003e\u003cprosody rate\u003d\"1.08\"\u003eYour destination is on the right.\u003c/prosody\u003e\u003c/amazon:effect\u003e\u003c/speak\u003e", + "announcement": "Your destination is on the right." + } + ], + "weight_typical": "61.324", + "bannerinstructions": [ + { + "distancealonggeometry": "251.978", + "primary": { + "components": [ + { + "text": "Your destination will be on the right", + "type": "text" + } + ], + "modifier": "right", + "text": "Your destination will be on the right", + "type": "arrive" + } + }, + { + "distancealonggeometry": "37.5", + "primary": { + "components": [ + { + "text": "Your destination is on the right", + "type": "text" + } + ], + "modifier": "right", + "text": "Your destination is on the right", + "type": "arrive" + } + } + ], + "distance": 251.978, + "duration": 48.478, + "duration_typical": 48.478, + "geometry": "__hxbAwymfiGoQfCqFbAsGfCqJjJ{L~YoBtDmIjJsYhOeLpH", + "name": "", + "mode": "driving", + "maneuver": { + "location": [ + 139.582892, + 35.541504 + ], + "bearing_before": 258.0, + "bearing_after": 349.0, + "instruction": "Turn right at Chigasaki JrHS..", + "type": "turn", + "modifier": "right" + }, + "driving_side": "left", + "weight": 61.324, + "intersections": [ + { + "weight": "18.353", + "turn_duration": "7.622", + "duration": "18.749", + "turn_weight": "5", + "location": [ + 139.582892, + 35.541504 + ], + "bearings": [ + 78, + 168, + 258, + 349 + ], + "entry": [ + false, + true, + true, + true + ], + "in": 0, + "out": 3, + "geometry_index": 2277, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + }, + "traffic_signal": true + }, + { + "turn_duration": "0.01", + "weight": "10.757", + "duration": "7.724", + "turn_weight": "1.5", + "location": [ + 139.582824, + 35.5418 + ], + "bearings": [ + 77, + 169, + 258, + 344 + ], + "entry": [ + true, + false, + true, + true + ], + "in": 1, + "out": 3, + "geometry_index": 2278, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "turn_duration": "0.025", + "weight": "5.445", + "duration": "3.625", + "turn_weight": "1.125", + "location": [ + 139.582722, + 35.542059 + ], + "bearings": [ + 66, + 160, + 321 + ], + "entry": [ + true, + false, + true + ], + "in": 1, + "out": 2, + "geometry_index": 2280, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "turn_duration": "0.023", + "weight": "7.71", + "duration": "5.198", + "turn_weight": "1.5", + "location": [ + 139.58254, + 35.542244 + ], + "bearings": [ + 34, + 141, + 225, + 302 + ], + "entry": [ + true, + false, + true, + true + ], + "in": 1, + "out": 3, + "geometry_index": 2281, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "turn_duration": "0.041", + "weight": "5.947", + "duration": "3.747", + "turn_weight": "1.5", + "location": [ + 139.582108, + 35.542466 + ], + "bearings": [ + 35, + 122, + 237, + 313 + ], + "entry": [ + true, + false, + true, + true + ], + "in": 1, + "out": 3, + "geometry_index": 2282, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "turn_duration": "0.061", + "weight": "8.511", + "duration": "6.216", + "turn_weight": "1.125", + "location": [ + 139.581835, + 35.542689 + ], + "bearings": [ + 138, + 237, + 334 + ], + "entry": [ + false, + true, + true + ], + "in": 0, + "out": 2, + "geometry_index": 2284, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + }, + { + "turn_weight": "0.75", + "turn_duration": "0.009", + "location": [ + 139.581574, + 35.543115 + ], + "bearings": [ + 61, + 154, + 329 + ], + "entry": [ + true, + false, + true + ], + "in": 1, + "out": 2, + "geometry_index": 2285, + "is_urban": true, + "admin_index": 2, + "mapbox_streets_v8": { + "class": "tertiary" + } + } + ] + }, + { + "voiceinstructions": [], + "weight_typical": "0", + "bannerinstructions": [], + "distance": 0.0, + "duration": 0.0, + "duration_typical": 0.0, + "geometry": "{pkxbAy}jfiG??", + "name": "", + "mode": "driving", + "maneuver": { + "location": [ + 139.581421, + 35.543326 + ], + "bearing_before": 329.0, + "bearing_after": 0.0, + "instruction": "Your destination is on the right.", + "type": "arrive", + "modifier": "right" + }, + "driving_side": "left", + "weight": 0.0, + "intersections": [ + { + "location": [ + 139.581421, + 35.543326 + ], + "bearings": [ + 149 + ], + "entry": [ + true + ], + "in": 0, + "geometry_index": 2286, + "admin_index": 2 + } + ] + } + ], + "incidents": [ + { + "south": "35.038372", + "north": "35.194908", + "length": 19821, + "east": "139.860961", + "west": "139.830261", + "id": "16842496073823766", + "type": "weather", + "congestion": { + "value": 101 + }, + "description": "50km/h speed restriction", + "sub_type": "rain", + "sub_type_description": "Rain", + "alertc_codes": [ + 313, + 45 + ], + "geometry_index_start": 74, + "geometry_index_end": 385, + "creation_time": "2023-06-02T10:15:00Z", + "start_time": "2023-06-02T10:15:00Z", + "end_time": "2023-06-02T10:30:00Z", + "iso_3166_1_alpha2": "JP", + "iso_3166_1_alpha3": "JPN", + "lanes_blocked": [], + "affected_road_names": [ + "E14/国道127号線/富津館山道路/Futtsutateyama Road" + ] + }, + { + "south": "35.194908", + "north": "35.554748", + "length": 51853, + "east": "140.140701", + "west": "139.856231", + "id": "10010882516324706", + "type": "weather", + "congestion": { + "value": 101 + }, + "description": "50km/h speed restriction", + "sub_type": "rain", + "sub_type_description": "Rain", + "alertc_codes": [ + 313, + 45 + ], + "geometry_index_start": 385, + "geometry_index_end": 1176, + "creation_time": "2023-06-02T10:15:00Z", + "start_time": "2023-06-02T10:15:00Z", + "end_time": "2023-06-02T10:30:00Z", + "iso_3166_1_alpha2": "JP", + "iso_3166_1_alpha3": "JPN", + "lanes_blocked": [], + "affected_road_names": [ + "E14/館山自動車道/Tateyama Expwy" + ] + }, + { + "south": "35.641532", + "north": "35.937232", + "length": 74803, + "east": "140.589355", + "west": "139.946395", + "id": "11919347058695698", + "type": "weather", + "congestion": { + "value": 101 + }, + "description": "50km/h speed restriction", + "sub_type": "rain", + "sub_type_description": "Rain", + "alertc_codes": [ + 313, + 45 + ], + "geometry_index_start": 1379, + "geometry_index_end": 1545, + "creation_time": "2023-06-02T10:15:00Z", + "start_time": "2023-06-02T10:15:00Z", + "end_time": "2023-06-02T10:30:00Z", + "iso_3166_1_alpha2": "JP", + "iso_3166_1_alpha3": "JPN", + "lanes_blocked": [], + "affected_road_names": [ + "E51/東関東自動車道(高谷~潮来)/Higashikanto Expwy(Koya To Itako)", + "B/首都高速湾岸線/Expwy Wangan Line" + ] + }, + { + "south": "35.351142", + "north": "35.862976", + "length": 143233, + "east": "140.392288", + "west": "139.371978", + "id": "5372267336278653", + "type": "weather", + "congestion": { + "value": 101 + }, + "description": "50km/h speed restriction", + "sub_type": "rain", + "sub_type_description": "Rain", + "alertc_codes": [ + 313, + 45 + ], + "geometry_index_start": 1379, + "geometry_index_end": 1677, + "creation_time": "2023-06-02T10:15:00Z", + "start_time": "2023-06-02T10:15:00Z", + "end_time": "2023-06-02T10:30:00Z", + "iso_3166_1_alpha2": "JP", + "iso_3166_1_alpha3": "JPN", + "lanes_blocked": [], + "affected_road_names": [ + "C4/国道468号線/首都圏中央連絡自動車道(茅ヶ崎~大栄)/Shutokenchuo Renraku Expwy(Chigasaki To Taiei)", + "県道63号線/Kendou No.63 Line", + "E51/東関東自動車道(高谷~潮来)/Higashikanto Expwy(Koya To Itako)", + "B/首都高速湾岸線/Expwy Wangan Line", + "11/首都高速11号台場線/Expwy No.11 Line Daiba Line", + "1/首都高速1号羽田線/Expwy No.1 Line Haneda Line", + "C1/首都高速都心環状線/Expwy Inner Circular Route", + "麻布通り/Azabu St./都道415号線/Todou No.415 Line", + "六本木通り/Roppongi St./都道412号線/Todou No.412 Line", + "3/首都高速3号渋谷線/Expwy No.3 Line Shibuya Line", + "E1/東名高速道路/Tomei Expwy" + ] + } + ], + "annotation": { + "distance": [ + 70.3, + 9.3, + 6.5, + 12.6, + 10.2, + 15.6, + 3.7, + 16.0, + 10.2, + 38.4, + 32.1, + 27.3, + 76.6, + 76.7, + 17.7, + 77.6, + 26.9, + 55.7, + 49.5, + 49.7, + 43.7, + 52.4, + 24.8, + 49.3, + 59.0, + 17.1, + 18.1, + 30.6, + 31.8, + 134.8, + 176.4, + 121.2, + 34.5, + 30.2, + 34.5, + 43.9, + 36.8, + 55.9, + 48.6, + 5.8, + 121.1, + 159.2, + 191.7, + 114.0, + 66.9, + 24.2, + 38.9, + 58.0, + 35.0, + 15.4, + 13.8, + 36.6, + 39.6, + 28.6, + 35.8, + 43.3, + 62.0, + 31.0, + 62.6, + 214.8, + 86.3, + 61.2, + 49.8, + 86.2, + 30.1, + 34.7, + 86.8, + 31.3, + 64.0, + 54.5, + 18.4, + 17.2, + 20.6, + 23.9, + 17.6, + 12.5, + 90.8, + 61.8, + 44.0, + 46.0, + 18.6, + 22.6, + 25.9, + 20.0, + 89.6, + 64.9, + 50.8, + 32.1, + 22.1, + 13.4, + 23.2, + 24.2, + 30.1, + 32.9, + 163.6, + 32.8, + 146.3, + 9.9, + 47.4, + 51.6, + 41.3, + 36.4, + 56.5, + 33.7, + 115.3, + 83.8, + 224.5, + 205.0, + 69.8, + 86.1, + 44.6, + 52.9, + 51.5, + 35.1, + 84.5, + 71.5, + 115.8, + 75.4, + 118.4, + 134.7, + 86.9, + 92.0, + 61.0, + 29.3, + 90.5, + 110.5, + 98.9, + 60.9, + 43.5, + 38.3, + 18.5, + 29.9, + 50.6, + 34.0, + 112.7, + 20.0, + 28.8, + 61.6, + 45.2, + 22.0, + 29.0, + 36.0, + 64.2, + 82.1, + 242.7, + 140.8, + 91.7, + 176.3, + 265.3, + 185.5, + 150.4, + 40.6, + 38.7, + 38.6, + 24.3, + 78.6, + 60.2, + 61.0, + 53.6, + 50.5, + 49.6, + 57.3, + 61.2, + 40.4, + 20.8, + 92.3, + 40.4, + 76.7, + 166.3, + 152.7, + 33.3, + 46.0, + 26.9, + 24.7, + 27.1, + 52.2, + 48.5, + 59.3, + 59.2, + 38.9, + 49.7, + 66.5, + 49.7, + 53.4, + 71.9, + 57.7, + 38.0, + 10.9, + 50.2, + 52.9, + 68.6, + 58.5, + 45.9, + 44.9, + 16.7, + 84.7, + 41.9, + 120.5, + 119.0, + 48.1, + 104.8, + 108.1, + 14.6, + 41.6, + 27.9, + 29.9, + 34.1, + 80.0, + 107.3, + 94.8, + 102.0, + 43.5, + 27.0, + 19.6, + 20.6, + 55.7, + 28.9, + 63.2, + 39.9, + 17.9, + 22.3, + 35.8, + 70.6, + 80.8, + 110.2, + 98.5, + 40.1, + 87.1, + 115.7, + 24.6, + 83.8, + 88.6, + 50.8, + 28.6, + 40.2, + 38.8, + 39.1, + 59.8, + 59.3, + 37.7, + 64.6, + 95.1, + 110.4, + 36.3, + 41.5, + 82.8, + 120.0, + 13.6, + 189.4, + 12.5, + 157.9, + 173.0, + 28.4, + 87.3, + 75.5, + 96.3, + 14.5, + 109.5, + 65.1, + 66.9, + 105.1, + 54.7, + 82.4, + 53.8, + 89.0, + 28.1, + 16.6, + 38.6, + 34.9, + 50.9, + 33.8, + 44.2, + 58.3, + 80.9, + 119.2, + 26.5, + 144.4, + 19.4, + 135.7, + 219.2, + 108.8, + 103.7, + 95.5, + 662.5, + 247.9, + 115.3, + 148.8, + 56.9, + 80.3, + 72.5, + 116.7, + 62.3, + 28.5, + 102.8, + 70.3, + 99.0, + 85.6, + 110.9, + 51.9, + 33.3, + 139.9, + 61.5, + 52.2, + 90.9, + 62.5, + 54.2, + 78.1, + 42.0, + 33.6, + 30.3, + 22.8, + 69.8, + 45.7, + 46.3, + 43.1, + 33.2, + 38.0, + 45.2, + 43.9, + 36.9, + 32.4, + 32.1, + 30.1, + 28.1, + 31.8, + 40.2, + 27.3, + 38.3, + 40.4, + 43.2, + 23.8, + 34.1, + 68.7, + 63.4, + 87.9, + 33.0, + 130.7, + 41.6, + 43.8, + 44.5, + 39.4, + 60.6, + 47.4, + 126.3, + 28.5, + 53.3, + 40.2, + 39.3, + 33.0, + 24.0, + 54.0, + 54.8, + 39.3, + 27.1, + 30.0, + 34.5, + 42.8, + 35.8, + 39.8, + 32.9, + 30.9, + 33.8, + 31.1, + 34.9, + 36.7, + 36.1, + 29.5, + 29.3, + 28.2, + 26.9, + 29.1, + 37.3, + 120.9, + 38.2, + 24.8, + 28.0, + 21.9, + 48.8, + 24.0, + 24.1, + 22.3, + 28.9, + 31.0, + 31.8, + 36.2, + 34.3, + 31.8, + 30.0, + 25.9, + 31.9, + 179.1, + 69.1, + 54.8, + 133.9, + 77.7, + 317.5, + 152.4, + 112.2, + 69.1, + 68.5, + 83.4, + 53.9, + 117.3, + 126.0, + 148.0, + 130.7, + 120.9, + 80.8, + 70.6, + 46.9, + 39.9, + 45.8, + 32.2, + 8.1, + 60.7, + 40.9, + 44.5, + 38.7, + 36.6, + 37.4, + 33.7, + 35.5, + 18.6, + 26.0, + 26.7, + 35.1, + 31.9, + 55.0, + 19.9, + 56.7, + 65.5, + 70.6, + 38.9, + 39.9, + 59.9, + 41.4, + 67.9, + 40.4, + 37.3, + 27.5, + 30.4, + 20.2, + 48.2, + 39.7, + 19.7, + 19.8, + 28.9, + 19.7, + 28.9, + 19.5, + 21.8, + 16.5, + 29.9, + 18.7, + 27.1, + 37.8, + 31.9, + 20.4, + 19.5, + 23.8, + 35.2, + 23.2, + 59.7, + 39.5, + 20.6, + 20.1, + 21.4, + 40.0, + 21.8, + 19.7, + 41.4, + 41.2, + 19.6, + 21.7, + 18.5, + 21.9, + 38.4, + 20.0, + 20.0, + 20.0, + 19.5, + 24.9, + 19.5, + 39.8, + 39.3, + 54.0, + 38.8, + 57.6, + 19.9, + 38.2, + 38.0, + 21.8, + 35.6, + 19.0, + 19.2, + 19.1, + 36.6, + 38.3, + 19.6, + 18.6, + 19.6, + 19.5, + 76.4, + 58.8, + 23.8, + 34.9, + 38.4, + 39.8, + 28.5, + 40.3, + 111.0, + 80.5, + 61.0, + 103.9, + 58.4, + 59.3, + 60.2, + 40.4, + 38.3, + 40.4, + 61.8, + 85.7, + 43.2, + 26.9, + 57.0, + 30.3, + 21.9, + 52.6, + 41.2, + 61.1, + 83.5, + 112.0, + 82.6, + 141.6, + 55.4, + 93.4, + 31.9, + 95.6, + 84.9, + 193.9, + 212.0, + 199.5, + 82.6, + 68.8, + 91.6, + 52.6, + 29.9, + 30.0, + 22.1, + 31.4, + 28.1, + 41.1, + 36.9, + 37.5, + 48.6, + 53.6, + 36.3, + 40.0, + 66.5, + 41.9, + 27.2, + 22.7, + 15.5, + 18.2, + 24.2, + 21.3, + 51.1, + 29.2, + 28.5, + 24.9, + 21.8, + 24.1, + 20.4, + 16.8, + 22.6, + 19.0, + 17.5, + 21.9, + 22.7, + 19.0, + 24.1, + 26.3, + 22.5, + 43.9, + 21.4, + 37.4, + 22.6, + 17.0, + 22.0, + 22.8, + 20.6, + 23.6, + 27.2, + 27.5, + 30.9, + 21.5, + 26.1, + 34.0, + 32.9, + 22.4, + 25.5, + 18.6, + 21.2, + 42.7, + 44.5, + 34.1, + 48.1, + 25.0, + 24.4, + 23.0, + 20.9, + 23.0, + 85.9, + 80.4, + 69.7, + 103.9, + 107.1, + 74.8, + 63.3, + 82.2, + 71.1, + 28.4, + 22.8, + 20.1, + 19.2, + 17.8, + 27.2, + 22.0, + 14.7, + 14.7, + 21.3, + 21.9, + 25.7, + 21.9, + 19.0, + 16.8, + 21.9, + 27.8, + 16.8, + 20.3, + 20.5, + 18.9, + 22.6, + 16.8, + 30.0, + 20.5, + 25.6, + 38.0, + 22.1, + 30.8, + 32.3, + 33.9, + 53.2, + 29.8, + 32.6, + 38.0, + 32.0, + 23.3, + 34.2, + 22.7, + 31.4, + 21.8, + 34.7, + 21.2, + 29.6, + 21.2, + 20.3, + 44.4, + 58.0, + 24.1, + 37.7, + 37.9, + 27.6, + 40.1, + 81.2, + 105.4, + 118.4, + 51.5, + 62.3, + 39.4, + 20.6, + 60.4, + 81.1, + 69.8, + 47.0, + 46.7, + 43.0, + 43.5, + 26.3, + 41.5, + 19.4, + 22.6, + 36.4, + 50.2, + 32.9, + 19.8, + 29.0, + 36.4, + 25.9, + 43.9, + 20.3, + 65.3, + 35.7, + 41.7, + 52.1, + 63.8, + 41.3, + 38.3, + 44.9, + 46.3, + 66.7, + 43.2, + 51.8, + 49.7, + 49.6, + 59.1, + 45.9, + 97.7, + 46.7, + 61.3, + 40.3, + 37.2, + 62.8, + 46.3, + 29.2, + 36.9, + 44.8, + 35.5, + 24.4, + 31.1, + 28.3, + 14.4, + 20.6, + 23.4, + 24.8, + 19.3, + 33.0, + 47.4, + 49.8, + 22.3, + 21.0, + 29.7, + 30.6, + 30.4, + 22.4, + 24.0, + 27.4, + 26.4, + 25.2, + 53.4, + 49.5, + 22.1, + 20.8, + 15.8, + 39.7, + 45.1, + 18.9, + 27.1, + 31.4, + 67.9, + 123.0, + 39.7, + 43.6, + 32.3, + 92.6, + 76.9, + 71.6, + 46.5, + 37.4, + 34.4, + 26.7, + 40.2, + 31.1, + 107.7, + 68.4, + 44.7, + 37.5, + 67.9, + 69.1, + 63.1, + 88.1, + 113.4, + 60.6, + 27.1, + 68.1, + 50.0, + 106.5, + 128.5, + 45.4, + 46.5, + 34.0, + 31.0, + 30.9, + 42.2, + 84.6, + 28.0, + 41.4, + 67.8, + 62.0, + 56.6, + 136.2, + 147.3, + 53.4, + 65.7, + 119.8, + 66.5, + 107.4, + 94.2, + 50.4, + 116.7, + 198.9, + 208.3, + 291.9, + 74.4, + 64.1, + 63.8, + 60.9, + 43.3, + 59.0, + 85.1, + 52.9, + 22.2, + 70.5, + 113.0, + 48.2, + 54.1, + 97.0, + 71.7, + 166.3, + 244.7, + 59.1, + 41.5, + 100.8, + 89.0, + 90.6, + 114.5, + 165.4, + 30.9, + 22.1, + 15.5, + 24.9, + 28.1, + 50.0, + 17.0, + 73.9, + 31.5, + 55.0, + 18.1, + 52.6, + 110.1, + 168.1, + 118.9, + 91.5, + 127.0, + 24.7, + 184.3, + 328.4, + 37.1, + 87.3, + 87.3, + 9.7, + 34.0, + 60.0, + 114.3, + 48.7, + 50.0, + 82.1, + 114.7, + 125.3, + 120.3, + 169.3, + 134.9, + 155.2, + 112.4, + 101.6, + 60.4, + 50.4, + 75.5, + 63.0, + 72.3, + 56.5, + 42.4, + 124.9, + 243.0, + 95.2, + 63.7, + 53.0, + 111.7, + 25.6, + 8.9, + 52.1, + 34.3, + 40.1, + 100.7, + 38.3, + 38.8, + 8.1, + 27.1, + 10.9, + 50.4, + 118.9, + 89.7, + 61.3, + 38.3, + 54.6, + 90.5, + 212.4, + 20.9, + 112.4, + 33.2, + 17.6, + 36.9, + 48.0, + 57.0, + 20.0, + 107.6, + 44.9, + 17.1, + 49.2, + 50.0, + 217.2, + 197.5, + 265.7, + 153.3, + 127.4, + 153.5, + 167.0, + 52.9, + 232.6, + 37.2, + 249.7, + 36.3, + 99.9, + 19.3, + 319.5, + 3.2, + 106.5, + 79.3, + 72.7, + 134.5, + 103.9, + 58.0, + 52.1, + 28.4, + 107.3, + 68.6, + 72.2, + 51.1, + 57.2, + 111.6, + 78.9, + 83.2, + 89.8, + 91.0, + 90.2, + 84.8, + 98.1, + 94.8, + 147.4, + 123.7, + 148.5, + 158.4, + 118.3, + 134.0, + 61.8, + 93.8, + 102.5, + 110.2, + 25.8, + 59.6, + 149.8, + 37.8, + 40.8, + 116.9, + 114.6, + 34.1, + 22.9, + 94.6, + 68.7, + 185.3, + 163.3, + 98.9, + 183.0, + 127.8, + 67.7, + 85.3, + 86.3, + 105.2, + 68.5, + 51.1, + 70.7, + 43.9, + 45.5, + 30.8, + 95.1, + 56.6, + 109.0, + 62.3, + 64.6, + 109.4, + 108.6, + 248.9, + 191.7, + 56.3, + 167.7, + 160.7, + 115.8, + 146.4, + 161.7, + 83.4, + 120.4, + 137.7, + 121.8, + 73.0, + 62.2, + 66.7, + 102.2, + 70.9, + 64.3, + 68.6, + 93.3, + 66.6, + 77.4, + 83.4, + 69.2, + 44.7, + 47.4, + 48.2, + 82.1, + 58.4, + 47.5, + 57.0, + 74.2, + 45.1, + 55.0, + 87.0, + 77.4, + 56.7, + 53.5, + 52.7, + 65.2, + 60.2, + 60.7, + 62.8, + 47.5, + 48.8, + 57.7, + 51.5, + 58.4, + 83.7, + 79.9, + 59.7, + 58.8, + 71.8, + 88.7, + 121.1, + 117.9, + 42.7, + 47.3, + 86.0, + 65.1, + 61.6, + 21.0, + 24.9, + 41.4, + 57.8, + 79.4, + 20.6, + 62.9, + 66.2, + 79.9, + 42.6, + 38.8, + 45.1, + 65.8, + 59.9, + 44.7, + 61.3, + 48.9, + 82.2, + 71.0, + 104.7, + 71.4, + 59.2, + 87.5, + 139.3, + 90.5, + 225.4, + 299.6, + 39.4, + 66.4, + 30.5, + 213.0, + 64.1, + 53.3, + 47.4, + 20.5, + 83.8, + 83.8, + 132.1, + 180.9, + 76.5, + 46.0, + 85.2, + 33.6, + 24.0, + 96.4, + 47.2, + 9.6, + 264.4, + 236.0, + 41.6, + 51.2, + 147.8, + 41.0, + 37.3, + 53.0, + 66.1, + 74.8, + 177.6, + 229.3, + 216.3, + 51.1, + 91.1, + 128.5, + 164.3, + 107.7, + 25.8, + 33.7, + 111.7, + 203.6, + 83.2, + 234.7, + 146.7, + 59.2, + 22.9, + 61.9, + 32.4, + 28.0, + 87.0, + 98.7, + 42.8, + 45.8, + 491.9, + 21.4, + 35.4, + 521.0, + 31.8, + 11.1, + 140.1, + 42.0, + 251.2, + 121.1, + 83.0, + 122.2, + 75.3, + 94.9, + 63.5, + 61.8, + 84.4, + 161.0, + 49.6, + 58.0, + 80.4, + 78.4, + 89.7, + 130.2, + 30.9, + 26.1, + 104.8, + 212.9, + 86.6, + 52.0, + 40.7, + 25.0, + 50.9, + 86.5, + 71.5, + 28.1, + 91.8, + 105.9, + 59.1, + 22.9, + 100.9, + 73.7, + 71.9, + 161.5, + 50.8, + 101.6, + 31.2, + 44.6, + 59.2, + 31.1, + 118.6, + 51.7, + 16.6, + 74.3, + 59.9, + 48.1, + 20.0, + 63.9, + 63.0, + 44.7, + 41.7, + 31.2, + 11.1, + 48.5, + 84.4, + 83.2, + 170.6, + 33.6, + 208.3, + 163.3, + 21.1, + 23.6, + 27.0, + 57.1, + 180.7, + 87.5, + 68.0, + 22.2, + 33.1, + 47.0, + 48.2, + 51.6, + 45.7, + 48.5, + 47.6, + 52.9, + 44.4, + 29.0, + 43.4, + 25.1, + 31.0, + 110.1, + 130.5, + 43.8, + 26.4, + 30.3, + 62.6, + 74.1, + 68.1, + 44.4, + 42.6, + 46.1, + 58.9, + 56.6, + 114.9, + 347.8, + 196.6, + 86.8, + 154.2, + 19.2, + 23.5, + 39.6, + 42.7, + 24.0, + 107.8, + 104.7, + 108.0, + 63.4, + 91.6, + 82.2, + 191.9, + 45.5, + 12.0, + 11.7, + 109.1, + 30.3, + 11.7, + 25.8, + 40.8, + 44.7, + 27.5, + 30.5, + 32.4, + 31.1, + 26.9, + 35.0, + 31.0, + 28.9, + 30.1, + 30.1, + 28.5, + 29.3, + 26.8, + 36.2, + 39.6, + 9.2, + 15.3, + 32.7, + 37.1, + 24.6, + 31.7, + 44.3, + 71.5, + 114.3, + 153.7, + 172.1, + 33.0, + 188.6, + 60.2, + 95.8, + 96.6, + 28.4, + 59.9, + 51.0, + 85.9, + 43.0, + 32.6, + 47.9, + 64.1, + 111.4, + 120.5, + 208.8, + 297.7, + 96.6, + 84.3, + 55.8, + 153.7, + 76.1, + 70.2, + 69.9, + 15.4, + 114.4, + 91.1, + 56.1, + 24.8, + 120.8, + 208.2, + 20.4, + 147.7, + 276.6, + 51.7, + 268.5, + 144.2, + 240.8, + 101.3, + 17.5, + 80.4, + 91.2, + 52.5, + 35.4, + 111.2, + 68.4, + 70.9, + 108.8, + 46.3, + 37.0, + 176.8, + 268.8, + 332.5, + 123.3, + 47.1, + 49.7, + 33.6, + 43.4, + 62.6, + 29.2, + 38.6, + 27.0, + 3.0, + 25.4, + 24.1, + 13.6, + 61.8, + 32.3, + 29.0, + 36.3, + 14.4, + 13.7, + 38.1, + 20.6, + 26.7, + 33.6, + 18.3, + 51.7, + 103.1, + 85.4, + 84.6, + 17.4, + 64.8, + 97.3, + 81.3, + 50.5, + 203.7, + 58.9, + 89.4, + 200.9, + 302.1, + 278.0, + 75.7, + 38.5, + 271.6, + 326.7, + 101.9, + 72.0, + 62.3, + 82.2, + 73.6, + 78.1, + 58.0, + 62.7, + 40.1, + 44.6, + 25.1, + 21.8, + 68.3, + 55.4, + 70.3, + 79.1, + 35.7, + 119.4, + 100.5, + 164.5, + 101.2, + 104.2, + 120.2, + 33.4, + 52.3, + 57.1, + 53.4, + 108.8, + 89.6, + 163.7, + 63.2, + 58.6, + 255.6, + 155.9, + 96.6, + 103.9, + 38.4, + 151.0, + 133.9, + 150.0, + 99.9, + 121.2, + 545.4, + 142.0, + 123.9, + 161.5, + 183.1, + 102.1, + 91.2, + 170.0, + 51.8, + 105.3, + 133.0, + 64.0, + 101.6, + 83.4, + 102.5, + 73.9, + 67.6, + 40.8, + 40.2, + 20.0, + 57.7, + 29.4, + 266.8, + 178.6, + 269.2, + 41.9, + 345.0, + 53.7, + 288.7, + 50.7, + 19.0, + 55.1, + 61.8, + 40.0, + 35.0, + 40.3, + 64.3, + 73.4, + 48.4, + 70.6, + 125.1, + 20.6, + 50.1, + 36.2, + 21.3, + 16.6, + 27.2, + 22.5, + 16.7, + 32.7, + 24.0, + 3.8, + 32.8, + 6.6, + 25.9, + 22.1, + 21.1, + 26.4, + 46.6, + 26.2, + 48.1, + 46.9, + 38.0, + 123.6, + 119.1, + 207.1, + 105.9, + 226.2, + 69.5, + 83.2, + 62.4, + 268.1, + 179.4, + 425.1, + 30.2, + 519.4, + 141.4, + 340.9, + 148.9, + 165.4, + 180.3, + 113.5, + 64.0, + 55.4, + 51.2, + 27.0, + 52.7, + 71.9, + 34.9, + 57.8, + 53.8, + 44.0, + 47.8, + 69.2, + 49.5, + 53.4, + 51.5, + 25.7, + 61.9, + 45.7, + 64.0, + 144.7, + 96.3, + 83.7, + 73.3, + 102.8, + 196.1, + 28.0, + 0.7, + 241.8, + 32.9, + 198.5, + 94.6, + 176.3, + 143.6, + 93.3, + 62.0, + 81.5, + 44.4, + 322.5, + 40.0, + 77.1, + 111.4, + 176.3, + 9.5, + 33.5, + 384.4, + 251.3, + 44.3, + 60.4, + 28.4, + 127.1, + 231.0, + 593.3, + 128.5, + 186.2, + 2.9, + 199.5, + 183.4, + 5.8, + 151.4, + 101.1, + 268.6, + 152.1, + 118.7, + 222.7, + 43.8, + 105.5, + 79.3, + 275.1, + 196.6, + 394.5, + 57.4, + 629.7, + 54.6, + 133.2, + 76.3, + 45.5, + 19.4, + 27.2, + 69.4, + 45.7, + 48.5, + 65.2, + 66.7, + 42.3, + 36.2, + 74.0, + 65.0, + 44.6, + 51.7, + 68.0, + 101.4, + 139.5, + 61.2, + 63.1, + 258.3, + 270.2, + 19.3, + 19.3, + 35.0, + 22.2, + 405.9, + 164.7, + 114.6, + 125.2, + 144.6, + 121.9, + 94.4, + 55.4, + 45.2, + 68.1, + 22.0, + 56.2, + 45.6, + 70.3, + 254.8, + 215.4, + 78.4, + 363.7, + 35.0, + 335.9, + 39.2, + 36.1, + 191.7, + 65.8, + 30.8, + 26.7, + 97.2, + 927.3, + 22.8, + 103.5, + 310.4, + 286.6, + 48.1, + 40.2, + 51.0, + 125.6, + 121.5, + 291.0, + 76.6, + 111.7, + 107.1, + 60.9, + 99.8, + 68.3, + 62.6, + 114.4, + 58.1, + 34.5, + 38.6, + 42.4, + 137.3, + 151.2, + 632.1, + 51.0, + 96.2, + 127.0, + 113.2, + 107.0, + 34.8, + 500.6, + 213.8, + 184.5, + 132.8, + 75.0, + 141.2, + 134.5, + 98.7, + 26.0, + 35.7, + 54.9, + 77.5, + 172.5, + 228.8, + 89.5, + 461.2, + 850.3, + 13.9, + 121.6, + 56.0, + 39.4, + 31.8, + 28.8, + 40.3, + 47.9, + 32.3, + 35.9, + 32.3, + 35.9, + 13.8, + 55.2, + 43.4, + 45.4, + 35.0, + 154.6, + 231.4, + 94.3, + 119.5, + 150.6, + 8.4, + 11.2, + 40.2, + 75.3, + 100.0, + 39.2, + 126.8, + 94.8, + 17.6, + 45.3, + 195.8, + 198.2, + 169.8, + 17.6, + 57.6, + 169.0, + 140.8, + 32.4, + 105.1, + 28.8, + 15.5, + 45.3, + 87.9, + 83.9, + 6.3, + 103.0, + 53.0, + 126.8, + 182.9, + 12.8, + 73.4, + 137.2, + 132.2, + 63.6, + 190.2, + 81.0, + 50.2, + 174.8, + 20.9, + 86.5, + 66.0, + 59.6, + 73.4, + 40.0, + 70.0, + 45.4, + 47.3, + 10.2, + 41.6, + 73.3, + 16.6, + 142.5, + 217.9, + 158.7, + 239.9, + 14.2, + 125.3, + 13.4, + 144.1, + 246.4, + 192.3, + 24.3, + 135.9, + 225.9, + 45.7, + 42.6, + 102.0, + 77.3, + 116.6, + 73.8, + 44.3, + 212.1, + 6.8, + 118.6, + 209.5, + 86.8, + 160.3, + 64.2, + 82.1, + 20.2, + 6.0, + 94.2, + 92.3, + 254.7, + 131.7, + 65.6, + 141.7, + 80.6, + 94.0, + 144.3, + 41.2, + 83.1, + 49.8, + 102.5, + 60.4, + 34.4, + 41.6, + 44.4, + 42.4, + 7.2, + 39.3, + 46.4, + 47.3, + 46.5, + 48.7, + 49.8, + 72.1, + 48.3, + 49.3, + 189.2, + 102.6, + 230.5, + 315.2, + 286.3, + 51.9, + 53.2, + 51.9, + 40.3, + 13.4, + 78.1, + 60.9, + 48.4, + 21.7, + 58.2, + 140.8, + 97.9, + 53.5, + 155.1, + 11.0, + 137.1, + 132.3, + 97.5, + 82.3, + 100.6, + 142.8, + 134.0, + 137.7, + 152.6, + 112.3, + 186.6, + 126.8, + 212.0, + 143.4, + 71.5, + 75.1, + 104.2, + 206.5, + 37.8, + 428.6, + 36.4, + 426.8, + 289.5, + 289.9, + 442.9, + 254.4, + 139.2, + 19.3, + 452.7, + 489.0, + 610.3, + 216.9, + 125.9, + 430.9, + 527.8, + 288.6, + 315.2, + 369.8, + 583.7, + 624.1, + 266.4, + 280.0, + 77.9, + 182.9, + 33.7, + 26.0, + 78.9, + 30.5, + 46.9, + 31.6, + 27.6, + 27.9, + 34.0, + 16.0, + 43.8, + 34.2, + 64.9, + 51.6, + 22.8, + 45.7, + 39.1, + 28.5, + 14.0, + 21.8, + 17.6, + 13.4, + 23.5, + 20.9, + 20.8, + 31.0, + 8.3, + 22.7, + 19.0, + 22.3, + 40.2, + 47.0, + 46.3, + 47.3, + 34.6, + 22.2, + 67.3, + 45.6, + 45.5, + 103.7, + 43.9, + 102.7, + 36.6, + 101.5, + 116.4, + 139.8, + 62.7, + 70.1, + 39.5, + 33.5, + 50.4, + 75.9, + 79.1, + 53.4, + 120.0, + 74.5, + 80.5, + 36.2, + 164.0, + 35.0, + 126.6, + 157.9, + 253.4, + 33.3, + 38.3, + 23.7, + 16.6, + 16.7, + 20.1, + 26.4, + 21.2, + 54.9, + 54.8, + 62.2, + 117.7, + 45.7, + 113.3, + 47.4, + 54.5, + 55.3, + 34.5, + 120.8, + 38.3, + 93.6, + 28.6, + 21.4, + 21.2, + 24.9, + 24.3, + 26.3, + 18.0, + 15.4, + 13.6, + 26.5, + 12.4, + 14.5, + 19.6, + 21.0, + 12.7, + 34.9, + 44.3, + 62.3, + 33.7, + 65.0, + 25.3, + 58.4, + 26.4, + 28.4, + 28.4, + 22.1, + 23.0, + 19.6, + 21.6, + 11.3, + 30.9, + 23.8, + 26.1, + 28.0, + 24.6, + 30.2, + 14.4, + 31.0, + 50.2, + 55.3, + 104.8, + 98.8, + 103.5, + 82.4, + 75.5, + 93.5, + 89.7, + 78.7, + 103.5, + 108.0, + 208.7, + 190.5, + 118.1, + 112.4, + 111.6, + 148.1, + 99.8, + 61.2, + 88.9, + 91.9, + 100.7, + 80.9, + 66.3, + 72.9, + 36.4, + 124.0, + 122.5, + 80.9, + 91.1, + 92.5, + 29.2, + 58.3, + 51.7, + 36.5, + 62.2, + 44.3, + 23.6, + 58.9, + 45.3, + 39.1, + 21.7, + 41.8, + 54.2, + 43.3, + 39.0, + 48.7, + 93.9, + 85.5, + 73.9, + 107.3, + 62.4, + 58.8, + 51.2, + 51.3, + 71.7, + 58.0, + 56.7, + 57.8, + 64.9, + 56.6, + 55.6, + 67.2, + 39.2, + 49.7, + 56.1, + 44.9, + 50.2, + 112.0, + 48.9, + 45.8, + 36.2, + 46.3, + 42.2, + 37.1, + 40.3, + 45.7, + 41.7, + 40.3, + 37.2, + 46.6, + 40.4, + 40.5, + 41.0, + 54.8, + 89.9, + 40.5, + 19.9, + 22.2, + 52.7, + 54.8, + 51.7, + 47.3, + 21.5, + 63.7, + 11.7, + 53.8, + 57.4, + 42.9, + 56.4, + 40.6, + 44.5, + 31.9, + 32.0, + 29.8, + 33.0, + 18.1, + 15.1, + 20.9, + 21.0, + 24.8, + 15.2, + 34.4, + 36.1, + 26.8, + 30.6, + 50.5, + 17.2, + 10.1, + 12.1, + 10.3, + 9.3, + 10.8, + 12.0, + 14.0, + 18.2, + 56.2, + 16.0, + 9.6, + 12.6, + 13.3, + 11.5, + 13.4, + 9.6, + 10.5, + 11.5, + 8.9, + 15.2, + 8.8, + 17.5, + 8.0, + 37.9, + 8.1, + 20.3, + 10.7, + 11.3, + 6.7, + 5.1, + 11.6, + 13.8, + 14.3, + 14.8, + 15.0, + 16.1, + 11.7, + 14.7, + 12.9, + 28.5, + 23.4, + 8.3, + 2.4, + 6.5, + 9.5, + 11.1, + 10.5, + 9.3, + 9.5, + 8.3, + 10.9, + 12.1, + 11.1, + 13.7, + 8.3, + 35.1, + 13.5, + 14.5, + 21.6, + 18.1, + 17.5, + 16.1, + 16.1, + 23.9, + 31.4, + 32.6, + 38.7, + 42.8, + 43.7, + 28.9, + 22.2, + 42.3, + 25.5, + 28.7, + 26.3, + 23.2, + 50.3, + 60.6, + 24.1, + 17.4, + 14.7, + 8.0, + 83.0, + 18.3, + 45.2, + 15.2, + 19.2, + 19.9, + 16.0, + 18.0, + 17.1, + 16.8, + 16.5, + 17.5, + 65.0, + 45.3, + 55.7, + 48.6, + 42.9, + 144.3, + 49.1, + 35.6, + 90.1, + 41.2, + 28.5, + 159.3, + 44.6, + 24.8, + 53.7, + 30.0, + 136.7, + 40.3, + 31.1, + 40.2, + 17.6, + 119.9, + 100.4, + 8.3, + 25.9, + 34.2, + 68.2, + 12.5, + 34.7, + 36.0, + 17.3, + 19.4, + 10.2, + 13.5, + 48.4, + 137.9, + 118.3, + 125.1, + 118.0, + 131.2, + 140.1, + 30.2, + 45.9, + 34.3, + 123.8, + 100.5, + 37.8, + 43.0, + 21.8, + 26.7, + 21.8, + 93.7, + 33.5, + 13.8, + 16.6, + 26.4, + 46.3, + 10.3, + 24.8, + 53.0, + 27.3 + ], + "speed": [ + 3.9, + 3.9, + 3.9, + 3.9, + 3.9, + 3.9, + 3.9, + 3.9, + 3.9, + 3.9, + 11.4, + 11.8, + 11.6, + 11.6, + 6.4, + 6.4, + 12.2, + 12.2, + 12.3, + 10.9, + 10.9, + 10.9, + 10.8, + 10.8, + 15.6, + 15.6, + 15.6, + 15.6, + 15.6, + 15.6, + 15.6, + 15.6, + 15.4, + 7.0, + 6.8, + 12.5, + 13.6, + 13.6, + 13.5, + 13.2, + 11.1, + 11.1, + 13.3, + 16.1, + 16.1, + 16.1, + 16.4, + 16.4, + 16.4, + 16.4, + 16.3, + 16.3, + 16.3, + 16.3, + 16.3, + 15.7, + 15.5, + 15.5, + 15.5, + 16.4, + 11.6, + 11.6, + 11.6, + 11.6, + 10.2, + 10.2, + 10.3, + 10.4, + 8.9, + 8.9, + 9.1, + 9.0, + 9.0, + 9.0, + 8.9, + 8.9, + 8.9, + 8.9, + 11.1, + 11.1, + 15.6, + 15.6, + 15.6, + 15.6, + 16.3, + 11.1, + 17.0, + 17.0, + 17.0, + 17.0, + 17.0, + 17.0, + 17.0, + 17.0, + 17.0, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.2, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 20.3, + 12.5, + 12.5, + 12.5, + 12.5, + 23.0, + 23.1, + 23.0, + 23.3, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.0, + 22.9, + 22.9, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.6, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 21.9, + 21.9, + 21.9, + 21.8, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.3, + 23.7, + 24.0, + 23.9, + 23.0, + 22.8, + 23.6, + 23.6, + 23.6, + 23.6, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 23.8, + 23.6, + 23.1, + 23.1, + 23.1, + 21.9, + 21.9, + 21.9, + 21.9, + 22.0, + 22.0, + 22.0, + 21.9, + 23.3, + 23.3, + 23.3, + 23.3, + 22.7, + 23.0, + 23.0, + 23.0, + 23.0, + 23.0, + 22.6, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 21.7, + 21.7, + 21.7, + 21.7, + 20.6, + 20.6, + 20.6, + 20.6, + 20.6, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 20.8, + 21.9, + 21.9, + 21.9, + 21.9, + 12.5, + 12.5, + 22.5, + 23.3, + 21.4, + 21.9, + 21.9, + 23.0, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 21.2, + 22.3, + 23.6, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.5, + 21.5, + 21.4, + 21.6, + 21.6, + 21.6, + 21.6, + 22.0, + 22.0, + 20.3, + 20.2, + 20.5, + 20.5, + 20.8, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.4, + 21.4, + 21.4, + 21.4, + 22.2, + 22.2, + 22.1, + 22.5, + 23.4, + 23.4, + 23.2, + 23.1, + 23.1, + 23.1, + 23.1, + 22.0, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 21.3, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.6, + 21.6, + 21.6, + 21.6, + 21.6, + 21.6, + 21.6, + 21.6, + 21.6, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.0, + 22.0, + 22.0, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 25.5, + 26.1, + 26.1, + 25.0, + 27.2, + 27.2, + 27.2, + 27.2, + 27.2, + 27.2, + 27.2, + 27.2, + 27.2, + 27.2, + 27.2, + 27.2, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.1, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 27.5, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 26.0, + 26.1, + 26.1, + 26.1, + 26.4, + 26.4, + 26.4, + 26.4, + 25.9, + 26.7, + 26.7, + 26.7, + 26.5, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 25.9, + 25.9, + 25.9, + 25.9, + 25.9, + 25.9, + 25.9, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 26.1, + 25.6, + 25.6, + 25.6, + 25.6, + 25.6, + 25.6, + 25.6, + 25.6, + 24.5, + 25.1, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 26.4, + 27.1, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.6, + 26.4, + 26.5, + 26.5, + 26.5, + 26.7, + 26.7, + 26.7, + 26.7, + 26.7, + 25.8, + 26.1, + 25.7, + 25.7, + 25.7, + 25.7, + 25.9, + 25.9, + 25.9, + 25.9, + 25.0, + 25.0, + 25.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 24.3, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.6, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.2, + 24.2, + 24.2, + 23.7, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.3, + 25.2, + 24.4, + 24.5, + 24.5, + 24.4, + 24.4, + 24.1, + 24.2, + 24.2, + 24.0, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.5, + 23.9, + 23.9, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 24.2, + 24.2, + 24.2, + 23.8, + 23.8, + 23.8, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 24.0, + 24.0, + 24.0, + 22.8, + 24.0, + 24.0, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.1, + 24.1, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 23.8, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.6, + 23.6, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 24.0, + 24.0, + 23.6, + 23.6, + 23.9, + 23.8, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.4, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 24.5, + 25.8, + 25.8, + 25.8, + 25.8, + 25.8, + 25.8, + 25.8, + 25.8, + 25.8, + 25.8, + 25.8, + 25.8, + 25.8, + 25.8, + 25.8, + 25.8, + 25.8, + 25.8, + 25.8, + 25.1, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.3, + 25.1, + 25.1, + 25.3, + 25.0, + 25.0, + 25.0, + 25.0, + 24.8, + 24.2, + 24.2, + 24.2, + 23.6, + 24.1, + 25.0, + 25.1, + 25.0, + 25.0, + 24.0, + 24.6, + 19.9, + 21.9, + 21.3, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 24.1, + 24.8, + 24.8, + 24.6, + 23.6, + 24.7, + 24.7, + 24.7, + 24.2, + 24.4, + 24.5, + 24.8, + 24.8, + 24.8, + 24.1, + 24.7, + 24.7, + 24.7, + 25.1, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 24.5, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 24.4, + 24.7, + 25.0, + 24.7, + 24.7, + 24.7, + 24.6, + 25.0, + 25.0, + 25.0, + 25.0, + 24.7, + 24.7, + 24.7, + 24.5, + 24.7, + 25.0, + 25.0, + 25.0, + 25.0, + 25.0, + 24.7, + 25.5, + 25.5, + 25.5, + 25.5, + 24.8, + 25.3, + 25.3, + 25.3, + 25.3, + 24.7, + 24.7, + 24.7, + 25.0, + 25.0, + 25.0, + 23.9, + 23.8, + 23.8, + 23.9, + 18.6, + 18.6, + 18.6, + 18.6, + 18.6, + 18.6, + 17.5, + 17.5, + 23.0, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 18.3, + 18.3, + 18.3, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 15.4, + 18.0, + 18.0, + 19.4, + 19.4, + 20.9, + 21.1, + 21.1, + 21.1, + 20.5, + 21.1, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.7, + 18.4, + 18.4, + 18.3, + 18.3, + 18.3, + 18.3, + 18.3, + 18.3, + 18.3, + 18.3, + 18.3, + 18.3, + 18.3, + 18.3, + 18.3, + 16.4, + 21.8, + 21.8, + 21.7, + 21.8, + 23.0, + 23.0, + 23.0, + 23.0, + 23.0, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 22.4, + 20.0, + 20.0, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.1, + 21.2, + 22.0, + 22.0, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 20.9, + 20.8, + 20.8, + 20.8, + 20.8, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 17.7, + 17.8, + 17.8, + 17.8, + 17.8, + 17.8, + 17.7, + 17.7, + 17.7, + 17.7, + 17.7, + 17.7, + 22.7, + 22.7, + 22.8, + 22.8, + 22.8, + 22.8, + 22.7, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 13.8, + 13.8, + 13.8, + 15.3, + 15.3, + 15.3, + 15.3, + 15.3, + 15.3, + 15.3, + 15.3, + 19.3, + 23.6, + 23.6, + 23.3, + 23.3, + 23.3, + 23.3, + 23.6, + 23.6, + 23.1, + 23.1, + 23.1, + 23.1, + 23.0, + 22.8, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.3, + 23.4, + 23.2, + 23.3, + 23.3, + 23.3, + 23.3, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 18.6, + 18.6, + 18.6, + 18.6, + 18.6, + 18.6, + 18.5, + 18.6, + 18.6, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 19.4, + 22.2, + 23.0, + 23.0, + 23.0, + 23.3, + 22.9, + 23.1, + 23.1, + 23.4, + 23.4, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.4, + 23.4, + 23.4, + 23.4, + 23.4, + 23.4, + 23.4, + 23.4, + 23.4, + 23.4, + 23.4, + 23.4, + 22.0, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 13.9, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.8, + 22.7, + 22.7, + 22.7, + 22.8, + 22.8, + 22.8, + 19.2, + 19.2, + 19.2, + 19.1, + 19.1, + 19.2, + 19.2, + 19.2, + 19.2, + 19.2, + 19.2, + 20.2, + 22.5, + 22.5, + 22.5, + 22.5, + 22.6, + 23.1, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 24.1, + 24.1, + 23.8, + 23.9, + 23.9, + 23.9, + 23.9, + 23.9, + 24.2, + 24.2, + 24.2, + 24.2, + 20.6, + 20.6, + 20.6, + 20.6, + 20.6, + 20.6, + 20.6, + 20.6, + 20.6, + 20.6, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.5, + 22.5, + 22.5, + 22.0, + 22.0, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.8, + 22.8, + 22.8, + 21.5, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 22.5, + 22.6, + 22.6, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.2, + 21.4, + 21.4, + 22.2, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 22.7, + 22.7, + 22.7, + 22.7, + 22.8, + 22.8, + 22.8, + 22.8, + 22.6, + 21.9, + 21.8, + 22.2, + 22.2, + 23.3, + 23.3, + 23.3, + 22.2, + 22.2, + 22.2, + 22.3, + 22.0, + 22.0, + 22.0, + 22.0, + 22.0, + 21.8, + 23.6, + 23.6, + 23.4, + 19.1, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 21.4, + 23.0, + 23.0, + 23.0, + 23.0, + 23.0, + 23.0, + 23.0, + 22.0, + 22.0, + 22.0, + 21.9, + 21.9, + 21.9, + 21.9, + 22.1, + 21.9, + 21.9, + 21.4, + 21.4, + 21.4, + 21.4, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 21.7, + 22.0, + 21.3, + 22.1, + 21.5, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 23.6, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 23.0, + 23.0, + 23.0, + 23.0, + 23.0, + 23.0, + 23.1, + 23.1, + 23.1, + 23.1, + 23.1, + 21.7, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 22.2, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.6, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 21.9, + 23.6, + 23.6, + 23.6, + 24.4, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 24.2, + 23.3, + 23.6, + 23.6, + 23.6, + 23.8, + 23.6, + 23.7, + 23.6, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.7, + 24.9, + 17.5, + 23.9, + 23.9, + 23.9, + 23.9, + 24.2, + 23.6, + 24.2, + 24.2, + 24.2, + 24.4, + 24.4, + 23.5, + 23.0, + 23.0, + 23.6, + 23.6, + 23.6, + 23.6, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 23.3, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 12.5, + 12.5, + 12.5, + 14.8, + 14.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 12.5, + 20.3, + 20.3, + 20.4, + 20.4, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 19.7, + 20.0, + 20.0, + 20.0, + 20.0, + 20.0, + 20.0, + 20.0, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.5, + 22.6, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 8.1, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 16.7, + 12.0, + 12.0, + 12.0, + 12.0, + 12.0, + 14.2, + 14.2, + 14.2, + 20.0, + 20.0, + 20.0, + 20.0, + 20.0, + 20.5, + 20.5, + 20.5, + 20.6, + 20.6, + 20.6, + 20.6, + 20.6, + 20.6, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 20.5, + 18.9, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 12.2, + 12.2, + 12.2, + 9.7, + 9.7, + 9.7, + 9.7, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 11.1, + 4.4, + 4.4, + 4.4, + 4.4, + 4.4, + 9.2, + 9.1, + 9.1, + 12.3, + 8.4, + 6.7, + 6.7, + 6.7, + 12.0, + 12.0, + 10.3, + 10.3, + 10.3, + 10.3, + 10.3, + 10.3, + 10.3, + 10.3, + 10.3, + 3.6, + 13.6, + 13.6, + 13.6, + 13.6, + 13.6, + 4.4, + 13.1, + 13.1, + 13.1, + 13.1, + 7.7, + 4.4, + 14.1, + 14.1, + 2.8, + 7.8, + 7.0, + 7.0, + 4.4, + 4.4, + 4.4, + 4.6, + 6.6, + 5.3, + 5.3, + 5.3, + 5.3, + 5.3, + 5.3, + 5.3, + 5.3, + 5.3, + 6.4, + 6.4, + 11.1, + 11.1, + 8.1, + 8.1, + 7.8, + 8.1, + 8.1, + 8.1, + 6.7, + 9.5, + 9.5, + 9.5, + 11.3, + 6.6, + 6.6, + 6.6, + 3.0, + 3.9, + 3.9, + 7.3, + 8.9, + 9.5, + 9.5, + 8.6, + 8.5 + ], + "congestion_numeric": [ + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + 79, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 79, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 79, + 79, + 79, + 79, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + null, + null, + null, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + null, + null, + null, + null, + null, + null, + null, + null, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + 50, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + 0, + 0, + 0, + 0, + 0, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + 79, + 79, + 79, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null + ] + } + } + ], + "waypoints": [ + { + "name": "3", + "location": [ + 139.696561, + 35.655992 + ], + "distance": 0.0 + }, + { + "name": "", + "location": [ + 139.87476, + 35.017036 + ], + "distance": 61.923 + }, + { + "name": "", + "location": [ + 139.581421, + 35.543326 + ], + "distance": 24.422 + } + ], + "requestUuid": "x9ZbuXp0US0MNttgsAB6pJxTGh5shcz7ddw9wDYlmutitUqjQ184xQ\u003d\u003d" + } + ], + "uuid": "route_with_duplicaye_incidents", + "metadata": { + "map": { + "tileset_version": "2023_06_02-03_00_07" + } + } +} diff --git a/instrumentation-tests/src/main/res/raw/route_with_length.json b/instrumentation-tests/src/main/res/raw/route_with_length.json new file mode 100644 index 00000000000..d81b4e36e86 --- /dev/null +++ b/instrumentation-tests/src/main/res/raw/route_with_length.json @@ -0,0 +1,214 @@ +{ + "routes": [ + { + "weight_typical": 11.135, + "duration_typical": 11.421, + "weight_name": "auto", + "weight": 11.271, + "duration": 11.56, + "distance": 263.003, + "legs": [ + { + "via_waypoints": [], + "admins": [ + { + "iso_3166_1_alpha3": "JPN", + "iso_3166_1": "JP" + } + ], + "incidents": [ + { + "id": "8197267209395880", + "type": "construction", + "creation_time": "2023-07-27T15:45:00Z", + "start_time": "2023-07-27T15:45:00Z", + "end_time": "2023-07-27T16:00:00Z", + "iso_3166_1_alpha2": "JP", + "iso_3166_1_alpha3": "JPN", + "description": "1st driving lane restriction", + "sub_type": "construction", + "sub_type_description": "Construction", + "alertc_codes": [ + 449, + 31 + ], + "traffic_codes": { + "jartic_cause_code": 449, + "jartic_regulation_code": 31 + }, + "lanes_blocked": [], + "length": 1784, + "south": 34.837169, + "west": 137.513519, + "north": 34.845829, + "east": 137.528656, + "congestion": { + "value": 101 + }, + "geometry_index_start": 0, + "geometry_index_end": 2, + "affected_road_names": [ + "Tomei Expwy" + ] + } + ], + "weight_typical": 11.135, + "duration_typical": 11.421, + "weight": 11.271, + "duration": 11.56, + "steps": [ + { + "voiceInstructions": [ + { + "ssmlAnnouncement": "Drive southeast on Tomei Expwy. Then You will arrive at your destination.", + "announcement": "Drive southeast on Tomei Expwy. Then You will arrive at your destination.", + "distanceAlongGeometry": 263.003 + }, + { + "ssmlAnnouncement": "You have arrived at your destination.", + "announcement": "You have arrived at your destination.", + "distanceAlongGeometry": 118.056 + } + ], + "intersections": [ + { + "classes": [ + "toll", + "motorway" + ], + "entry": [ + true + ], + "bearings": [ + 120 + ], + "duration": 8.98, + "mapbox_streets_v8": { + "class": "motorway" + }, + "is_urban": false, + "admin_index": 0, + "out": 0, + "weight": 8.756, + "geometry_index": 0, + "location": [ + 137.52814, + 34.837394 + ] + }, + { + "bearings": [ + 119, + 294 + ], + "entry": [ + true, + false + ], + "classes": [ + "toll", + "motorway" + ], + "in": 1, + "mapbox_streets_v8": { + "class": "motorway" + }, + "is_urban": false, + "admin_index": 0, + "out": 0, + "geometry_index": 5, + "location": [ + 137.530165, + 34.836621 + ] + } + ], + "maneuver": { + "type": "depart", + "instruction": "Drive southeast on Tomei Expwy.", + "bearing_after": 120, + "bearing_before": 0, + "location": [ + 137.52814, + 34.837394 + ] + }, + "name": "Tomei Expwy", + "weight_typical": 11.135, + "duration_typical": 11.421, + "duration": 11.56, + "distance": 263.003, + "driving_side": "left", + "weight": 11.271, + "mode": "driving", + "geometry": "cxhmaAws`ieGxFoOfE{N|HiXrJk`@tKob@vNib@" + }, + { + "voiceInstructions": [], + "intersections": [ + { + "bearings": [ + 299 + ], + "entry": [ + true + ], + "in": 0, + "admin_index": 0, + "geometry_index": 6, + "location": [ + 137.53073, + 34.836369 + ] + } + ], + "maneuver": { + "type": "arrive", + "instruction": "You have arrived at your destination.", + "bearing_after": 0, + "bearing_before": 119, + "location": [ + 137.53073, + 34.836369 + ] + }, + "name": "Tomei Expwy", + "weight_typical": 0, + "duration_typical": 0, + "duration": 0, + "distance": 0, + "driving_side": "left", + "weight": 0, + "mode": "driving", + "geometry": "axfmaAsueieG??" + } + ], + "distance": 263.003, + "summary": "Tomei Expwy" + } + ], + "geometry": "cxhmaAws`ieGxFoOfE{N|HiXrJk`@tKob@vNib@", + "voiceLocale": "en-US" + } + ], + "waypoints": [ + { + "distance": 2.687, + "name": "E1", + "location": [ + 137.52814, + 34.837394 + ] + }, + { + "distance": 0.327, + "name": "E1", + "location": [ + 137.53073, + 34.836369 + ] + } + ], + "code": "Ok", + "uuid": "route_with_length" +} diff --git a/libnavigation-base/api/current.txt b/libnavigation-base/api/current.txt index 432d17ea135..77d38c6059e 100644 --- a/libnavigation-base/api/current.txt +++ b/libnavigation-base/api/current.txt @@ -1503,6 +1503,7 @@ package com.mapbox.navigation.base.trip.model.roadobject.incident { method public String getImpact(); method public java.util.List getLanesBlocked(); method public String? getLanesClearDesc(); + method public Integer? getLength(); method public String? getLongDescription(); method public java.util.Map> getMultilingualAffectedRoadNames(); method public Long? getNumLanesBlocked(); @@ -1525,6 +1526,7 @@ package com.mapbox.navigation.base.trip.model.roadobject.incident { property public final boolean isClosed; property public final java.util.List lanesBlocked; property public final String? lanesClearDesc; + property public final Integer? length; property public final String? longDescription; property public final java.util.Map> multilingualAffectedRoadNames; property public final Long? numLanesBlocked; diff --git a/libnavigation-base/src/main/java/com/mapbox/navigation/base/trip/model/roadobject/RoadObjectMapper.kt b/libnavigation-base/src/main/java/com/mapbox/navigation/base/trip/model/roadobject/RoadObjectMapper.kt index 5266ddcabf5..b37a2173e99 100644 --- a/libnavigation-base/src/main/java/com/mapbox/navigation/base/trip/model/roadobject/RoadObjectMapper.kt +++ b/libnavigation-base/src/main/java/com/mapbox/navigation/base/trip/model/roadobject/RoadObjectMapper.kt @@ -249,6 +249,7 @@ private fun IncidentInfo.toIncidentInfo() = numLanesBlocked, affectedRoadNames, multiLingualAffectedRoadNames, + length, ) private fun IncidentType.toIncidentType(): Int = diff --git a/libnavigation-base/src/main/java/com/mapbox/navigation/base/trip/model/roadobject/incident/IncidentInfo.kt b/libnavigation-base/src/main/java/com/mapbox/navigation/base/trip/model/roadobject/incident/IncidentInfo.kt index 2335935ad9f..cee80f5a6d2 100644 --- a/libnavigation-base/src/main/java/com/mapbox/navigation/base/trip/model/roadobject/incident/IncidentInfo.kt +++ b/libnavigation-base/src/main/java/com/mapbox/navigation/base/trip/model/roadobject/incident/IncidentInfo.kt @@ -38,6 +38,7 @@ import java.util.Date * @param multilingualAffectedRoadNames affected road names in different languages. * May contain affected road names from [affectedRoadNames] property in case language is known for them. * Key is a ISO 639-1, 2 letter language code, value - the list of affected road names. + * @param length length of the incident in meters. */ class IncidentInfo internal constructor( val id: String, @@ -61,6 +62,7 @@ class IncidentInfo internal constructor( val numLanesBlocked: Long?, val affectedRoadNames: List?, val multilingualAffectedRoadNames: Map>, + val length: Int?, ) { /** @@ -93,6 +95,7 @@ class IncidentInfo internal constructor( if (numLanesBlocked != other.numLanesBlocked) return false if (affectedRoadNames != other.affectedRoadNames) return false if (multilingualAffectedRoadNames != other.multilingualAffectedRoadNames) return false + if (length != other.length) return false return true } @@ -122,6 +125,7 @@ class IncidentInfo internal constructor( result = 31 * result + numLanesBlocked.hashCode() result = 31 * result + affectedRoadNames.hashCode() result = 31 * result + multilingualAffectedRoadNames.hashCode() + result = 31 * result + length.hashCode() return result } @@ -150,7 +154,8 @@ class IncidentInfo internal constructor( "lanesClearDesc=$lanesClearDesc, " + "numLanesBlocked=$numLanesBlocked, " + "affectedRoadNames=$affectedRoadNames, " + - "multilingualAffectedRoadNames=$multilingualAffectedRoadNames" + + "multilingualAffectedRoadNames=$multilingualAffectedRoadNames, " + + "length=$length" + ")" } } diff --git a/libnavigation-base/src/test/java/com/mapbox/navigation/base/internal/factory/RoadObjectFactoryTest.kt b/libnavigation-base/src/test/java/com/mapbox/navigation/base/internal/factory/RoadObjectFactoryTest.kt index 49713223fb5..40468562af5 100644 --- a/libnavigation-base/src/test/java/com/mapbox/navigation/base/internal/factory/RoadObjectFactoryTest.kt +++ b/libnavigation-base/src/test/java/com/mapbox/navigation/base/internal/factory/RoadObjectFactoryTest.kt @@ -270,7 +270,8 @@ class RoadObjectFactoryTest { INCIDENT_AFFECTED_ROAD_NAME_JA1, INCIDENT_AFFECTED_ROAD_NAME_JA2 ), - ) + ), + INCIDENT_LENGTH ), LENGTH, SDKRoadObjectProvider.MAPBOX, @@ -493,6 +494,7 @@ class RoadObjectFactoryTest { INCIDENT_CREATION_TIME, INCIDENT_START_TIME, INCIDENT_END_TIME, + INCIDENT_LENGTH, USA_CODE_2, USA_CODE_3, listOf(INCIDENT_LANES_BLOCKED), @@ -710,6 +712,7 @@ class RoadObjectFactoryTest { private val INCIDENT_CREATION_TIME = Date(40) private val INCIDENT_START_TIME = Date(60) private val INCIDENT_END_TIME = Date(80) + private const val INCIDENT_LENGTH = 12345 private const val USA_CODE_2 = "US" private const val USA_CODE_3 = "USA" private const val CANADA_CODE_2 = "CA"