Assuming mycoordinates is required, the following result was found.
so TEST it! Addtional: Problems animating the camera to your current location? I had to add the following: LatLng myCoordinates = new LatLng(latitude, longitude); CameraUpdate yourLocation = CameraUpdateFactory.newLatLngZoom(myCoordinates, 12);...