🏡 Home 📖 Chapter 👉 Next
⚡ GMapsBook.com is crafted by Jozef Sorocin (🟢 Book a consulting hour) and powered by:
<aside> 🔑 The materials presented in this chapter deal with low-level APIs. If you’re using a framework like React or Angular, make sure to check out the chapter on Working with Frameworks.
</aside>
Map markers represent points of interest (POIs). But these POIs likely contain more information than just the geo position:
Since this extra information won’t fit inside the marker label (pin), you have a few options:
I’m building a real estate search website. I already have a map containing custom markers. Now I need custom info windows to display the listing title, main photo, and price:
Screenshot courtesy of Garages-Near-Me.com
Also, I want my markers & info windows to be accessible to screen readers and keyboards:
https://storage.googleapis.com/gmaps-handbook/public/common/3/3.1/accessible-custom-google-maps-info-windows.mp4