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
SpoilerType 'WGS84'
Geodetic system [default 'WGS84'] (select 'WGS84' only)
GeoLogger Plugin Params
SpoilerUnit '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]
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
SpoilerGeoLogger 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]
For Build Android app
Need GeoLocation permission setting.
manifest.json write this.
Spoiler"xwalk_permissions": [
"GeoLocation"
]
Term of Use
MIT License
http://opensource.org/licenses/mit-license.php
GeoManager.js download
here
GeoLogger.js download
here
本贴来自国际rpgmaker官方论坛作者:saronpasu处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/gps-geologger-and-geomanager.50580/