MIT App Inventorを学習して使用し、マップアプリを操作しようとしています。DataUri
を変更してから、を介してマップアプリを起動するボタンを正常に作成しましたStartActivity
。
私が興味を持っているのは、アプリ自体を起動せずに、マップの検索機能だけです。ある種のクエリを送信して、リストを受け取りたいのですが。これは、通常の検索と道順で実行できますか?
MIT App Inventorを学習して使用し、マップアプリを操作しようとしています。DataUri
を変更してから、を介してマップアプリを起動するボタンを正常に作成しましたStartActivity
。
私が興味を持っているのは、アプリ自体を起動せずに、マップの検索機能だけです。ある種のクエリを送信して、リストを受け取りたいのですが。これは、通常の検索と道順で実行できますか?
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...