Class MapView.PlaceDetailsCallback

  • Enclosing class:
    MapView

    public abstract static class MapView.PlaceDetailsCallback
    extends geolife.android.navigationsystem.internal.NativePointerHolder
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void cancel()
      Cancels place details loading.
      abstract void onFinished​(Place place)
      Called when place details loading has finished.
      • Methods inherited from class geolife.android.navigationsystem.internal.NativePointerHolder

        destroy
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • cancel

        public void cancel()
        Cancels place details loading.
      • onFinished

        public abstract void onFinished​(@Nullable
                                        Place place)
        Called when place details loading has finished.
        Parameters:
        place - A new Place object with additional details in case of success, otherwise null.