S
S
Samalamadoit2020-07-14 18:23:53
css
Samalamadoit, 2020-07-14 18:23:53

How to change the location icon in Google Maps?

I'm talking about this icon, which I've been trying to find a solution for an hour. Thanks in advance))
5f0dcdfab3458968835788.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Samalamadoit, 2020-07-14
@Samalamadoit

var iconBase = 'https://maps.google.com/mapfiles/kml/shapes/';
  var marker = new google.maps.Marker({
    position: myLatLng,
    map: map,
    icon: iconBase + 'parking_lot_maps.png'
  });

Here is a link to the resource if anyone needs it.
https://developers.google.com/maps/documentation/j...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question