@Override
 public void setPointOfInterest(PointOfInterest poi) {
   super.setPointOfInterest(poi);
   poiFragment.setPoi(poi);
 }
 @Override
 public void setMyLocation(LatLng myLocation) {
   super.setMyLocation(myLocation);
   poiFragment.setMyLocation(myLocation);
 }