Field Name | Data Type | Description |
---|---|---|
landRouteId | Numeric | Id of the land route in RouteMatch |
points | Array | An array of land route point objects |
landRouteLineName | String | the line name of the landroute in Routematch, used to tie vehicles to a specific landroute traveled |
landRoutePosted | Boolean | Boolean of whether this landRoute object is associated with a posted Fixed Route trip |
Field Name | Data Type | Description |
---|---|---|
latitude | Numeric | latitude of the point |
longitude | Numeric | longitude of the point |
sequence | Numeric | order of the point in the land route |
edgeId | Numeric | edgeId of the point |
edgePercent | Numeric | edgePercent of the point in the given edgeId |
{ "data": [ { "landRouteId": 1, "landRouteLineName": '1', "landRoutePosted": true, "points": [ { "latitude": 30.449243545532227, "longitude": -91.16532135009766, "sequence": 0 }, { "latitude": 30.449129104614258, "longitude": -91.1653060913086, "sequence": 1 }, { "latitude": 30.448925018310547, "longitude": -91.16529846191406, "sequence": 2 }, { "latitude": 30.448915481567383, "longitude": -91.16584014892578, "sequence": 3 } ] } ], "predicate": "masterRouteId", "subject": "3", "time": "2013-10-24T17:25:04-05:00", "type": "landRoute", "version": "4.0" }