Skip to main content
Answer

Using GPS latitude and logitude in custom screen

  • June 12, 2023
  • 1 reply
  • 173 views

Forum|alt.badge.img

Hello community!

I need to get the users phone current longitude and latitude information and record it into a custom screen. What library should I use?  Is there any documentation for this?

I appreciate any help you could give me

Best answer by andriikravetskyi35

Hi Community, 

Two year ago I investigated this question, and Appointment screen in Acumatica has feature with geolocation tracking of user.

So you could start from investigation of logic in AppointmentEntry graph and check FSAppointment DAC. In this graph you could find some logic with geolocation or reference to engine class for geolocation. 

 

I am not sure, but hope that you could use Acumatica’s objects, class or engines and develop your custom logic without external libraries.

Here some links, that I find:

https://stackoverflow.com/questions/59329491/how-to-get-gps-location-in-acumatica-mobile-app

 

1 reply

andriikravetskyi35
Jr Varsity I
Forum|alt.badge.img+1

Hi Community, 

Two year ago I investigated this question, and Appointment screen in Acumatica has feature with geolocation tracking of user.

So you could start from investigation of logic in AppointmentEntry graph and check FSAppointment DAC. In this graph you could find some logic with geolocation or reference to engine class for geolocation. 

 

I am not sure, but hope that you could use Acumatica’s objects, class or engines and develop your custom logic without external libraries.

Here some links, that I find:

https://stackoverflow.com/questions/59329491/how-to-get-gps-location-in-acumatica-mobile-app