Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google maps API cusom icon (not image)

I am using Google maps API. However, since I have very many icons, I am trying them to use with a mapping technology. Therefore I need to add an icon as a div instead of img. Is there a way to append icon to google maps as a ?

Thank you.

like image 771
Gajus Avatar asked Feb 24 '26 11:02

Gajus


1 Answers

Yes. Put your image in a div and then in version 2 use GMap2.fromDivPixelToLatLng (or fromContainerPixelToLatLng) method for geopositioning or in v3 fromDivPixelToLatLng (or fromContainerPixelToLatLng) from MapCanvasProjection class.

like image 192
user347594 Avatar answered Feb 26 '26 03:02

user347594