Package | Description |
---|---|
org.osmdroid.views.overlay |
Modifier and Type | Field and Description |
---|---|
protected OverlayItem.HotspotPlace |
OverlayItem.mHotspotPlace |
Modifier and Type | Method and Description |
---|---|
OverlayItem.HotspotPlace |
OverlayItem.getMarkerHotspot() |
static OverlayItem.HotspotPlace |
OverlayItem.HotspotPlace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverlayItem.HotspotPlace[] |
OverlayItem.HotspotPlace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected android.graphics.drawable.Drawable |
ItemizedOverlay.boundToHotspot(android.graphics.drawable.Drawable marker,
OverlayItem.HotspotPlace hotspot)
Adjusts a drawable's bounds so that (0,0) is a pixel in the location described by the hotspot
parameter.
|
void |
OverlayItem.setMarkerHotspot(OverlayItem.HotspotPlace place) |
Copyright © 2014. All Rights Reserved.