i want to open google maps(android)/Maps(iOS) when click on markers in maps outsystems (there should be a person's location marker)
Hey,
You just need a link to an external URL and pass the link as described on the post that i mentioned.
The external URL it's this widget:
Let me know if it helps.
Cheers
Henrique Batista wrote:
Hi Henrique,
I've tried but can not
Zainal Abidin wrote:
I can't help you when you answer like that.
Why you can't? what are you trying to do? what errors do you have?
i doing like your picture, but when i click nothing happened
Where are you testing your app?
Atul Patel wrote:
in my browser
it will only work if you try it out in mobile app.
oh yes success, now i want to add marker in google maps app. i already added local variable "MapMarker" with data type MapMarker List, then i added assign in action
oh yes success, now i want to add marker in google maps app. i already added local variable "MapMarker" with data type MapMarker List, then i added assignin action
can you help me how to add marker in google maps app ?
Hello Zainal,
Please refer https://apps.outsystems.com/GoogleMapsDemo/
Hope this helps :)Thanks and Regards,Atul Patel
Hi Atul,
i am confusing because for the web not the mobile
Hi Zainal,
Did you take a look on this post.
Hope it helps.
i already this post, but i don't know the steps
Good to know that it solved your problem.
Thanks and Regards,Atul Patel
Please mark Henrique Batista reply as solution to help community.
Try looking into this discussion
https://www.outsystems.com/forums/discussion/19478/how-to-put-a-marker-on-a-map/
Just a quick addition, on the original question of how to link out to Google Maps on mobile: for iOS (and I think this will work the same on Android), I was able to use this URLs directly from this Developer Guide (https://developers.google.com/maps/documentation/urls/guide), and they all worked fine. I did not need to prefix with "external" or "maps" - in fact those did not work for me.
I was able to get this to work: "https://www.google.com/maps/search/?api=1&query=centurylink+field" in an External Site link.
I set up a variable with it so I can pass in an address and get driving directions to show up immediately.
Then I build the link according to Google's Developer Guide (linked above).
With this sort of work being done on your address:
Thanks,
----Erik