Guest User

Untitled

a guest
Jun 14th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <fragment
  2. android:id="@+id/mapFragment"
  3. android:name="com.google.android.gms.maps.SupportMapFragment"
  4. android:layout_height="@dimen/_200sdp" />
  5.  
  6. SupportMapFragment supportMapFragment = ((SupportMapFragment) getSupportFragmentManager()
  7. .findFragmentById(R.id.mapFragment));
  8. supportMapFragment.getMapAsync(this);
Add Comment
Please, Sign In to add comment