- SensorLocationManager - Class in com.tomtom.pnd.maplib
- 
This class provides access to the system location services. 
- SensorLocationManager(Context) - Constructor for class com.tomtom.pnd.maplib.SensorLocationManager
-  
- setAnchorPoint(int, int) - Method in class com.tomtom.pnd.maplib.Marker
- 
The anchor point defines which point of the icon is used as the reference for associating the
 icon to the map coordinates. 
- setAutoCenterEnabled(boolean) - Method in interface com.tomtom.pnd.maplib.MapController
- 
Keeps the map centered at the current location of the device. 
- setAutoCenterEnabled(boolean) - Method in class com.tomtom.pnd.maplib.MapControllerImp
-  
- setIcon(String) - Method in class com.tomtom.pnd.maplib.Marker
- 
Sets the icon for this  Marker. 
- setIcon(Context, Drawable) - Method in class com.tomtom.pnd.maplib.Marker
- 
Replaces the icon of this  Marker by the given  Drawable. 
- setIcon(Context, Drawable) - Method in class com.tomtom.pnd.maplib.MarkerLayer
- 
- setIconPath(String) - Method in class com.tomtom.pnd.maplib.MarkerLayer
- 
- setLayerVisibility(MarkerLayer, boolean) - Method in interface com.tomtom.pnd.maplib.MapController
- 
Show or hide a specific layer. 
- setLayerVisibility(long, boolean) - Method in interface com.tomtom.pnd.maplib.MapController
- 
- setLayerVisibility(MarkerLayer, boolean) - Method in class com.tomtom.pnd.maplib.MapControllerImp
-  
- setLayerVisibility(long, boolean) - Method in class com.tomtom.pnd.maplib.MapControllerImp
-  
- setLocation(Location) - Method in class com.tomtom.pnd.maplib.Marker
- 
Set location for the marker. 
- setMapCenter(Location) - Method in interface com.tomtom.pnd.maplib.MapController
- 
Centers the map on the given location. 
- setMapCenter(double, double) - Method in interface com.tomtom.pnd.maplib.MapController
- 
Centers the map on the given location. 
- setMapCenter(Location) - Method in class com.tomtom.pnd.maplib.MapControllerImp
-  
- setMapCenter(double, double) - Method in class com.tomtom.pnd.maplib.MapControllerImp
-  
- setMapCenterToCurrentLocation() - Method in interface com.tomtom.pnd.maplib.MapController
- 
Centers the map on the current location of the device. 
- setMapCenterToCurrentLocation() - Method in class com.tomtom.pnd.maplib.MapControllerImp
-  
- setPanEnabled(boolean) - Method in interface com.tomtom.pnd.maplib.MapController
- 
Control whether or not the user is allowed to pan the map using touch gestures. 
- setPanEnabled(boolean) - Method in class com.tomtom.pnd.maplib.MapControllerImp
-  
- setSensorLocationEnabled(boolean) - Method in interface com.tomtom.pnd.maplib.MapController
- 
Enable/disable sensor location. 
- setSensorLocationEnabled(boolean, Drawable) - Method in interface com.tomtom.pnd.maplib.MapController
- 
Enable/disable sensor location. 
- setSensorLocationEnabled(boolean) - Method in class com.tomtom.pnd.maplib.MapControllerImp
-  
- setSensorLocationEnabled(boolean, Drawable) - Method in class com.tomtom.pnd.maplib.MapControllerImp
-  
- setTag(Object) - Method in class com.tomtom.pnd.maplib.Marker
- 
Sets the given  Object as a tag to this  Marker. 
- setUserPanDisablesAutoCenterEnabled(boolean) - Method in interface com.tomtom.pnd.maplib.MapController
- 
Disables the auto-center mode once the user pans. 
- setUserPanDisablesAutoCenterEnabled(boolean) - Method in class com.tomtom.pnd.maplib.MapControllerImp
-  
- setZoomEnabled(boolean) - Method in interface com.tomtom.pnd.maplib.MapController
- 
Control whether or not the user is allowed to zoom the map using touch gestures. 
- setZoomEnabled(boolean) - Method in class com.tomtom.pnd.maplib.MapControllerImp
-  
- setZoomLevel(int) - Method in interface com.tomtom.pnd.maplib.MapController
- 
Zoom the map to the given level. 
- setZoomLevel(int) - Method in class com.tomtom.pnd.maplib.MapControllerImp
-  
- StockLayers - Class in com.tomtom.pnd.maplib
- 
Class represents a list of stocks layers. 
- SuppressFBWarnings - Annotation Type in com.tomtom.pnd.maplib
- 
Warning suppression for  findbugs issues only.