- Joined
- Apr 6, 2012
- Messages
- 26
- Reaction score
- 32
- First Language
- Japanese
- Primarily Uses
About This
This plugins is for mobile app.
Add GPS feature.
GeoManager.js is GeoLocation API wrapper plugin.
GeoLogger.js is pedometer.
GeoManager.js is for plugin developer.
GeoLogger.js is for game developper.
Settings
GeoManager Plugin Params
GeoLogger Plugin Params
Usage
1) Plugin Command "GeoLogger start".
2) Walk on real.
3) GPS logging from interval timer.
4) Plugin Command "GeoLogger totalDistance 1", get distance.
5) Plugin Command "GeoLogger stop"
GeoLogger log data save on players SaveData.
GeoLogger Plugin Commands
For Build Android app
Need GeoLocation permission setting.
manifest.json write this.
Term of Use
MIT License
http://opensource.org/licenses/mit-license.php
GeoManager.js download here
GeoLogger.js download here
This plugins is for mobile app.
Add GPS feature.
GeoManager.js is GeoLocation API wrapper plugin.
GeoLogger.js is pedometer.
GeoManager.js is for plugin developer.
GeoLogger.js is for game developper.
Settings
GeoManager Plugin Params
Type 'WGS84'
Geodetic system [default 'WGS84'] (select 'WGS84' only)
Geodetic system [default 'WGS84'] (select 'WGS84' only)
Unit 'm'
Distance Report Unit [default 'm'] (select meter 'm', kilometer 'km', feet 'ft', mile 'ml')
HighAccuracy true
GeoLocation API option. [default true] (true or false)
MaximumAge 0
GeoLocation APi option.(ms) [default 0]
Timeout 10000
GeoLocation API option.(ms) [default 10000]
Interval 10
IntervalTimer setting. (sec) [default 10]
Distance Report Unit [default 'm'] (select meter 'm', kilometer 'km', feet 'ft', mile 'ml')
HighAccuracy true
GeoLocation API option. [default true] (true or false)
MaximumAge 0
GeoLocation APi option.(ms) [default 0]
Timeout 10000
GeoLocation API option.(ms) [default 10000]
Interval 10
IntervalTimer setting. (sec) [default 10]
1) Plugin Command "GeoLogger start".
2) Walk on real.
3) GPS logging from interval timer.
4) Plugin Command "GeoLogger totalDistance 1", get distance.
5) Plugin Command "GeoLogger stop"
GeoLogger log data save on players SaveData.
GeoLogger Plugin Commands
GeoLogger isSupport 1
GeoLocation API supported status into $gameVariables[1] (support 1, not support 0)
GeoLogger start
start logging
GeoLogger update
manualy logging
GeoLogger stop
stop logging
GeoLogger clear
clear log
GeoLogger isRunning 1
check GeoLogger status into $gameVariables[1] (running 1, not running 0)
GeoLogger changeUnit 'km'
change distance report unit
GeoLogger totalDistance 1
total distance into $gameVariables[1]
GeoLocation API supported status into $gameVariables[1] (support 1, not support 0)
GeoLogger start
start logging
GeoLogger update
manualy logging
GeoLogger stop
stop logging
GeoLogger clear
clear log
GeoLogger isRunning 1
check GeoLogger status into $gameVariables[1] (running 1, not running 0)
GeoLogger changeUnit 'km'
change distance report unit
GeoLogger totalDistance 1
total distance into $gameVariables[1]
Need GeoLocation permission setting.
manifest.json write this.
"xwalk_permissions": [
"GeoLocation"
]
"GeoLocation"
]
MIT License
http://opensource.org/licenses/mit-license.php
GeoManager.js download here
GeoLogger.js download here
Last edited by a moderator: