Note that there are some explanatory texts on larger screens.

plurals
  1. POIs there anyway to simulate google map on android app?
    primarykey
    data
    text
    <p>I am doing the project about map navigation. Currently I work fine with the mapview with GPS and singal route directing. But I can not find anyway that, show the all possible choices on the map, like google map on web. </p> <p>For example I like to search what restaurants are around my area, so I type "Restaurant" in search bar and search it, the map shold display my current position (I have done this) and also show all the possible restaurants that near my area. After that I pick up one restaurant, and the map will draw the route from my position to the restaurant (I have done this too) </p> <p>I have spent many time search on internet but couldn't find any critical example explain about this, is there any tutorial I can refer to?</p> <p>Should I use "webview" to directly show the google map web page on app?</p> <p>I also meet other problem, I use the way below to directe my route on map, it suppose to draw the route on my app, but insted of that the phone will directly oepn google map and drawn the route on google map, am I do this wrong? Is there any better way?</p> <pre><code>Intent intent = new Intent(); intent.setAction(android.content.Intent.ACTION_VIEW); intent.setData( Uri.parse("http://maps.google.com/maps?f=d&amp;saddr=" +GeoPointToString(fromGeoPoint) +"&amp;daddr=" +GeoPointToString(toGeoPoint) +"&amp;hl=cn") ); startActivity(intent); </code></pre> <p>I am the very new beginner of android programming, hope this is not a silly question, wish you can help me. thanks</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload