Everything around our products is answered in this section. Can’t find what you are looking for, contact us.
Is it possible to reduce the image file size?
We provide thumbnail and high-resolution files only. The client side is responsible for scaling the high-resolution image if needed.
Do you recommend using the chargetripRange field instead of WLTP?
Both wltp
and chargetrip_range
are estimates. WLTP is a testing cycle that car manufacturers use and their estimation is usually high. ChargetripRange comes from our own research. We recommend it, of course, but ultimately it’s up to you!
What is the difference between car and carPremium?
carPremium
shows you all data we have on the cars in our database. It also allows you to cache this car data.
What cars do you have in your database?
We have over 370 EVs in our database and we are constantly adding more! You can find all the cars in our database here: https://developers.chargetrip.com/API-Reference/Cars/introduction. You can also find the cars that we are expecting to add soon. Still, missing a car? Be sure to let us know by filing a ticket.
Can I see alternative stations along a planned route?
Yes. While our route calculates the best charging stations for you and your car — you can also view alternative stations. Simply add the stationsAlongRouteRadius
flag to your newRoute
mutation, and set the search radius in meters (the max is 5 km). Make sure to also add stationsAlongRoute
to your route
query. For more information, please see our documentation and examples.
Do you also show the station ID from the station database provider?
Yes. We show an external ID next to the Chargetrip ID. You can find it under the external_id
property. We receive this ID from an external data source.
What do you define as slow, fast, and turbochargers?
Slow: < 43 kW
Fast: 43 kW - 150 kW
Turbo: 150 kW >
Why is the availability UNKNOWN?
Unknown appears when we do not know the status of a charger. It could be free, busy or broken.
Why do you only consider fast and turbochargers in your routing?
When calculating routes we only include chargers of 43 kW or more. This reduces charging time and thus creates faster routes.
Which connector types are available?
You can find a list of all connectors in our schema, under OCPIConnectorType
. The list updates when new connectors become available.
Do you have different levels of preferred operators?
Currently, we have one level of preferred operators. All operators added here are equally preferred. Please contact us to mark certain operators as preferred.
Why do I not see the name of my company’s (CPO) charging stations?
Charging station names flow from our station database. They receive these names either from the CPO itself or an intermediate party. Unfortunately, we’re not able to change the names of stations.
How long does it take to integrate routing into my application?
This depends on your particular use case, but we wrote an article about how you can add the basics in just tree weeks! https://chargetrip.com/blog/add-ev-routing-in-just-3-weeks
Can I show alternative routes?
Definitely. Just add alternatives to your route
query, with all the parameters you want from your alternative routes.
How do I share a route calculated with the Chargetrip API to a navigation application?
A route calculated with the Chargetrip API can be exported to any navigation application. You must export the charging stations as waypoints. Google or similar navigation software will then display the charging stations as waypoints along the route.
Why is my desired final state of charge not reached on my route?
When calculating your journey, we find chargers along the route to meet your desired final state of charge best. However, sometimes we are not able to find a station close enough to fulfill your request. For example, that can happen when chargers are too far away from the route.
How can I best decode a polyline?
There are different tools available online. In the examples, we use the Mapbox polyline package. It is essential to look at the order in which latitude and longitude are returned. In some cases, you might need to flip the coordinates before plotting them on your map.
Is it possible to avoid toll roads when requesting a route?
No, this isn’t supported yet. But we’re working on it!
Can I add a waypoint to my route?
You can add waypoints to your route by adding the via
property to your route request. For more information, please take a look at our documentation.
Do you recommend using a subscription or a query for routes?
We recommend that you subscribe to route updates, and unsubscribe when a route has reached a final status. For more information, consult our documentation and examples.
Do you account for traffic in your route calculations?
We do not take traffic into account when calculating routes. The impact of traffic on your consumption is minimal.
Do you consider road closures?
Yes, Chargetrip considers road closures. Most road closures are added automatically to OSM. We also offer the ability to add road closures manually. We can close a road permanently or for a specific date, for example, when a road is closed during winter. If you are still missing a road closure, please reach out to our support team.
Can I build an MVP without using Chargetrip’s tile server? We don’t want to use Mapbox.
Yes, this is possible! You can see how to use our Tile service with a different mapping provider in this example.
How do I filter stations?
You can add a set of filters to the tile request. These filters are sent as query parameters. To request a tile you must have a combination of connectors and powers. For more information, refer to our examples and documentation.
Which platform does the White Label support?
We have a web white-label and a mobile white-label that runs on IOS and Android.
What can I customize?
Together with our developers, we will add your branding and feel to the application. We can also configure operator preferences and much more.
How long does it take to get the White Label up and running?
You can go live within eight weeks from initial contact to launch. We will, of course, always be available for support.