Home

Awesome

<p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p> <h1 align="center">Google Maps</h1> <p align="center"><strong><code>@capacitor-community/google-maps</code></strong></p> <p align="center">Capacitor Plugin using native Google Maps SDK for Android and iOS.</p> <p align="center"> </p> <p align="center"> <img src="https://img.shields.io/badge/Capacitor%20V3%20Support-yes-green?logo=Capacitor&style=flat-square" /> <img src="https://img.shields.io/maintenance/yes/2022?style=flat-square" /> <a href="https://img.shields.io/github/workflow/status/capacitor-community/google-maps/Publish"><img src="https://img.shields.io/github/workflow/status/capacitor-community/google-maps/Build?style=flat-square" /></a> <a href="https://www.npmjs.com/package/@capacitor-community/google-maps"><img src="https://img.shields.io/npm/l/@capacitor-community/google-maps?style=flat-square" /></a> <br> <a href="https://www.npmjs.com/package/@capacitor-community/google-maps"><img src="https://img.shields.io/npm/dw/@capacitor-community/google-maps?style=flat-square" /></a> <a href="https://www.npmjs.com/package/@capacitor-community/google-maps"><img src="https://img.shields.io/npm/v/@capacitor-community/google-maps?style=flat-square" /></a> <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-13-orange?style=flat-square" /></a> <!-- ALL-CONTRIBUTORS-BADGE:END --> </p>

Purpose

Under the hood this package makes use of the Native SDKs for Google Maps, written in Java and Swift for both Android and iOS respectively. In comparison to the JavaScript SDK the Native SDKs have much better performance and are more cost effective<sup>1</sup>. It also adds support for offline caching.

<sup>[1]</sup> The "Dynamic Maps" SKU for the Native SDKs is offered free of charge by Google (Native Dynamic Maps pricing), as opposed to the on-demand pricing model for the JavaScript SDK (JavaScript Dynamic Maps pricing).

Documentation

Extensive documentation is available here.

Shortcuts