0

In my application am using Google map version 2 just run the project it show the map and blank space in the map.Below am attached the screen shot and how to reposition the zoom control button to top right or left corner.I am new to Google map version 2.Can any one know please help met o solve this problem.

My XML coding

<fragment
    android:id="@+id/map"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    class="com.google.android.gms.maps.MapFragment" />

Screen shot enter image description here

Yugesh
  • 4,030
  • 9
  • 57
  • 97

1 Answers1

1

Answer for your second question how to reposition the zoom control button to top right or left corner

Two options explained in this previous post: 1, Access the view used to display the standard zoom buttons and then adjust its position 2, disable the standard buttons and add your own custom buttons at desired location

Community
  • 1
  • 1
tony m
  • 4,769
  • 1
  • 21
  • 28