Route Summary
- Start: {{info["info"]["start"][0]}}, {{info["info"]["start"][1]}}
- Destin: {{info["info"]["destin"][0]}}, {{info["info"]["destin"][1]}}
- Distance: {{info["info"]["distance"]}}
- Time w/ Traffic: {{info["info"]["time_w_traffic"]}}
- Time w/o Traffic: {{info["info"]["time_wo_traffic"]}}
Route Instructions
-
{% for instruct in info["info"]["instructions"] %}
- {{instruct}} {% endfor %}
First Chargers
-
{% for first in info["first_chargers"] %}
- {{first}} {% endfor %}
Chargers
-
{% for charger_set in info["chargers"] %}
{% for charger in charger_set %}
- {{charger}} {% endfor %} {% endfor %}