Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleBeispiel
{"time": 16577,"distance": 238441,"points": [{"id": 1,"type": "start","lat": 51.0311742,"lon": 13.6034718,"meta": "YF"},{"id": 3,"type": "","lat": 51.042972,"lon": 13.794998,"meta": "Dresden"},{"id": 2,"type": "","lat": 51.268333,"lon": 14.326741,"meta": "Neschwitz"},{"id": 4,"type": "","lat": 51.305518,"lon": 13.295992,"meta": "Riesa"},{"id": 5,"type": "end","lat": 51.0311742,"lon": 13.6034718,"meta": "YF"}],"error": null}



Beispiele

Code Block
titleEinfacher AuftragMit start und ende punkte
http://map.yellowfox.de/rti/doplan_ordersequence.php?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&customorderidprofile=NR1234truck&ordertext=Auftragstextorders=[{"id":1,"meta":"YF","lat":51.0311742,"lon":13.6034718,"type":"start"},{"id":2,"meta":"Neschwitz","lat":51.268333,"lon":14.326741},{"id":3,"meta":"Dresden","lat":51.042972,"lon":13.794998},{"id":4,"meta":"Riesa","lat":51.305518,"lon":13.295992},{"id":5,"meta":"YF","lat":51.0311742,"lon":13.6034718,"type":"end"}]


Code Block
titleBeispiel mit Navigationsziel und ZielankunftszeitOhne start und ende punkte
http://map.yellowfox.de/rti/doplan_ordersequence.php?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&customorderidprofile=NR1234truck&ordertext=Auftragstext&lat=51.0374&lon=13.587813&street=Hauptstr&hnr=3&zipcode=01723&city=Kesselsdorf&country=D&target_time=201411310800
Code Block
orders=[{"id":1,"meta":"YF","lat":51.0311742,"lon":13.6034718},{"id":2,"meta":"Neschwitz","lat":51.268333,"lon":14.326741},{"id":3,"meta":"Dresden","lat":51.042972,"lon":13.794998},{"id":4,"meta":"Riesa","lat":51.305518,"lon":13.295992},{"id":5,"meta":"YF","lat":51.0311742,"lon":13.6034718}]


Code Block
titleMit ende punkttitleBeispiel mit Navigationsziel + Formular + Sortiernummer + Textlayout
http://map.yellowfox.de/rti/doplan_ordersequence.php?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&customorderidprofile=NR1234truck&ordertext=Auftragstext&lat=51.0374&lon=13.587813&street=Hauptstr&hnr=3&zipcode=01723&city=Kesselsdorf&country=D&sortnumber=1&formname=Abholung&textlayout=2orders=[{"id":1,"meta":"YF","lat":51.0311742,"lon":13.6034718},{"id":2,"meta":"Neschwitz","lat":51.268333,"lon":14.326741},{"id":3,"meta":"Dresden","lat":51.042972,"lon":13.794998},{"id":4,"meta":"Riesa","lat":51.305518,"lon":13.295992},{"id":5,"meta":"YF","lat":51.0311742,"lon":13.6034718,"type":"end"}]


Code Block
titleMit start punkt
http://map.yellowfox.de/rti/plan_sequence.php?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&profile=truck&orders=[{"id":1,"meta":"YF","lat":51.0311742,"lon":13.6034718,"type":"start"},{"id":2,"meta":"Neschwitz","lat":51.268333,"lon":14.326741},{"id":3,"meta":"Dresden","lat":51.042972,"lon":13.794998},{"id":4,"meta":"Riesa","lat":51.305518,"lon":13.295992},{"id":5,"meta":"YF","lat":51.0311742,"lon":13.6034718}]