tomtomdevs.hashnode.devAdding Advanced TomTom Mapping Features to a Modern Vue + Quasar AppGeolocation-based applications help users find locations, keep track of places, and visualize these locations on a map. TomTom Maps API and SDK have made it easier for developers to build these web applications with various mapping services accessibl...May 30, 2022·8 min read
tomtomdevs.hashnode.devUsing TomTom Data to Improve Delivery RoutesImagine a commercial bakery delivering to dozens of stores daily along fixed routes. The grocery stores expect to receive their goods on time, while the bakery wants to optimize its delivery routes. After all, when drivers arrive at their destination...May 24, 2022·7 min read
tomtomdevs.hashnode.devCreating and Using TomTom Geofences with VueGeofences are virtual fences around a given geographical area. They enable us to monitor a site and add functionality to a map. We can determine if an object is inside or outside the area using its coordinates. A geofencing API’s reporting service ca...May 17, 2022·8 min read
tomtomdevs.hashnode.devDisplaying Multiple Maps with React and TomTom Maps SDK for WebThere are many instances where users of your web applications might need to view multiple locations on a map. TomTom Maps SDK for Web makes this process simple through using React. Using a Function Component alongside TomTom Maps SDK for Web makes di...May 13, 2022·7 min read
tomtomdevs.hashnode.devCreating and Using TomTom Geofences with ReactA geofence is a virtual perimeter (fence) defined around a specific geographic location. We can work with the fence to carry out various operations when an object with internet connectivity — like a mobile phone or car — enters or leaves such an area...May 7, 2022·12 min read