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

#web

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
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

Add TomTom Maps to a Website in 30 Seconds

Adding a map to a website has never been easier. With TomTom’s Maps SDK for Web, you can quickly add a map element to your project with access to all of the TomTom location, routing, and traffic APIs. All that’s required is a basic HTML document, the Maps SDK, and a few simple lines of JavaScript code. In this article, we’ll show you how to get a map running in a few easy steps.
Apr 20, 2020·6 mins read
build different

Real-time BART Commute Mapping with GTFS-RT Data

If you're a train or bus commuter, knowing the real-time location and time to arrival of the next ride are crucial data points. The Bay Area Rapid Transit system (BART) provides open train information in the real-time GTFS-RT format. In this article we'll examine the data BART provides, then we'll use public BART APIs and the TomTom Maps SDK to create a real-time commute map.
Mar 06, 2020·7 mins read
Page 3 of 4