https://github.com/crilleengvall/phonegap-googlemap-and-projectsettings-example
This is an example project for phonegap/cordova 1.5, showing how to use google maps and a suggestion how to share the www-folder
https://github.com/crilleengvall/phonegap-googlemap-and-projectsettings-example
google maps phonegap
Last synced: 11 months ago
JSON representation
This is an example project for phonegap/cordova 1.5, showing how to use google maps and a suggestion how to share the www-folder
- Host: GitHub
- URL: https://github.com/crilleengvall/phonegap-googlemap-and-projectsettings-example
- Owner: crilleengvall
- Created: 2012-04-05T09:53:24.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2016-04-30T08:56:59.000Z (about 10 years ago)
- Last Synced: 2025-04-11T20:00:07.243Z (about 1 year ago)
- Topics: google, maps, phonegap
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 33
- Watchers: 12
- Forks: 60
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Support this open source repo by using flattr
[](https://flattr.com/submit/auto?user_id=ChristianEngvall&url=https://github.com/crilleengvall/Phonegap-GoogleMap-and-ProjectSettings-example&title=Phonegap&language=&tags=github&category=software)
This is an example project that is explained in these the blogpost Phonegap and Google maps and an example off how to share the www folder between platforms explained in Phonegap and multiple platforms.
After cloning this repository you must link the www folder to the assets folder (create assets if it doesn't exist) for the android project with one of these commands:
go to the assets folder in the terminal and type: ln -s ../../www/ www
And to do this on windows for the android project:
open a console and type: mklink /D c:\pathtoproject\Android\assets\www c:\pathtoproject\www