|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapWidget | |
---|---|
com.ls.widgets.map.interfaces | |
com.ls.widgets.map.location | |
com.ls.widgets.map.model | |
com.ls.widgets.map.utils |
Uses of MapWidget in com.ls.widgets.map.interfaces |
---|
Methods in com.ls.widgets.map.interfaces with parameters of type MapWidget | |
---|---|
boolean |
OnMapDoubleTapListener.onDoubleTap(MapWidget v,
MapTouchedEvent event)
Will be called if user double taps the map widget. |
void |
OnLocationChangedListener.onLocationChanged(MapWidget v,
Location location)
|
boolean |
OnMapLongClickListener.onLongClick(MapWidget v,
MapTouchedEvent e)
|
void |
OnMapScrollListener.onScrolledEvent(MapWidget v,
MapScrolledEvent event)
|
void |
OnMapTouchListener.onTouch(MapWidget v,
MapTouchedEvent event)
|
Uses of MapWidget in com.ls.widgets.map.location |
---|
Constructors in com.ls.widgets.map.location with parameters of type MapWidget | |
---|---|
PositionMarker(MapWidget context,
java.lang.Object id,
Drawable roundPointerDrawable,
Drawable arrowPointerDrawable)
|
Uses of MapWidget in com.ls.widgets.map.model |
---|
Constructors in com.ls.widgets.map.model with parameters of type MapWidget | |
---|---|
MapLayer(long theLayerId,
MapWidget parent)
|
Uses of MapWidget in com.ls.widgets.map.utils |
---|
Methods in com.ls.widgets.map.utils with parameters of type MapWidget | |
---|---|
static void |
GeoUtils.translate(MapWidget v,
int x,
int y,
Location location)
Helper function to translate position on the map to geographic coordinates. |
static void |
GeoUtils.translate(MapWidget v,
Location location,
Point point)
Converts location to position on the map. |
static void |
GeoUtils.translate(MapWidget v,
Point point,
Location location)
Helper function to convert position on the map to geographic coordinates. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |