Commit f8652c82 authored by Sajal Narang's avatar Sajal Narang

Remove test marker from Google Maps

parent 44149aa3
......@@ -238,8 +238,6 @@ public class MapFragment extends BaseFragment implements OnMapReadyCallback, Loc
googleMap.setMinZoomPreference(14.5f);
// Position the map's camera near Mumbai
LatLng iitb = new LatLng(19.1334, 72.9133);
googleMap.addMarker(new MarkerOptions().position(iitb)
.title("Marker in IITB"));
googleMap.moveCamera(CameraUpdateFactory.newLatLng(iitb));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment