Giter Site home page Giter Site logo

ikovic-lab / ionic2gmapnative Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aaronksaunders/ionic2gmapnative

0.0 2.0 0.0 1005 KB

Integrating ionic2 Google Maps Native Plugin - IonicFramework

TypeScript 18.07% HTML 9.52% CSS 35.01% JavaScript 37.40%

ionic2gmapnative's Introduction

Ionic2 Google Maps Native

Integrating ionic2 Google Maps Native Plugin - IonicFramework

Tested on IOS and Android

use cordova prepare after running npm install to install the proper plugins

###Use Your API KEYS Please... if you are using the project, please update the API keys in the config.xml befire running cordova prepare

<plugin name="cordova-plugin-googlemaps" spec="https://github.com/phonegap-googlemaps-plugin/cordova-plugin-googlemaps">
    <variable name="API_KEY_FOR_ANDROID" value="AIzaSyBlEvVLjNRwDyd2vNECoBSsS6v_yEYc0m0" />
    <variable name="API_KEY_FOR_IOS" value="AIzaSyBlOXsfHGBOwzQyoVs-fkrjo9LC8K3GeI0" />
</plugin>

###Manualy Install Correct Version of Module You MUST install the plugin from the HEAD on the github repo, using the following command, the cordova prepare command will use the correct version which is saved in the config.xml

cordova plugin add https://github.com/phonegap-googlemaps-plugin/cordova-plugin-googlemaps --variable API_KEY_FOR_ANDROID="YOUR_API_KEY_FOR_ANDROID" --variable API_KEY_FOR_IOS="YOUR_API_KEY_FOR_IOS"

ionic2gmapnative's People

Contributors

aaronksaunders avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.