Is it possible to show Google map view on Android Wear?
Is it possible to show Google map view on Android Wear? I want to show a particular location to user on map. You may manage to embed a MapView in your activity, but it won't work as Android Wear does not have direct access to the network. However, what you can do is using the Static Maps API . Your Wear app should send a Message to your phone application Your phone application downloads a bitmap of the map you want thanks to the static maps api Your phone app sends back the image to the wear app You show the bitmap in the wear application with an ImageView The maps static API is quite powerful