Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 621 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 621 Bytes

ionic4map

An example implementation to show Google Maps in Ionic 4

About Google Maps in Ionic 4

  1. It provides a very basic implementation of Google Maps in Ionic 4.
  2. The same code can be used to build for both the platforms i.e. Android and iOS.
  3. Follow the tutorial for Android. Will be providing the tutorial for iOS soon.
  4. Make sure to provide a valid key in package.json -> API_KEY_FOR_ANDROID and replace xxxxxx with your key.
  5. Also update config.xml and replace the API_KEY_FOR_ANDROID value xxxxxx with your key.