400
Views
4
Comments
Solved
Google Map current location in mobile App

Hai All

I am i was develop the Tracking mobile App in Outsystem 

I want to track gps current  location Automatically  in mobile app Any One can help me to solve this problem

App Concept: When The Sales Man go to the client place  while open in this  Time Show The Current Place In Map And show the Address Details in Any  widgets like Input widgets ......

Regards

Selva..

2018-10-29 08-31-03
João Marques
 
MVP
Solution

Hi Selva,


That action has a Success flag that indicates you if there was any error, you are not doing this checking so you don't know if something went wrong (the application does not have the plugin, the user does not have GPS turned on, etc.).


You probably want to check the Error output if Success = False.

You can of course debug your application and see what is going wrong.

2018-10-29 08-31-03
João Marques
 
MVP

Hi Selva,


If you want to take advantage of the GPS capabilities of your phone you want to use a component such as the Location Plugin.

With that you will get the latitude and longitude which serve as inputs for Google Maps Plugin.


Take into account that when you use plugins, you will need to generate and reinstall the app so they can be available on your phone.


Hope it helps.


Kind regards,
João

2020-09-04 05-21-16
Selva bharath

Hai João 

I am Using Location Plugin For get    the latitude and longitude but Its Not Show The Output 

And Also Assign The Value in my local variable Also but Is Not Show Can you Help Me ..  

Screen Shot Given below 




2018-10-29 08-31-03
João Marques
 
MVP
Solution

Hi Selva,


That action has a Success flag that indicates you if there was any error, you are not doing this checking so you don't know if something went wrong (the application does not have the plugin, the user does not have GPS turned on, etc.).


You probably want to check the Error output if Success = False.

You can of course debug your application and see what is going wrong.

2020-09-04 05-21-16
Selva bharath

Thanks Bro Its Working I will Get The  latitude and longitude  

regards 

selva....

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.