Display a raster or vector map in your mobile or web application.
Get the most accurate routes, large distance matrices and optimize sequence of waypoints.
Connect users to their next favourite place, geocode locations with entry-point accuracy.
Use real-time and historical traffic insights to add reliability and certainty into optimizing operations.
Build apps that can manage your fleets, locate vehicles, trace deliveries, and track assets on a map in real time.
Make Automated Driving (AD) safer, more efficient and more comfortable with TomTom’s HD and ADAS map services.
Maps SDK for iOS
Documentation
Product information
Tutorials
Use Cases
Map Display
Examples
Driving Extensions
Extensions
Api Reference
Traffic
Search
Routing
Geofencing
We rolled out a new and better SDK for you.
To cancel a pending search request in the object, call:
1func cancelSearch() {2 self.search.cancel()3}
1- (void)cancelSearch {2 [self.search cancel]3}