GPS Capture and Import

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
nmartin1182
Posts: 8
Joined: 2014-05-30 02:56

GPS Capture and Import

Post by nmartin1182 » 2014-12-26 04:34

Does anyone know how i could capture a read only on insert of a record the actual gps coordinates from an android or apple internet capable device with gps enabled?

I have successfully imported users data etc but gps is out of my league.

Thanks!

udayvatturi
AppGini Super Hero
AppGini Super Hero
Posts: 85
Joined: 2014-06-14 03:08
Location: India
Contact:

Re: GPS Capture and Import

Post by udayvatturi » 2015-01-06 07:05

You can use javascript to get the gps values, it will be very less accurate.

You can use magic hooks to get the gps values and put into the fields and save them in database.

Post Reply