A B C D E F G H I K L M N O P R S T U V W X Y Z

M

m_alt - Variable in class net.landspurg.map.oneGPSPos
 
m_autoDisplay - Variable in class net.landspurg.map.Track
 
m_autoPositionningEnabeld - Variable in class net.landspurg.map.MapCanvas
True is map follow the last GPS position automatically...
m_autoTrack - Variable in class net.landspurg.map.MapCanvas
if true indicate that the map is automatically centered to the last GPS position
m_bluetoothEnabled - Static variable in class net.landspurg.util.UtilMidp
True is handset haves JSR82 (Bluetooth) capacities
m_category - Variable in class net.landspurg.map.OneLoc
 
m_col - Variable in class net.landspurg.map.OneLoc
 
m_colForeground - Variable in class net.landspurg.map.OneLoc
 
m_curRate - Static variable in class net.landspurg.map.Track
current sampling rate, in seconds...
m_curSat - Static variable in class net.landspurg.map.MapCanvas
 
m_customOverlay - Static variable in class net.landspurg.map.BufferImage
 
m_dataDownloadCounter - Static variable in class net.landspurg.map.BufferImage
 
m_defaultHeight - Static variable in class net.landspurg.map.OneLoc
 
m_defaultLocType - Static variable in class net.landspurg.map.Track
 
m_defaultWidth - Static variable in class net.landspurg.map.OneLoc
Default width of the info window when the loc is selected This is recomputed at initialisation by the MapCanvas, but can be chaned later on.
m_dir - Variable in class net.landspurg.map.oneGPSPos
 
m_display - Variable in class net.landspurg.map.tools.ObexManager
 
m_display - Static variable in class net.landspurg.util.UtilMidp
Reference to the current display (used to display alerts)
m_displayable - Variable in class net.landspurg.map.tools.ObexManager
 
m_displayCenterArrow - Variable in class net.landspurg.map.MapCanvas
True to display a square in the center of the screen...
m_displaySize - Variable in class net.landspurg.map.MapCanvas
true if display the scale size marker when repainting the screen.
m_doNotUseNetwork - Static variable in class net.landspurg.map.BufferImage
 
m_drawConsumption - Variable in class net.landspurg.map.MapCanvas
 
m_drawLon - Variable in class net.landspurg.map.MapCanvas
True if the latitude and longitude needs to be displayed
m_gpsSegments - Variable in class net.landspurg.map.MapCanvas
Used by GPS positionning....
m_initCount - Variable in class net.landspurg.MapMain
 
m_isFileAPIEnabled - Static variable in class net.landspurg.util.UtilMidp
TRUE is handset haves JSR75 File API
m_lastLocation - Variable in class net.landspurg.map.MapCanvas
last
m_lat - Variable in class net.landspurg.map.oneGPSPos
 
m_lat - Variable in class net.landspurg.map.OneLoc
 
m_listener - Variable in class net.landspurg.map.tools.ObexManager
 
m_listMyPlaces - Variable in class net.landspurg.map.MapCanvas
The list of user places (MyPlaces) draw on top of the screen in green...
m_locationAware - Static variable in class net.landspurg.util.UtilMidp
True is handset is JSR179 enabled
m_locType - Variable in class net.landspurg.map.Track
 
m_lon - Variable in class net.landspurg.map.oneGPSPos
 
m_lon - Variable in class net.landspurg.map.OneLoc
 
m_midlet - Static variable in class net.landspurg.util.UtilMidp
Reference to the main midlet
m_mode - Variable in class net.landspurg.map.tools.GPSDisplay
 
m_modePacked - Static variable in class net.landspurg.map.BufferImage
TRUE is several requests are packed in one request.... exploratory only
m_modeSat - Variable in class net.landspurg.map.MapCanvas
Current display mode.
m_modeShortkey - Variable in class net.landspurg.map.MapCanvas
 
m_moreInfo - Variable in class net.landspurg.map.MapCanvas
 
m_name - Variable in class net.landspurg.map.Track
The name of this Track.
m_nameS - Variable in class net.landspurg.util.SendRecommendation
This will contains the nickname put by the user, if any...Can be null
m_obexEnabled - Static variable in class net.landspurg.util.UtilMidp
True if handset is able to do OBEX/Bluetooth (part of JSR82, but not mandatory)
m_pause - Variable in class net.landspurg.map.MapCanvas
true if you want to pause the record, during track recording...
m_phoneS - Variable in class net.landspurg.util.SendRecommendation
The number put by the user
m_record - Variable in class net.landspurg.map.MapCanvas
boolean that tell if we are recording (true) or not the current GPS path...
m_refreshType - Variable in class net.landspurg.map.Track
 
m_res - Variable in class net.landspurg.util.URLFetcher
 
m_segments - Variable in class net.landspurg.map.MapCanvas
The segments to be displayed if any.
m_smallFont - Static variable in class net.landspurg.util.UtilMidp
A reference to a small font
m_state - Static variable in class net.landspurg.map.MapCanvas
 
m_theListener - Variable in class net.landspurg.map.OneLoc
 
m_type - Variable in class net.landspurg.map.OneLoc
 
m_useFileAPI - Static variable in class net.landspurg.map.BufferImage
 
m_useNavizon - Static variable in class net.landspurg.MapMain
 
m_useOldFormImage - Static variable in class net.landspurg.util.UtilMidp
Use MIDP1.0 method for creating images....Useless now
m_useProxy - Static variable in class net.landspurg.map.BufferImage
True if the download process use a proxy server to convert images from jpg to png
m_useResampledImages - Variable in class net.landspurg.map.MapCanvas
This mode enable resampled image when zooming in
This might be CPU costly and can be disabeld.
m_useRMS - Static variable in class net.landspurg.map.BufferImage
 
m_useUSMetrics - Variable in class net.landspurg.map.MapCanvas
true is use metric are used, false for meters (default)
MapCanvas - Class in net.landspurg.map
This is the main interface to display a Map from Google...
MapCanvas() - Constructor for class net.landspurg.map.MapCanvas
Constructor of the canvas.
MapCanvasListener - Interface in net.landspurg.map
Can be used by an external class, to register to some event received by the canvas, and modify envetually the default behavior (mainly for key press.
MapCustomOverlay - Interface in net.landspurg.map
MapCustomOverlay.java Created on 28 novembre 2006, 11:42 Implement this interface to be able to display custom layers on top of the current map.
mapKeyPressed(MapCanvas, int) - Method in interface net.landspurg.map.MapCanvasListener
Called when a key has been pressed.
mapKeyPressed(MapCanvas, int) - Method in class net.landspurg.MapMain
 
MapMain - Class in net.landspurg
Main midlet for j2memap.
MapMain() - Constructor for class net.landspurg.MapMain
 
menus - Variable in class net.landspurg.map.MapCanvas
 
MODE_COMPASS - Static variable in class net.landspurg.map.tools.GPSDisplay
 
MODE_EARTH - Static variable in class net.landspurg.map.tools.GPSDisplay
 
MODE_SAT - Static variable in class net.landspurg.map.tools.GPSDisplay
 
MsgBox(String, String, AlertType, int) - Static method in class net.landspurg.util.UtilMidp
Utility function to create and display an alert
my_data - Variable in class net.landspurg.map.BufferImage
Object that can be initialized by the user of the classe

A B C D E F G H I K L M N O P R S T U V W X Y Z