For topic 2218764: A demonstration of a simple Google map with display of customers by group (in this case "partner").
Note that this is old code that I dug up and quickly patched up to work in a modern browser. Unfortunately I am unable to offer any support on this 'project'
- Get yourself a Google API key and make sure it is enabled/activated.
- Put the API key in the
index.html
file as indicated. - The markers are based on the partner-id; you will want to change the
getMarker
method to something of your liking
- After changing the group selection ("partner" in this case) you need to click outside the "dropdown" to update the map. This should be an easy fix