Question
Techmahindra
IN
Last activity: 7 Oct 2024 15:24 EDT
How to get geo location of a Mobile User when the user is using PegaMobile app channel
I have created a taxi booking app through pega mobile channel. I want to get the current location of all the taxi's available and update to a pega table every 1 minute. So that i can check the nearest taxi to the customer location and assign the booking to the nearest taxi driver. I don't know how to get the location of the taxi's and update it to the table. I thought of creating an API to POST the location to the table. How ever this api needed to be triggered from the mobile application end every 1 minute. And i am not sure if we can use the api within pega itself, having different channels only.How to get that ? can any one advise ?