โกย GMapsBook.com is crafted by Jozef Sorocin (๐ขย Book a consulting hour) and powered by:
Google Maps spans a broad suite a web mapping services. Among other things, it offers:
<aside> ๐ก This handbook primarily focuses on street maps via the **Google Maps Javascript API** with a few sprinkles of related APIs and services such as:
Youโll benefit from this handbook the most if you have at least rudimentary knowledge of HTML, CSS and JavaScript/TypeScript.
The presented materials arenโt designed for marketing professionals, sales people, and no-code folks. You will need to write code to apply the learnings from this handbook to your application or website.
All code
examples in this book are written in TypeScript, a superset of JavaScript.
TypeScript offers type safety and intellisense (+ code editor autocomplete) and plays along well with the Google Maps Javascript API.
Each chapter in this book is dedicated to a separate topic and can be read independently. However, the chapters frequently reference one another.
Each subchapter starts with a brief summary, followed by a description of the challenges that you will likely face.
Next, a real-world scenario is presented, followed by the approach the author would take to address it.