public void setMapLocation(double lat, double lon) {
   mapView.setLatLon(lat, lon);
   mapViewTrackingUtilities.locationChanged(lat, lon, this);
 }