OpenStreetMap Creating a Google Maps Client - Part 3 - Directions To Go August 14, 2022 A multipart series on how to create a full stack Google Maps Clone, covering everything from background imagery, geocoding and routing APIs and frontend GUI. Part 3 covers setting up a routing server to query a directions API using the open source tool Graphhopper. Creating a Google Maps Clone - Part 2 - Geocoding or 'Where's that place?' July 15, 2022 A multipart series on how to create a full stack Google Maps Clone, covering everything from background imagery, geocoding and routing APIs and frontend GUI. Part 2 covers getting street and location data that will be used for a geocoding service. Creating a Google Maps Clone - Part 1 - Tiles and Styles June 20, 2022 A multipart series on how to create a full stack Google Maps Clone, covering everything from background imagery, geocoding and routing APIs and frontend GUI. Part 1 covers getting background imagery using a vector tile creation tool and a tile server.