Hunt
Hunt

Reputation: 8435

show map as a widget in android

i want to show live google map as a home widget over android screen , but the problem is android only allows following views to get displayed. and i want to make use of webview.

So does any have another alternatives or some tricky solution to make the map appear as an widget

Upvotes: 1

Views: 1612

Answers (1)

Tomislav Novoselec
Tomislav Novoselec

Reputation: 4620

well, MapView extends View class, so you could try to create Bitmap from it, by calling getDrawingCache() metod.

but then again, I think that's against Google's TOS.

Upvotes: 0

Related Questions