MV[GPS]GeoLogger and GeoManager
BMM_Archive · July 15, 2026
Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: [GPS]GeoLogger and GeoManager
- Original author: saronpasu
- Original date: November 15, 2015
- Source thread: https://forums.rpgmakerweb.com/threads/gps-geologger-and-geomanager.50580/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
About This This plugins is for mobile app. Add GPS feature. GeoManager.js is GeoLocation API wrapper plugin.
Archived First Post
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
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
MIT License http://opensource.org/licenses/mit-license.php GeoManager.js download here GeoLogger.js download here
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
17
views
Topic Summary
Loading summary...