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

M

M2D - enum entry in com.telenav.map.api.controllers.Camera.RenderMode
 
M3D - enum entry in com.telenav.map.api.controllers.Camera.RenderMode
 
MAIN_AREA - enum entry in com.telenav.sdk.datacollector.model.event.type.EventModuleValue
 
MAIN_DISTRICT - enum entry in com.telenav.sdk.map.model.RoadType
 
MAIN_ROAD_NO_SEP - enum entry in com.telenav.sdk.map.model.RoadSubtype
 
MAIN_ROAD_SEP - enum entry in com.telenav.sdk.map.model.RoadSubtype
 
MAINDISTRICT - enum entry in com.telenav.sdk.datacollector.model.event.type.RoadType
 
MAINROADSEP - enum entry in com.telenav.sdk.datacollector.model.event.type.RoadSubType
 
Maneuver - class in com.telenav.sdk.map.direction.model
Data class that contains information about guidance maneuver.
ManeuverInfo - class in com.telenav.sdk.drivesession.model
Data structure of maneuver point information(name, turn type, length) during navigation
ManeuverStatus - class in com.telenav.sdk.navigation.model
 
MANUAL - enum entry in com.telenav.sdk.datacollector.model.event.TripEndEvent.TripEndMode
 
MANUAL - enum entry in com.telenav.sdk.datacollector.model.event.TripStartEvent.TripStartMode
 
MANUAL_STOP - enum entry in com.telenav.sdk.datacollector.model.event.TripEndEvent.TripEndReason
 
MAP - enum entry in com.telenav.sdk.datacollector.model.event.type.DisplayType
 
MAP_AREA - enum entry in com.telenav.sdk.datacollector.model.event.type.EventModuleValue
 
MAP_ICON - enum entry in com.telenav.sdk.datacollector.model.event.type.RouteTriggerType
 
MAP_PRESS - enum entry in com.telenav.sdk.datacollector.model.event.type.SearchTriggerType
 
MAP_VIEW - enum entry in com.telenav.sdk.datacollector.model.event.EntityActionEvent.DisplayMode
 
MapContentErrorCode - class in com.telenav.sdk.map.content.model
Annotation class that defines the map content error codes.
MapContentManager - class in com.telenav.sdk.map
Defines public APIs of MapContent service
MapContentManager.Companion - class in com.telenav.sdk.map.MapContentManager
 
MapContentService - class in com.telenav.sdk.map.content
Interface that defines the Map Content APIs.
MapContentService.Factory - class in com.telenav.sdk.map.content.MapContentService
Factory class that creates MapContentService instances.
MapContentService.Settings - class in com.telenav.sdk.map.content.MapContentService
Defines the key names for the Map Content related settings used to initialize MapContentService.
MapContentServiceException - class in com.telenav.sdk.map.content.exception
A data class holding all the exceptions messages for map content service.
MapContentServiceException.Message - class in com.telenav.sdk.map.content.exception.MapContentServiceException
Interface that defines all of the exceptions messages that can be thrown by the map content service:
MapContentStatusListener - class in com.telenav.sdk.map.content.listener
 
mapDiagnosis() - function in com.telenav.map.api.ClusterMapView
This method is used to return the object used to diagnose ClusterMapView
mapDiagnosis() - function in com.telenav.map.api.MapSubView
This method is used to return the object used to diagnose MapView
mapDiagnosis() - function in com.telenav.map.api.MapView
This method is used to return the object used to diagnose MapView
mapDiagnosis() - function in com.telenav.map.views.TnAAOSMapView
This method is used to return the object used to diagnose MapView
mapDiagnosis() - function in com.telenav.map.views.TnClusterMapView
This method is used to return the object used to diagnose ClusterMapView
mapDiagnosis() - function in com.telenav.map.views.TnMapView
This method is used to return the object used to diagnose MapView
MapElement - class in com.telenav.map.elements
Class that represents an element of the map that is not user-data passed in through the API Copyright reserved by telenav 2021.
MapElement.TrafficIncident - class in com.telenav.map.elements.MapElement
 
MapElement.Type - class in com.telenav.map.elements.MapElement
 
MapElementTouchListener - class in com.telenav.map.api.touch.listeners
MapElementTouchListener class, used to receive touch events of map elements back from MapView Copyright reserved by telenav 2020.
MapEngineException - class in com.telenav.map.exception
A data class holding all the exceptions messages for Map module.
MapEngineException.Message - class in com.telenav.map.exception.MapEngineException
Interface that defines all of the exceptions messages that can be thrown within the SDK and engine module:
MapEngineException.Message.Companion - class in com.telenav.map.exception.MapEngineException.Message
 
