Package org.osmdroid.views.overlay.infowindow
- org.osmdroid.views.overlay.infowindow.InfoWindow is a (pop-up-) View that can be displayed on an org.osmdroid.views.MapView, associated to a org.osmdroid.api.IGeoPoint.
- org.osmdroid.views.overlay.Marker is an icon placed at a particular point on the map's surface that can have a popup-org.osmdroid.views.overlay.infowindow.InfoWindow (a bubble).
- The org.osmdroid.views.overlay.OverlayWithIW is an org.osmdroid.views.overlay.Overlay that contain data title , a snippet or description, and optionally a "sub-description" and that can be shown in a popup-org.osmdroid.views.overlay.infowindow.InfoWindow (a bubble).
- org.osmdroid.views.overlay.infowindow.BasicInfoWindow is the default implementation of org.osmdroid.views.overlay.infowindow.InfoWindow for a org.osmdroid.views.overlay.OverlayWithIW.
- org.osmdroid.views.overlay.infowindow.MarkerInfoWindow is the default implementation of org.osmdroid.views.overlay.infowindow.InfoWindow for a org.osmdroid.views.overlay.Marker.
- org.osmdroid.views.overlay.Marker is an icon placed at a particular org.osmdroid.api.IGeoPoint on the org.osmdroid.views.MapView's surface.
See: Description
-
Class Summary Class Description BasicInfoWindow org.osmdroid.views.overlay.infowindow.BasicInfoWindow is the default implementation of org.osmdroid.views.overlay.infowindow.InfoWindow for an org.osmdroid.views.overlay.OverlayWithIW. InfoWindow org.osmdroid.views.overlay.infowindow.InfoWindow is a (pop-up-) View that can be displayed on an org.osmdroid.views.MapView, associated to a org.osmdroid.api.IGeoPoint. MarkerInfoWindow org.osmdroid.views.overlay.infowindow.MarkerInfoWindow is the default implementation of org.osmdroid.views.overlay.infowindow.InfoWindow for a org.osmdroid.views.overlay.Marker.