How to Migrate from Google Maps to HERE Maps
Blog|1 April 2020

This blog post covers three simple use cases to help you migrate from Google Maps to HERE Maps:
- Start with the basic map set up
- Add a static marker to the map
- Create a set of dynamic markers to the map
To get started, you will need a Google key and also a HERE developer account.
If you don’t have a HERE account, you can register here to create one. It requires an account, a project, and then your key. There’s no credit card required and sign up is very simple.
The Google Key requires a Google account, setting up a project, enabling the Maps API, and generating a key.
The basic map
To get started, we’ll begin by creating a map using Google Maps. First, you add a script tag to your page:

There are two things to note here. First, you need to include your key in the src attribute. Google lets you restrict key usage to specific domains. Next, you define the function to execute after the maps library has loaded. In the example above this is “initMap”.
The JavaScript to load a map at our location, Lafayette, Louisiana, looks like this:

If you’re a current user of Google Maps service, you may be interested in switching mapping providers. Grey Matter offers a bespoke migration service to help you innovate, build, and scale on the platform of your choice. Contact here@greymatter.com
The code creates a new Maps object instance with a specific centre and zoom property. Note that it’s assuming a div on the page with the ID of map. Here’s the map result:

Now moving to the HERE version of the basic map. First, we break up our library into different parts based on what you need. Technically just one JS and CSS resource would be required, but to replicate the default UI controls and touch/mouse controls in the Google map, we’re going to load in multiple libraries:

Next we go to the JavaScript to add the map. Note that as before, we’re skipping the HTML where we define a div to hold the map.

You will see there is a bit more code here, but the default with HERE Maps is to assume less and give you a bit more control over how the map is going to work. Both of the last lines are how default behaviours and UI are added, if you want them. Here is the result:

Add a marker to the map
We’ve seen how to convert a Google Map to HERE Maps, so let’s now move on to an example with a marker. For both maps, the example will be added as a hard coded marker that’s in the same place as the centre of the map. Here is the Google Maps version:

And here is the result:

Moving on to the HERE Map’s version:

And here is how the marker looks:

Create Dynamic Markers
For the third example we will take information from a USGS feed representing earthquake data in GeoJSON data. The original Google example for this shows a version using JSON/P, but this example uses the regular JSON feed as it now supports CORS.

The “initMap” function has been marked as async and then the Fetch API has been used to retrieve the GeoJSON data. The data is iterated and a marker is added for each result. Here is this first example:

The HERE version is below:

You will see that it’s virtually the same except for the call to add the marker. Here’s how it looks:

For more information on migrating different map functions from Google Maps to HERE Technologies visit the HERE resource page.
Grey Matter is the official distributor of HERE Technologies. Our HERE specialists can discuss your project and use case and provide you with licensing advice and guidance, contact them: here@greymatter.com
If you’re a current user of Google Maps service, you may be interested in switching mapping providers. Grey Matter offers a bespoke migration service to help you innovate, build, and scale on the platform of your choice. Contact here@greymatter.com
Contact Grey Matter
If you have any questions or want some extra information, complete the form below and one of the team will be in touch ASAP. If you have a specific use case, please let us know and we'll help you find the right solution faster.
By submitting this form you are agreeing to our Privacy Policy and Website Terms of Use.
Related News
[WEBINAR RECORDING] A Guide to Microsoft Teams Phone & Teams Rooms: Mastering Modern Communication
As your organisation becomes increasingly more mobile, you’ll need communication solutions that meet the requirements of your hybrid workforce. Join our webinar to see how Microsoft Teams Phone and Teams Rooms can revolutionise your communication and collaboration efforts.
New JetBrains UI
Run and debug your application more easily in the new JetBrains UI The new JetBrains Run and Debug UI brings significant improvements to enhance the coding experience. Visual enhancements reduce widget clutter, allowing seamless focus on code. For instance, the...
Seamless Data Protection: The Perfect Marriage of Veeam and Wasabi
In today’s data-driven world, businesses face the critical challenge of ensuring the safety and accessibility of their ever-expanding volumes of data. As organizations increasingly turn to cloud solutions for data storage and backup, the combination of Veeam and Wasabi emerges...
Safeguarding Success: The Case for Acronis and the Advantages of Purchasing Through Grey Matter
In the fast-paced and interconnected world of business, data has become the lifeblood of organisations. The ability to securely store, manage, and recover data is crucial for business continuity and success. Acronis, a global leader in cyber protection, offers a...