Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
J
L
M
O
P
R
S
T
U
V
W
Z
S
saveState(Bundle)
- Method in class com.ls.widgets.map.
MapWidget
Saves mapWidget internal state, that can be restored from onCreate();
scheduleDrawable(Drawable, Runnable, long)
- Method in class com.ls.widgets.map.model.
MapLayer
scrollMapTo(Location)
- Method in class com.ls.widgets.map.
MapWidget
Scrolls the map to specific location using scroll animation.
scrollMapTo(Point)
- Method in class com.ls.widgets.map.
MapWidget
Scrolls the map to specific location using scroll animation.
scrollMapTo(int, int)
- Method in class com.ls.widgets.map.
MapWidget
Scrolls the map to specific location using scroll animation.
scrollToCurrentLocation()
- Method in class com.ls.widgets.map.
MapWidget
Scrolls the map to current location marker using scroll animation.
setAccuracy(float)
- Method in class com.ls.widgets.map.location.
PositionMarker
Sets the size of accuracy area.
setAccuracyAreaBorderColor(int)
- Method in class com.ls.widgets.map.config.
MapGraphicsConfig
Configures the accuracy area border color.
setAccuracyAreaColor(int)
- Method in class com.ls.widgets.map.config.
MapGraphicsConfig
Configures the accuracy area color of location pointer.
setAnimationEnabled(boolean)
- Method in class com.ls.widgets.map.
MapWidget
Enables/disables the zoom in/zoom out animations
setArrowPointer(Drawable, Point)
- Method in class com.ls.widgets.map.location.
PositionMarker
setArrowPointerDrawableId(int)
- Method in class com.ls.widgets.map.config.
MapGraphicsConfig
Configures the location pointer look when bearing is available.
setBearing(float)
- Method in class com.ls.widgets.map.location.
PositionMarker
Rotates the position pointer by some degree.
setBearingEnabled(boolean)
- Method in class com.ls.widgets.map.location.
PositionMarker
Enables show direction mode.
setColor(int, int)
- Method in class com.ls.widgets.map.location.
PositionMarker
Sets the color of accuracy area and border.
setData(int, int, boolean)
- Method in class com.ls.widgets.map.events.
MapScrolledEvent
setDotPointer(Drawable, Point)
- Method in class com.ls.widgets.map.location.
PositionMarker
setDotPointerDrawableId(int)
- Method in class com.ls.widgets.map.config.
MapGraphicsConfig
Configures the location pointer look when no bearing is available.
setDrawable(Drawable)
- Method in class com.ls.widgets.map.model.
MapObject
Sets object's image.
setFlingEnabled(boolean)
- Method in class com.ls.widgets.map.config.
OfflineMapConfig
Controls inertial scrolling.
setGeoArea(MapCalibrationData)
- Method in class com.ls.widgets.map.config.
GPSConfig
Sets the calibration data for the map.
setGPSUpdateInterval(int, int)
- Method in class com.ls.widgets.map.config.
GPSConfig
Sets the GPS sensor update time interval and distance.
setLayerId(int)
- Method in class com.ls.widgets.map.events.
ObjectTouchEvent
setMapCenteringEnabled(boolean)
- Method in class com.ls.widgets.map.config.
OfflineMapConfig
Controls the ability to center the map.
setMapX(int)
- Method in class com.ls.widgets.map.events.
MapTouchedEvent
setMapY(int)
- Method in class com.ls.widgets.map.events.
MapTouchedEvent
setMaxZoomLevel(int)
- Method in class com.ls.widgets.map.
MapWidget
The max zoom level the user can zoom in to.
setMaxZoomLevelLimit(int)
- Method in class com.ls.widgets.map.config.
OfflineMapConfig
Sets max zoom level the user can zoom in to.
setMinZoomLevel(int)
- Method in class com.ls.widgets.map.
MapWidget
Sets the min zoom level the user can zoom out to.
setMinZoomLevelLimit(int)
- Method in class com.ls.widgets.map.config.
OfflineMapConfig
Sets minimal zoom level the user can zoom out to.
setObjectId(Object)
- Method in class com.ls.widgets.map.events.
ObjectTouchEvent
setOnDoubleTapListener(OnMapDoubleTapListener)
- Method in class com.ls.widgets.map.
MapWidget
Sets the listener to handle double tap event.
setOnLocationChangedListener(OnLocationChangedListener)
- Method in class com.ls.widgets.map.
MapWidget
Sets listener for retrieving the location
setOnLongClickListener(OnLongClickListener)
- Method in class com.ls.widgets.map.
MapWidget
Sets the listener to handle long click event.
setOnMapLongClickListener(OnMapLongClickListener)
- Method in class com.ls.widgets.map.
MapWidget
Sets the listener to handle long click on the map.
setOnMapScrolledListener(OnMapScrollListener)
- Method in class com.ls.widgets.map.
MapWidget
Sets scroll listener to the map.
setOnMapTilesFinishLoadingListener(OnMapTilesFinishedLoadingListener)
- Method in class com.ls.widgets.map.
MapWidget
Sets the listener that will be called when all visible tiles has been loaded and displayed.
setOnMapTouchListener(OnMapTouchListener)
- Method in class com.ls.widgets.map.
MapWidget
Sets touch listener to the map.
setOnTouchListener(OnTouchListener)
- Method in class com.ls.widgets.map.
MapWidget
Sets the listener to handle touch events
setPassiveMode(boolean)
- Method in class com.ls.widgets.map.config.
GPSConfig
Tells the map to not use GPS by itself, it will use "passive" location provider in order to display user's position.
setPinchZoomEnabled(boolean)
- Method in class com.ls.widgets.map.config.
OfflineMapConfig
Controls pinch zoom gesture.
setPivotPoint(int, int)
- Method in class com.ls.widgets.map.model.
MapObject
Set's pivot point within the drawable
setPivotPoint(Point)
- Method in class com.ls.widgets.map.model.
MapObject
Set's pivot point within the drawable
setScale(float)
- Method in class com.ls.widgets.map.
MapWidget
Set's the scale to the map.
setScale(float)
- Method in class com.ls.widgets.map.model.
MapLayer
setScreenX(int)
- Method in class com.ls.widgets.map.events.
MapTouchedEvent
setScreenY(int)
- Method in class com.ls.widgets.map.events.
MapTouchedEvent
setShowMyPosition(boolean)
- Method in class com.ls.widgets.map.
MapWidget
Shows current position of the user on the map.
setSoftwareZoomEnabled(boolean)
- Method in class com.ls.widgets.map.config.
OfflineMapConfig
Controls the ability to use software zoom if there is no zoom levels left during zooming in.
setTouchAreaSize(int)
- Method in class com.ls.widgets.map.config.
OfflineMapConfig
Sets touch area size
setTouchAreaSize(int)
- Method in class com.ls.widgets.map.
MapWidget
Sets the size of the touch area when user touches the map.
setTouchedObjectEvents(ArrayList<ObjectTouchEvent>)
- Method in class com.ls.widgets.map.events.
MapTouchedEvent
setTrackballScrollStepX(int)
- Method in class com.ls.widgets.map.config.
OfflineMapConfig
Set's track ball scroll step by X axis.
setTrackballScrollStepY(int)
- Method in class com.ls.widgets.map.config.
OfflineMapConfig
Set's track ball scroll step by Y axis.
setUseSoftwareZoom(boolean)
- Method in class com.ls.widgets.map.
MapWidget
Enables the map to keep zooming in when no more zoom levels left.
setVisible(boolean)
- Method in interface com.ls.widgets.map.interfaces.
Layer
Sets layer visibility.
setVisible(boolean)
- Method in class com.ls.widgets.map.model.
MapLayer
setZoomBtnsVisible(boolean)
- Method in class com.ls.widgets.map.config.
OfflineMapConfig
Controls standard zoom buttons visibility.
setZoomButtonsVisible(boolean)
- Method in class com.ls.widgets.map.
MapWidget
Enables or disables the standard zoom controls.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
J
L
M
O
P
R
S
T
U
V
W
Z