Guest User

Untitled

a guest
Oct 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. import android.support.v4.app.FragmentActivity;
  2. import android.os.Bundle;
  3.  
  4. import com.google.android.gms.maps.CameraUpdateFactory;
  5. import com.google.android.gms.maps.GoogleMap;
  6. import com.google.android.gms.maps.OnMapReadyCallback;
  7. import com.google.android.gms.maps.SupportMapFragment;
  8. import com.google.android.gms.maps.model.LatLng;
  9. import com.google.android.gms.maps.model.MarkerOptions;
  10.  
  11.  
  12. public class MapsActivity extends FragmentActivity implements OnMapReadyCallback {
  13.  
  14. private GoogleMap mMap;
  15.  
  16. private GeofencingClient mGeofencingClient;
  17.  
  18.  
  19. }
Add Comment
Please, Sign In to add comment