Re: [android-developers] How to triger Google Places details activity?

2011-11-22 Thread TreKing
On Tue, Nov 22, 2011 at 2:38 AM, Kamen Goranchev wrote: > Is there a way use the Maps application to display list of points, but not > giving a search query? Not in any official capacity, AFAIK. You're probably better off using the Places API. ---

[android-developers] How to triger Google Places details activity?

2011-11-22 Thread Kamen Goranchev
Hello, Is there a way to start the build-in activity for displaying Google Places Details with Intent? My use case is the following: I want to display my list of points of interest on a MapView and when clicking on the OverlayItem to start the Place Details activity. The behavior should be