Circle menu for mapview Marker in Android google maps API V2 -


i'm looking create circle menu markers in app uses google maps.
i've found online example of trying do:http://demo-ee.com/index.php/examples/view/circle-menu-for-marker-with-mx-google-maps-for-expressionengine#

problem google maps in webview, i'm looking on android.
know if possible achieve google maps android , if is, how work involved it?
possible rebuild example code in java use in android app?


thanks

i put answer , not comment, don't think can achieve same.

first of all, on android don't have "hover" callback maps, can use onmarkerclick listener. try build custom infowindow (there few tutorial online never followed, can't give trusted one, have try :( ) , check if iw can placed around item. unfortunately on android there limited set of functionalities, honest, explore different ux (cards, dialogfragment or other).

check how google maps behaves when clicking on place (a view scrollable bottom details). can think using toolbar/expandingtoolbar


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -