Class MapViewController

java.lang.Object
org.mapsforge.map.controller.MapViewController
All Implemented Interfaces:
Observer

public final class MapViewController extends Object implements Observer
  • Method Details

    • create

      public static MapViewController create(MapView mapView, Model model)
    • onChange

      public void onChange()
      Description copied from interface: Observer
      Called whenever the observed object has been changed.

      Time-consuming operations should be performed in a separate thread.

      Specified by:
      onChange in interface Observer