Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Y 

M

main(String[]) - Static method in class haberman.rhizomatics.data.OneEuroFilter
 
MainActivity - Class in haberman.rhizomatics
 
MainActivity() - Constructor for class haberman.rhizomatics.MainActivity
 
MainActivity.DevMode - Enum in haberman.rhizomatics
 
manager() - Static method in class haberman.rhizomatics.data.SharedBuffer
 
map() - Static method in class haberman.rhizomatics.data.SharedBuffer
 
Map - Class in haberman.rhizomatics.fsm
The Map state machine.
Map(Context, MapView) - Constructor for class haberman.rhizomatics.fsm.Map
Constructor.
map - Variable in class haberman.rhizomatics.MainActivity
 
Map.AppState - Enum in haberman.rhizomatics.fsm
States enum.
Map.AppTrigger - Enum in haberman.rhizomatics.fsm
Triggers enum.
Map.IdleEntry - Class in haberman.rhizomatics.fsm
Action taken before the state machine enters Map.AppState.IDLE -> clears the Map.places_ list, nullify and destroy the Mapbox Map.view_.
Map.LoadEntry - Class in haberman.rhizomatics.fsm
Action taken before the state machine enters Map.AppState.LOADING -> inits the Map.area_ and gets a new Mapbox instance (asynchronously).
Map.MarkEntry - Class in haberman.rhizomatics.fsm
Action taken when the state machine enters Map.AppState.MARKING_ON.
Map.MarkExit - Class in haberman.rhizomatics.fsm
Action taken when we're leaving the discovery mode -> removes each marker from map.
Map.StopEntry - Class in haberman.rhizomatics.fsm
Action taken when the state machine enters Map.AppState.STOPPED -> Place.stop() every Map.places_ and sets Map.tracked_ to false.
Map.TrackEntry - Class in haberman.rhizomatics.fsm
Action taken when the state machine enters Map.AppState.TRACKING_ON.
Map.TrackExit - Class in haberman.rhizomatics.fsm
Action taken when the state machine exits Map.AppState.TRACKING_OFF -> Place.stop() every Map.places_.
map_ - Variable in class haberman.rhizomatics.data.SharedBuffer
Pointer to the displayed MapboxMap.
map_number(float, float, float, float, float) - Static method in class haberman.rhizomatics.utils.MathUtils
Maps a given input number from a range to another one.
map_ready_ - Variable in class haberman.rhizomatics.fsm.Map
Indicates that the map is ready.
MAP_TILT_MAX - Static variable in class haberman.rhizomatics.data.Constants
 
MAP_TILT_MIN - Static variable in class haberman.rhizomatics.data.Constants
Min / Max tilt when using sensor.
map_view - Variable in class haberman.rhizomatics.MainActivity
Views
MapEvent - Class in haberman.rhizomatics.events
IEvent implementation for map related events.
MapEvent(String, PlaceEntity) - Constructor for class haberman.rhizomatics.events.MapEvent
Constructor.
MAPMENU_ACTION - Static variable in class haberman.rhizomatics.events.UXEvent
 
MapMenuFragment - Class in haberman.rhizomatics.ui
Created by haberman on 3/15/18.
MapMenuFragment() - Constructor for class haberman.rhizomatics.ui.MapMenuFragment
 
mark(boolean) - Method in class haberman.rhizomatics.fsm.Map
mark(boolean) - Method in class haberman.rhizomatics.fsm.Place
Shows / hides the marker.
marked() - Method in class haberman.rhizomatics.fsm.Map
 
marked_ - Variable in class haberman.rhizomatics.fsm.Map
Keeps track of Map.AppState.RUNNING sub-states.
MarkEntry() - Constructor for class haberman.rhizomatics.fsm.Map.MarkEntry
 
marker() - Method in class haberman.rhizomatics.fsm.Place
 
marker_ - Variable in class haberman.rhizomatics.fsm.Place
A marker that could be displayed in any state but Place.AppState.STOPPED.
MARKER_NORMAL - Variable in class haberman.rhizomatics.fsm.Place
 
MARKER_OFF - Static variable in class haberman.rhizomatics.ui.toggle.ToggleMarker
 
MARKER_ON - Static variable in class haberman.rhizomatics.ui.toggle.ToggleMarker
 
marker_res_ - Variable in class haberman.rhizomatics.fsm.Place
The marker DrawableRes which is used to guess a selected state boolean.
MARKER_SELECT - Variable in class haberman.rhizomatics.fsm.Place
 
marker_select(boolean) - Method in class haberman.rhizomatics.fsm.Place
 
MarkerState() - Constructor for enum haberman.rhizomatics.data.SharedBuffer.MarkerState
 
MarkExit() - Constructor for class haberman.rhizomatics.fsm.Map.MarkExit
 
MathUtils - Class in haberman.rhizomatics.utils
Created by haberman on 17/10/17.
MathUtils() - Constructor for class haberman.rhizomatics.utils.MathUtils
 
min_distance(LatLng, ArrayList<LatLng>) - Static method in class haberman.rhizomatics.utils.GeoUtils
Returns the minimum distance between a reference point and a list of other locations.
min_distance_place(LatLng, ArrayList<PlaceEntity>) - Static method in class haberman.rhizomatics.data.DataManager
Returns the minimum distance between a reference point and a list of PlaceEntitys.
mincutoff - Variable in class haberman.rhizomatics.data.OneEuroFilter
 
mult(Vector2) - Method in class haberman.rhizomatics.data.Vector2
 
mult_scalar(float) - Method in class haberman.rhizomatics.data.Vector2
 
A B C D E F G H I J L M N O P R S T U V W X Y 
Skip navigation links