Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
Capacitor Plugin using native Google Maps SDK for Android and iOS.
- Host: GitHub
- URL: https://github.com/capacitor-community/google-maps
- Owner: capacitor-community
- License: mit
- Created: 2020-06-04T18:52:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T13:14:06.000Z (about 2 months ago)
- Last Synced: 2024-10-31T13:04:18.890Z (15 days ago)
- Topics: android, capacitor-community, capacitor-plugin, google-maps-api, ios, java, swift
- Language: Java
- Homepage: https://capacitor-community.github.io/google-maps/
- Size: 1.07 MB
- Stars: 153
- Watchers: 11
- Forks: 64
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)