Sudipta Som
Sudipta Som

Reputation: 6567

Android Google Map

Is this possible in Android, when i will say a name of place google map pointer will zoom to that place. i.e. I want to search Map by voice if possible then how to do this? Though i have done so many apps in Google map, but din't try this before! Can any body help?

Upvotes: 0

Views: 493

Answers (2)

garima
garima

Reputation: 5244

this should be useful to start off.then you can go through these APIs.If you want to include the voice recoginition part , now APIs are available from level 8.check this out. RecognizerIntent.you can even use the Voice recoginition example

Upvotes: 3

Chris Thompson
Chris Thompson

Reputation: 35598

Check out the animateTo method of the MapController class. I think this will do what you're looking for.

Upvotes: 0

Related Questions