[android-developers] Re: how to store places on google maps?

2011-06-16 Thread danhpc
Thanks, TreKing I'm till find out the solution. Good luck to me. :) Regards, D On Jun 15, 9:43 pm, TreKing wrote: > I'm sorry but it doesn't seem like any of this has anything to do with > Android specifically. > > -

[android-developers] Re: how to store places on google maps?

2011-06-14 Thread danhpc
that moderated. If that places moderated then I can't delete it. --> I want to manage my places. But It seems I can't? And I only want to those Places which added from my application are made immediately available to my app via result of Places search. --> I want to search my places

[android-developers] how to store places on google maps?

2011-06-12 Thread danhpc
Hi all, I'd like to create a application in android that cans store places which was inputted via my app. Then show those places on google map. But it seems those data are too large. I'd like to use google map to store those places. I saw that google maps maker allows user can customize map and sa

[android-developers] Re: How to search & find the way between 2 point in google maps api?

2011-05-31 Thread danhpc
; > On Mon, May 30, 2011 at 9:31 PM, Spiral123 wrote: > > >> use the directions API: > >>http://code.google.com/apis/maps/documentation/directions/ > > >> On May 30, 4:07 am, danhpc wrote: > >> > Hi all, > > >> > I'm newbi

[android-developers] How to bookmark places on google maps api in android?

2011-05-31 Thread danhpc
Hi all, I used the Google Places API to find all places by a location. But I don't know how to bookmark this place? Regards, D -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googleg

[android-developers] How to search & find the way between 2 point in google maps api?

2011-05-30 Thread danhpc
Hi all, I'm newbie in android programming. I'm doing a application call google maps api. It worked. I can zoom in/out. Mark a position on map. But I don't know how to navigate search on google maps in my app? And how to find the way between 2 point in google maps api? Does it support this feature?