5 Cool Ways to Use Maps APIs

APIs are designed to help developers build applications easier and faster, and SDKs help speed up the process by turning some of the most complex APIs into even easier-to-use functions. We’ll take a look at some of the most interesting ideas we see the TomTom Maps SDK for Web being used for and how to implement them.
Apr 12, 2023 · 9 min read
Read More
Read More

#maps

build different

Using the TomTom Maps SDK for Web with ASP.NET Core, Part 1

It's easy to integrate the TomTom Maps SDK for Web into web apps built on HTML, CSS, and JavaScript — including popular JavaScript frameworks like Angular. But can we put it to work with a C# framework like ASP.NET Core? Yes, and we'll show you how.
Aug 03, 2020·10 mins read
build different

Building a Responsive Location Search Component with a React Search Box

Modern web standards allow developers to deliver location-aware features to users based on device GPS or network information. This information could be useful on its own — but, when combined with a mapping service, this information enables many additional interesting features. This tutorial will describe how to build a responsive web application with a point of interest (POI) location search feature using the React web framework and the TomTom Search API.
Jul 29, 2020·9 mins read
build different

Use searchMarkersManager to Add Custom Markers to a Map

The TomTom Maps SDK for Web provides great default search results on a map display. But if you want to have more manual control over which markers are displayed and what they look like, use the searchMarkersManager JavaScript snippet provided with the Maps SDK for Web samples. In this article we'll explain what customizations you can make to marker displays and walk through an example using searchMarkersManager, a helpful class that exists in the TomTom Maps SDK Examples code download package.
Jul 22, 2020·9 mins read
build different

Migrating from Mapbox GL JS to TomTom Maps SDK for Web

If you're building a website that needs mapping and location capabilities, the TomTom Maps SDK for Web provides powerful, easy-to-implement traffic, routing, and search capabilities. Even if you've started an app on a different platform, it's easy to migrate to the TomTom Maps SDK. We'll show you how to migrate an existing MapBox GL JS app to use TomTom APIs in just a few minutes.
Jul 16, 2020·12 mins read
decoded

Location History API Service Basics

TomTom Location History API services offer the ability to build applications based on object location histories. The Location History service can potentially be used for managing vehicle fleets, handling optimal taxi pickup locations, and for delivering on-demand services. This article introduces you to some of the concepts behind location history services and provides an overview of the services and endpoints provided by the Location History APIs.
Jul 08, 2020·7 mins read
perspective

Top 5 Uses of Mapping in Academic Research

Capturing and displaying complex geographical and statistical information on maps is crucial to many researchers. Once upon a time, you'd have to manually capture location information, and needed specialized software to crunch data and create digital maps. Today, TomTom location APIs and SDKs and a little programming knowledge make sophisticated mapping applications available to anyone. In this article we'll examine five ways mapping can be used to further academic research, highlighting examples in each case that can be made easier with TomTom mapping products.
Jul 02, 2020·7 mins read
build different

Using the TomTom Maps SDK with Angular and TypeScript

The TomTom Maps SDK makes adding maps to web apps easy. Angular, the popular web application framework, takes much of the pain out of creating data driven websites. And it's simple to use the Maps SDK for Web with Angular to create data-driven apps.
Jun 18, 2020·9 mins read
build different

Adding EV Routing to a TomTom Web Map: Building the Web Application

Electric vehicles (EVs) are increasingly popular, but have specific routing challenges based on range and charging station availability. In a previous article, we discussed what you need to know about TomTom Search and Routing APIs and the new Long Distance EV Routing service to supply routing and charging information to EV owners. Now we’re going to use those APIs and the TomTom Maps SDK for Web to build the app.
Jun 02, 2020·8 mins read
Page 6 of 11