Is this possible in 开发者_如何学PythonAndroid, 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?
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
Check out the animateTo method of the MapController
class. I think this will do what you're looking for.
精彩评论