๐Ÿก Home ๐Ÿ‘‰ Next

โšกย  GMapsBook.com is crafted by Jozef Sorocin (๐ŸŸขย Book a consulting hour) and powered by:

This Bookโ€™s Scope

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:

Target Audience

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.

Programming Language

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.

Chapter Structure

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.