GPS and Godot

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By jospic
:warning: Old Version Published before Godot 3 was released.

Hi,
is there anyway to use GPS (Global Position System) on Godot engine?
Thanks
-j

Hey, bro- try this mSpy free trial for GPS navigation. This application also has other good features for use

Nanyuknol | 2020-12-22 20:23

You can follow this video : https://www.youtube.com/watch?v=pteiKuZ4kI8&ab_channel=FinePointCGI

i did it and i achieve to get coord on android

Bryan | 2022-08-28 13:20

:bust_in_silhouette: Reply From: volzhs

Reading GPS is not common thing for game and not available on all platform.
So, if you want it on Android or iOS, you should make a module for it.

##For Android

http://docs.godotengine.org/en/latest/reference/creating_android_modules.html

##For iOS

I actually think this thematic is becoming more relevant since the mobile market and apps that use all sensors of a modern smartphone become more and more interesting for all kinds of games, information systems and AR/VR applications.

3Fish | 2020-06-08 20:30

:bust_in_silhouette: Reply From: ManiCus

Check this out: GitHub - seagsm/godot_gps: gps module for godot v3.1...