0

Hey guys :D i got a question, is it possible to add some buttons to the google map activity on android studio? And if its possible ... can some one tell me how ? I tried it like on a normal or Blank activity but wont work lol :/

Lars
  • 3
  • 5
  • I asked a similar question here: http://stackoverflow.com/questions/31574657/android-cant-get-relative-layout-to-align-to-parent-bottom .. and the answer should work for you. – jesses.co.tt Aug 07 '15 at 16:53
  • Two other things: 1) show your code. just saying "it wont work lol" is not going to inspire people to help you help yourself 2) do some research before you post a question - there are LOTS of results for this search query – jesses.co.tt Aug 07 '15 at 16:55
  • Tyvm for your reply :) and sorry cause of the Code... But im a newbie lol Need to learn – Lars Aug 07 '15 at 20:05

1 Answers1

1

I think you can modify the UI controls in the Android Maps API. You can not add customize control through. But you can create custom control elements with the Javascript Maps API, just use a webview to include the page if you needed.

Otherwise, you might able to get some idea by looking at this too: Android: Overlay on Android Camera Preview

Community
  • 1
  • 1
kaho
  • 4,746
  • 1
  • 16
  • 24