じ☆ve冰风 发表于 2026-7-29 15:42:02

[GPS]GeoLogger and GeoManager

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 (select 'WGS84' only)



GeoLogger Plugin Params

SpoilerUnit  'm'

    Distance Report Unit (select meter 'm', kilometer 'km', feet 'ft', mile 'ml')

HighAccuracy  true

    GeoLocation API option. (true or false)

MaximumAge  0

    GeoLocation APi option.(ms)

Timeout   10000

    GeoLocation API option.(ms)

Interval  10

    IntervalTimer setting. (sec)



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 (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 (running 1, not running 0)

GeoLogger changeUnit 'km'

    change distance report unit

GeoLogger totalDistance 1

    total distance into $gameVariables



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/
页: [1]
查看完整版本: [GPS]GeoLogger and GeoManager