[RPG]Retrieving address without showing maps

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

[RPG]Retrieving address without showing maps

Post by MegumiSawada »

Hi,

Is it possible to retrieve address without showing maps?

I believe that address will be retrieved when the map(on the formview) is shown, so it might be not possible.
Is there any way to retrieve to do so, like GetGeolocation operation retrieves latitude and longitude without showing maps?

Any advice will be appreciated.

Best Regards,
Megumi Sawada
tsupartono
Posts: 289
Joined: Wed Apr 18, 2012 10:21 am

Re: [RPG]Retrieving address without showing maps

Post by tsupartono »

There is currently no way to do so.
We can add this feature if required (please let LANSA Support know).
edwardtn
Posts: 33
Joined: Fri Aug 28, 2015 11:53 pm

Re: [RPG]Retrieving address without showing maps

Post by edwardtn »

If you are using JavaScript you could use the Google Maps JS API:

https://developers.google.com/maps/docu ... ng-reverse

I do this for calculating mileage on a trip itinerary.
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

Re: [RPG]Retrieving address without showing maps

Post by MegumiSawada »

Thank you for your reply!

They don't use Javascript (and they wouldn't like to use it...) so I will advice them to show map once to retrieve address.

Best Regards,
Megumi
Post Reply