A C D E G H I J L M O P R S T U V W Z

G

GeoUtils - Class in com.ls.widgets.map.utils
 
GeoUtils() - Constructor for class com.ls.widgets.map.utils.GeoUtils
 
getAccuracyAreaBorderColor() - Method in class com.ls.widgets.map.config.MapGraphicsConfig
 
getAccuracyAreaColor() - Method in class com.ls.widgets.map.config.MapGraphicsConfig
 
getArrowPointerDrawableId() - Method in class com.ls.widgets.map.config.MapGraphicsConfig
 
getBounds() - Method in class com.ls.widgets.map.location.PositionMarker
 
getBounds() - Method in class com.ls.widgets.map.model.MapObject
Returns bounds of the image that represents the map object.
getCalibration() - Method in class com.ls.widgets.map.config.GPSConfig
Returns calibration data for the map.
getConfig() - Method in class com.ls.widgets.map.MapWidget
Returns the copy of the map widget's configuration
getDotPointerDrawableId() - Method in class com.ls.widgets.map.config.MapGraphicsConfig
 
getDrawable() - Method in class com.ls.widgets.map.model.MapObject
Returns image that was passed to the constructor.
getDX() - Method in class com.ls.widgets.map.events.MapScrolledEvent
 
getDY() - Method in class com.ls.widgets.map.events.MapScrolledEvent
 
getGpsConfig() - Method in class com.ls.widgets.map.config.OfflineMapConfig
You can use GPSConfig in order to control GPS sensor settings.
getGpsConfig() - Method in class com.ls.widgets.map.MapWidget
Returns GPSConfig object that will allow you to configure the GPS receiver.
getGraphicsConfig() - Method in class com.ls.widgets.map.config.OfflineMapConfig
You can use MapGraphicsConfig in order to configure the look of the position marker.
getHeightInMeters() - Method in class com.ls.widgets.map.utils.MapCalibrationData
 
getId() - Method in class com.ls.widgets.map.model.MapLayer
 
getId() - Method in class com.ls.widgets.map.model.MapObject
Returns id of this object
getImageFormat() - Method in class com.ls.widgets.map.config.OfflineMapConfig
 
getImageHeight() - Method in class com.ls.widgets.map.config.OfflineMapConfig
Returns original map image height in pixels
getImageRect() - Method in class com.ls.widgets.map.config.OfflineMapConfig
 
getImageWidth() - Method in class com.ls.widgets.map.config.OfflineMapConfig
Returns original map image width in pixels
getLayer(int) - Method in class com.ls.widgets.map.MapWidget
Returns map layer by index.
getLayerById(long) - Method in class com.ls.widgets.map.MapWidget
Returns map layer by layer id.
getLayerCount() - Method in class com.ls.widgets.map.MapWidget
Returns total layer count
getLayerId() - Method in class com.ls.widgets.map.events.ObjectTouchEvent
 
getMapGraphicsConfig() - Method in class com.ls.widgets.map.MapWidget
 
getMapHeight() - Method in class com.ls.widgets.map.MapWidget
Returns height of the map taking current scale into account.
getMapObject(Object) - Method in interface com.ls.widgets.map.interfaces.Layer
Returns map object.
getMapObject(Object) - Method in class com.ls.widgets.map.model.MapLayer
 
getMapObjectByIndex(int) - Method in interface com.ls.widgets.map.interfaces.Layer
Returns map object by index
getMapObjectByIndex(int) - Method in class com.ls.widgets.map.model.MapLayer
 
getMapObjectCount() - Method in interface com.ls.widgets.map.interfaces.Layer
Returns the count of map objects on the layer
getMapObjectCount() - Method in class com.ls.widgets.map.model.MapLayer
 
getMapRootPath() - Method in class com.ls.widgets.map.config.OfflineMapConfig
 
getMapWidth() - Method in class com.ls.widgets.map.MapWidget
Returns width of the map taking current scale into account.
getMapX() - Method in class com.ls.widgets.map.events.MapTouchedEvent
Returns the X coordinate of a point where user has touched in your original image coordinates.
getMapY() - Method in class com.ls.widgets.map.events.MapTouchedEvent
Returns the Y coordinate of a point where user has touched in your original image coordinates.
getMaxZoomLevelLimit() - Method in class com.ls.widgets.map.config.OfflineMapConfig
 
getMinDistance() - Method in class com.ls.widgets.map.config.GPSConfig
 
getMinTime() - Method in class com.ls.widgets.map.config.GPSConfig
Returns minimal refresh time in milliseconds.
getMinZoomLevelLimit() - Method in class com.ls.widgets.map.config.OfflineMapConfig
 
getObjectId() - Method in class com.ls.widgets.map.events.ObjectTouchEvent
 
getOriginalMapHeight() - Method in class com.ls.widgets.map.MapWidget
Returns the height of the map on the max zoom level.
getOriginalMapWidth() - Method in class com.ls.widgets.map.MapWidget
Returns the width of the map on the max zoom level.
getOverlap() - Method in class com.ls.widgets.map.config.OfflineMapConfig
 
getPassiveMode() - Method in class com.ls.widgets.map.config.GPSConfig
 
getPosition() - Method in class com.ls.widgets.map.model.MapObject
Returns position of the map object in map coordinates in pixels of the original image.
getScale() - Method in class com.ls.widgets.map.MapWidget
Returns the current scale of the map.
getScreenX() - Method in class com.ls.widgets.map.events.MapTouchedEvent
Returns the X coordinate of a point where user has touched in screen coordinates.
getScreenY() - Method in class com.ls.widgets.map.events.MapTouchedEvent
Returns the Y coordinate of a point where user has touched in screen coordinates.
getTileSize() - Method in class com.ls.widgets.map.config.OfflineMapConfig
Returns size of a tile in pixels.
getTouchAreaSize() - Method in class com.ls.widgets.map.config.OfflineMapConfig
 
getTouched(Rect) - Method in class com.ls.widgets.map.model.MapLayer
Returns Ids of map object that were touched.
getTouchedObjectEvents() - Method in class com.ls.widgets.map.events.MapTouchedEvent
Returns the list of ObjectTouchEvent objects.
getTouchedObjectIds() - Method in class com.ls.widgets.map.events.MapTouchedEvent
Deprecated. Use getTouchedObjectEvents() instead.
getTrackballScrollStepX() - Method in class com.ls.widgets.map.config.OfflineMapConfig
 
getTrackballScrollStepY() - Method in class com.ls.widgets.map.config.OfflineMapConfig
 
getWidthInMeters() - Method in class com.ls.widgets.map.utils.MapCalibrationData
 
getX() - Method in class com.ls.widgets.map.model.MapObject
Returns X coordinate of the map object in map coordinates.
getXScaled() - Method in class com.ls.widgets.map.model.MapObject
Returns X coordinate of the map object in map coordinates.
getY() - Method in class com.ls.widgets.map.model.MapObject
Returns Y coordinate of the map object in map coordinates.
getYScaled() - Method in class com.ls.widgets.map.model.MapObject
Returns Y coordinate of the map object in map coordinates.
getZoomLevel() - Method in class com.ls.widgets.map.MapWidget
Returns current zoom level of the map.
GPSConfig - Class in com.ls.widgets.map.config
GPSConfig class allows to configure the location aware aspects of the MapWidget.
GPSConfig() - Constructor for class com.ls.widgets.map.config.GPSConfig
 

A C D E G H I J L M O P R S T U V W Z