I’ve been trying to implement a Map on a customer overview page that places a marker on the map based on the customer’s address and zip code(if needed). So far, all usage of the geolocation API I have seen has used the getCurrentPosition() method.
Does anyone know of a way to automatically place a marker on the map based on a customer’s address and not through the getCurrentPosition() method?