-
public class BasicInfoWindow extends InfoWindow
org.osmdroid.views.overlay.infowindow.BasicInfoWindow is the default implementation of org.osmdroid.views.overlay.infowindow.InfoWindow for an org.osmdroid.views.overlay.OverlayWithIW.
It handles a title, a description and a sub-description. Clicking on the bubble will close it.
-
-
Field Summary
Fields Modifier and Type Field Description public final static intUNDEFINED_RES_ID
-
Constructor Summary
Constructors Constructor Description BasicInfoWindow(int layoutResId, MapView mapView)
-
Method Summary
-
Methods inherited from class org.osmdroid.views.overlay.infowindow.InfoWindow
close, closeAllInfoWindowsOn, draw, getMapView, getOpenedInfoWindowsOn, getRelatedObject, getView, isOpen, onDetach, open, setRelatedObject -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-