使用 App Inventor 以输入作为坐标打开 Google 地图上的任何位置
Opening any Location On Google Map with input as coordinates using App Inventor
我想使用 App Inventor 2 创建一个简单的 android 应用程序
这里我想给出坐标,即纬度和经度作为输入。
我想在 Google 地图上显示输入的坐标。
如何使用 App Inventor 2 实现此目的?
使用 activity starter
组件,另请参阅 Using the Activity Starter
Show a map for a location
If you know a latitude and a longitude, you can use the VIEW action to
show a map of the area:
Action: android.intent.action.VIEW
DataUri: geo:37.8,-122.23?z=10
学习 App Inventor 的一个很好的方法是阅读 AI2 免费在线电子书 http://www.appinventor.org/book2 中的免费发明家手册 http://www.appinventor.org/book2 ...链接位于网页底部。这本书 'teaches' 用户如何使用 AI2 块进行编程。
这里有免费的编程课程http://www.appinventor.org/content/CourseInABox/Intro and the aia files for the projects in the book are here: http://www.appinventor.org/bookFiles
这里描述了如何使用 App Inventor 做很多基本的事情:http://www.appinventor.org/content/howDoYou/eventHandling .
也做教程http://appinventor.mit.edu/explore/ai2/tutorials.html to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor
我想使用 App Inventor 2 创建一个简单的 android 应用程序
这里我想给出坐标,即纬度和经度作为输入。 我想在 Google 地图上显示输入的坐标。
如何使用 App Inventor 2 实现此目的?
使用 activity starter
组件,另请参阅 Using the Activity Starter
Show a map for a location
If you know a latitude and a longitude, you can use the VIEW action to show a map of the area:
Action: android.intent.action.VIEW
DataUri: geo:37.8,-122.23?z=10
学习 App Inventor 的一个很好的方法是阅读 AI2 免费在线电子书 http://www.appinventor.org/book2 中的免费发明家手册 http://www.appinventor.org/book2 ...链接位于网页底部。这本书 'teaches' 用户如何使用 AI2 块进行编程。
这里有免费的编程课程http://www.appinventor.org/content/CourseInABox/Intro and the aia files for the projects in the book are here: http://www.appinventor.org/bookFiles
这里描述了如何使用 App Inventor 做很多基本的事情:http://www.appinventor.org/content/howDoYou/eventHandling .
也做教程http://appinventor.mit.edu/explore/ai2/tutorials.html to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor