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 ...@@ -238,8 +238,6 @@ public class MapFragment extends BaseFragment implements OnMapReadyCallback, Loc
googleMap.setMinZoomPreference(14.5f); googleMap.setMinZoomPreference(14.5f);
// Position the map's camera near Mumbai // Position the map's camera near Mumbai
LatLng iitb = new LatLng(19.1334, 72.9133); LatLng iitb = new LatLng(19.1334, 72.9133);
googleMap.addMarker(new MarkerOptions().position(iitb)
.title("Marker in IITB"));
googleMap.moveCamera(CameraUpdateFactory.newLatLng(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