How do I let the user choose a location in Google Maps and return the chosen point to my App Inventor application?

六眼飞鱼酱① 提交于 2020-01-14 10:44:17

问题


I am developing an app using App Inventor. It includes the need for a user to press a button - to save a location when they are at the location. But every time this is not practical. So I want to implement a method in my App Inventor app which will: -Open Google Maps -Let the user select any point on the map with no additional info. -After choosing, return to the app and return latitude, longitude values for the location that is selected. This is really important for me, help will be appreciated. Thanks!


回答1:


You can find an example How to get coordinates for any Location on Google Maps back to App Inventor here: http://puravidaapps.com/coordinates.php



来源:https://stackoverflow.com/questions/17010598/how-do-i-let-the-user-choose-a-location-in-google-maps-and-return-the-chosen-poi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!