MAPICON - enum entry in com.telenav.sdk.datacollector.model.event.type.SearchTriggerType
 
MapMode - class in com.telenav.map.api.search
Map mode
MapObjectId - class in com.telenav.sdk.map.model
Id of map object.
MapSubView - class in com.telenav.map.api
 
MapView - class in com.telenav.map.api
MapView is our primary class to show Map and Navigation information on the map.
MapView.Companion - class in com.telenav.map.api.MapView
 
MapView.MapViewData - class in com.telenav.map.api.MapView
The MapView data class
MapView.MapViewException - class in com.telenav.map.api.MapView
MapView Exception class, which will be throw if anything unexpected happened around map view operation.
MapView.MapViewListener - class in com.telenav.map.api.MapView
MapViewListener class, use to receive the map view event
MapView.SnapshotReadyCallback - class in com.telenav.map.api.MapView
Interface for snapshot generation callback
MapViewInitConfig - class in com.telenav.map.api
MapViewInitConfig is a data class that holds the context, dpi, default location, and ready listener for a MapView.
MapViewReadyListener - class in com.telenav.map.api
* General purpose notification interface used to communicate that MapView, MapSubView or ClusterMapView is ready to be used.
Margins - class in com.telenav.map.api
Margins class to help describe margins in various ways Copyright reserved by telenav 2020.
Margins.Percentages - class in com.telenav.map.api.Margins
Margins described in terms of percentages of the view
Margins.Pixels - class in com.telenav.map.api.Margins
Margins described in terms of pixels
MASTERCARD - enum entry in com.telenav.sdk.datacollector.model.event.type.CardTypeValue
 
MatchReason - class in com.telenav.sdk.map.direction.model
Annotation class that defines the reason of how to match travel point.
MAXIMUM - enum entry in com.telenav.map.api.AutoZoomLevel

Maximum zoom level, showing the most map area possible with auto-zoom.

measure(Integer,Integer) - function in android.view.View
 
measure(Integer,Integer) - function in android.view.View
 
MediaProviderValue - class in com.telenav.sdk.datacollector.model.event.type
 
MEDIUM - enum entry in com.telenav.map.api.AutoZoomLevel

Medium zoom level, showing a moderate increase in map area visibility compared to the default.

MEDIUM - enum entry in com.telenav.sdk.datacollector.model.event.CrashEvent.LevelType
 
MEDIUM - enum entry in com.telenav.sdk.datacollector.model.event.HardAccelerationEvent.LevelType
 
MEDIUM - enum entry in com.telenav.sdk.datacollector.model.event.HardBrakeEvent.LevelType
 
MEDIUM - enum entry in com.telenav.sdk.datacollector.model.event.SafetyAlertEvent.AlertLevel
 
MEDIUM - enum entry in com.telenav.sdk.datacollector.model.event.SharpTurnEvent.LevelType
 
MEDIUM - enum entry in com.telenav.sdk.datacollector.model.event.type.SpeedingItem.SpeedingType
 
MEDIUM - enum entry in com.telenav.sdk.guidance.audio.model.VerbosityLevel

Some audio won't be prompted in this level. The default behavior is: first phase won't be prompted

MEDIUM - enum entry in com.telenav.sdk.map.content.model.EaseOfParkingLevel
 
MEETUP - enum entry in com.telenav.sdk.datacollector.model.event.type.RouteDestType
 
MERGE_LEFT - enum entry in com.telenav.sdk.map.model.TurnType

Merge onto a road or lane to the left.

MERGE_RIGHT - enum entry in com.telenav.sdk.map.model.TurnType

Merge onto a road or lane to the right.

MESSAGE_WIDGET - enum entry in com.telenav.sdk.datacollector.model.event.type.EventModuleValue
 
MFC - enum entry in com.telenav.sdk.datacollector.model.event.type.InteractionMethodValue
 
MID - enum entry in com.telenav.map.api.controllers.autozoom.enums.AutoZoomRange

Range is mid, speed is in the range from 60 to 90 km/h

MID_PROBABILITY - enum entry in com.telenav.sdk.map.content.model.ProbabilityLevel
 
MID_SPEED_LIMIT_LEVEL - enum entry in com.telenav.map.api.controllers.autozoom.enums.SpeedLimitLevel

Speed limit is mid

MILE - enum entry in com.telenav.sdk.datacollector.model.event.RewardFeatureInteractionEvent.ChallengeUnitType
 
MILEAGE - enum entry in com.telenav.sdk.datacollector.model.event.type.LaunchDisplayType
 
