-1

I'm new to AndroidStudio.I'm using corrected example to add google map using fragment for my project Show Current Location inside Google Map Fragment first Answer.So now i'm conflict with adding search bar for this.Can anyone guide me to add searchbar for my project.Thank you

udeshan
  • 13
  • 1
  • 4

1 Answers1

1

You could try following the steps from here.

For adding a search-bar to the Google maps android API.

Beulah Akindele
  • 643
  • 5
  • 21
  • I tried it, I used fragment to get mapactivity to navigationdrawer now if i edit my fragment layout it not show that search bar and also that function onmapsearch doesn't use. – udeshan Sep 07 '19 at 19:40
  • Does your application have a navbar, if so why not put the search bar there? – Beulah Akindele Sep 07 '19 at 20:05
  • I need to search some destinations on the map.And also need to introduce some options for app – udeshan Sep 07 '19 at 20:16