Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/capacitor-community/google-maps

Capacitor Plugin using native Google Maps SDK for Android and iOS.
https://github.com/capacitor-community/google-maps

android capacitor-community capacitor-plugin google-maps-api ios java swift

Last synced: about 2 months ago
JSON representation

Capacitor Plugin using native Google Maps SDK for Android and iOS.

Awesome Lists containing this project

README

        


Google Maps


@capacitor-community/google-maps


Capacitor Plugin using native Google Maps SDK for Android and iOS.











## 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 effective1. It also adds support for offline caching.

[1] The "Dynamic Maps" SKU for the Native SDKs is offered free of charge by Google ([Native Dynamic Maps pricing](https://developers.google.com/maps/billing-and-pricing/pricing#mobile-dynamic)), as opposed to the on-demand pricing model for the JavaScript SDK ([JavaScript Dynamic Maps pricing](https://developers.google.com/maps/billing-and-pricing/pricing#dynamic-maps)).

## Documentation

Extensive documentation is available [here](https://capacitor-community.github.io/google-maps/).

## Shortcuts

- [Documentation homepage](https://capacitor-community.github.io/google-maps/)

- [Installation](https://capacitor-community.github.io/google-maps/#/getting-started/installation)

- [Should you use this plugin](https://capacitor-community.github.io/google-maps/#/about/should-you-use-this-plugin)

- [API reference](https://capacitor-community.github.io/google-maps/#/api)

- [Examples](https://github.com/capacitor-community/google-maps-examples)