0

MIT App Inventorを学習して使用し、マップアプリを操作しようとしています。DataUriを変更してから、を介してマップアプリを起動するボタンを正常に作成しましたStartActivity

私が興味を持っているのは、アプリ自体を起動せずに、マップの検索機能だけです。ある種のクエリを送信して、リストを受け取りたいのですが。これは、通常の検索と道順で実行できますか?

4

1 に答える 1

1

you can do that with App Inventor and the web component in case there is a RESTful Google Maps API interface, did you already find something in one of the Google Map APIs which can supply what you want?

I have an example with the Static Maps API 2.0 and App Inventor, but without the web component, see here http://puravidaapps.com/snippets.php#maps2button

You might want to add "google-maps" as tag in your question...

于 2012-09-21T22:59:33.387 に答える