-1

I need to add some stylish button on Google map in my application just the placed in image.

Kindly help me to add.Thanks in Advance.

Here is the demo that i want to create

guipivoto
  • 18,327
  • 9
  • 60
  • 75
M_Umair
  • 29
  • 1
  • 6
  • See http://stackoverflow.com/help/how-to-ask – pRaNaY Jul 16 '16 at 18:16
  • Please provide minimal, complete and verifiable code, if you have any error post your error logs. Here's a related SO ticket: [SO 1](http://stackoverflow.com/questions/14694119/how-to-add-buttons-at-top-of-map-fragment-api-v2-layout), [SO 2](http://stackoverflow.com/questions/15136299/how-to-add-custom-controls-to-mapfragment-in-google-maps-android-api-v2). – Android Enthusiast Jul 17 '16 at 10:00

1 Answers1

0

You need to create a view that decorates/wraps your Google Map View. You can then configure this view how you would like with buttons, overlays, etc and use click listeners to delegate to the map events you would like performed.

jjNford
  • 5,170
  • 7
  • 40
  • 64