MILES_PER_HOUR - enum entry in com.telenav.sdk.drivesession.model.SpeedLimitInfo.SpeedLimitUnit

Miles per hour

MINIMIZE - enum entry in com.telenav.sdk.datacollector.model.event.type.ClickActionType
 
MINIMUM - enum entry in com.telenav.sdk.guidance.audio.model.VerbosityLevel

Only little audio will be prompted in this level The default behavior is: info and first phase won't be prompted, second and third phase won't be prompted if it's a simple turn

minusKey(CoroutineContext.Key) - function in kotlin.coroutines.CoroutineContext.Element
 
MISCELLANEOUS - enum entry in com.telenav.sdk.datacollector.model.event.type.DeviationCauseType
 
MISMATCHED - enum entry in com.telenav.sdk.datacollector.model.event.ContentSwitchEvent.ContentSwitchStatusValue
 
MMFeedback - class in com.telenav.sdk.position.model
Map matching feedback info
MMFeedbackInfo - class in com.telenav.sdk.drivesession.model
Map Matching feedback info
MOBILE - enum entry in com.telenav.sdk.datacollector.model.event.type.EventEnvironmentValue
 
MOBILE_SPEED_CAMERA - enum entry in com.telenav.sdk.guidance.audio.model.AudioPromptType

Mobile speed camera ahead. AlertType::SpeedCamera

MORE - enum entry in com.telenav.sdk.datacollector.model.event.type.CategoryType
 
MORE - enum entry in com.telenav.sdk.datacollector.model.event.type.ClickActionType
 
MOTION - enum entry in com.telenav.sdk.datacollector.model.event.TripEndEvent.TripEndReason
 
MOTORCYCLE - enum entry in com.telenav.sdk.datacollector.model.event.TransportationModeClassificationEvent.TransportationMode
 
MOTORCYCLE - enum entry in com.telenav.sdk.datacollector.model.event.TransportationModeLabelingEvent.TransportationMode
 
Move - enum entry in com.telenav.map.api.touch.TouchType

Press and drag on the screen

moveToTurnArrow(String,Integer,Integer) - function in com.telenav.map.api.controllers.RoutesController
moves the camera to a specified turn arrow, call showTurnArrow first
MOVIES - enum entry in com.telenav.sdk.datacollector.model.event.type.CategoryType
 
MPP_MISMATCH - enum entry in com.telenav.sdk.datacollector.model.EventType.Navigation
 
MPPMismatchEvent - class in com.telenav.sdk.datacollector.model.event
MPPMismatchEvent Schema model object.
MPPMismatchEvent.Builder - class in com.telenav.sdk.datacollector.model.event.MPPMismatchEvent
 
MPPMismatchEvent.GuidanceMode - class in com.telenav.sdk.datacollector.model.event.MPPMismatchEvent
 
MPPMismatchEvent.MPPMismatchTypeValue - class in com.telenav.sdk.datacollector.model.event.MPPMismatchEvent
 
MULTIBOX - enum entry in com.telenav.sdk.datacollector.model.event.type.SearchTriggerType
 
MULTIBOX_ADDRESS - enum entry in com.telenav.sdk.datacollector.model.event.WordSuggestEvent.WordSuggestTriggerType
 
MULTIBOX_ADDRESS - enum entry in com.telenav.sdk.datacollector.model.event.type.SearchTriggerType
 
MULTIBOX_INTERSECTION - enum entry in com.telenav.sdk.datacollector.model.event.WordSuggestEvent.WordSuggestTriggerType
 
MULTIBOX_INTERSECTION - enum entry in com.telenav.sdk.datacollector.model.event.type.SearchTriggerType
 
MULTIBOX_PLACES - enum entry in com.telenav.sdk.datacollector.model.event.WordSuggestEvent.WordSuggestTriggerType
 
MULTIBOX_PLACES - enum entry in com.telenav.sdk.datacollector.model.event.type.SearchTriggerType
 
MULTIPLE_RESTRICTIONS_BLOCKED - enum entry in com.telenav.sdk.guidance.audio.model.AudioPromptType

Sample: warning. Restrictions ahead, cannot pass through. AlertType::PhysicalRestriction, AlertType::TimedRestriction, AlertType::HazardousMaterialRestriction, AlertType::AccessRestriction. When there are more than one available restrictions at the same point, audio will merge them into this prompt. This type couldn't be turned on or off.

MUTE - enum entry in com.telenav.sdk.guidance.audio.model.VerbosityLevel

No tone or audio will be provided in this level. The default behavior is: no audio will be prompted.

MY_ORDERS - enum entry in com.telenav.sdk.datacollector.model.event.type.EventZoneValue
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y  Z