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

mailto - enum entry in com.pointrlabs.core.map.models.PoiDetailButtonAction
 
Manual - enum entry in com.pointrlabs.core.locationsharing.models.LocationSharingNotificationType
 
MapboxLayerExtKt - class in com.pointrlabs.core.map.models
 
MapClick - enum entry in com.pointrlabs.core.analytics.model.PTRPoiEventOrigin
 
MapComponentViewInterface - class in com.pointrlabs.core.map.models
Interface to declare common functionality for views presented on Map Wudget
MapConstants - class in com.pointrlabs.core.map.models
This Class represents the Mapbox constants used in the SDK
mapDidChangeLevel(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.management.models.Level,java.lang.Boolean) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map level changes.
mapDidChangeLevel(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.management.models.Level,java.lang.Boolean) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map level changes.
mapDidChangeRegion(com.pointrlabs.core.map.views.PTRMapFragment,java.lang.Boolean) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
Method to be triggered after map changes displayed region
mapDidChangeRegion(com.pointrlabs.core.map.views.PTRMapFragment,java.lang.Boolean) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
Method to be triggered after map changes displayed region
mapDidChangeTrackingMode(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.map.models.MapTrackingMode,com.pointrlabs.core.map.models.MapTrackingMode) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map tracking mode changes.
mapDidChangeTrackingMode(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.map.models.MapTrackingMode,com.pointrlabs.core.map.models.MapTrackingMode) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map tracking mode changes.
mapDidDetectFocusedSite(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.management.models.Site,java.util.List) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
Method to be called every time the focussed site or facilities changes
mapDidDetectFocusedSite(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.management.models.Site,java.util.List) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the focussed site/building changes.
mapDidDetectVisibleSites(com.pointrlabs.core.map.views.PTRMapFragment,java.util.List,java.util.List) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the visible sites/buildings changes.
mapDidDetectVisibleSites(com.pointrlabs.core.map.views.PTRMapFragment,java.util.List,java.util.List) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the visible sites/buildings changes.
mapDidEndLoading(com.pointrlabs.core.map.views.PTRMapFragment) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map finishes loading.
mapDidEndLoading(com.pointrlabs.core.map.views.PTRMapFragment) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map finishes loading.
mapDidFailToLoad(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.map.models.PTRError) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map fails to load.
mapDidFailToLoad(com.pointrlabs.core.map.views.PTRMapFragment,kotlin.Exception) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map fails to load.
mapDidFailToLoad(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.map.models.PTRError) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map fails to load.
mapDidFailToLoad(com.pointrlabs.core.map.views.PTRMapFragment,kotlin.Exception) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map fails to load.
mapDidReceiveFling(com.pointrlabs.core.map.views.PTRMapFragment) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
Method to be triggered when a fling gesture is detected.
mapDidReceiveFling(com.pointrlabs.core.map.views.PTRMapFragment) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
Method to be triggered when a fling gesture is detected.
mapDidReceiveTap(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.positioning.model.CalculatedLocation) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map is tapped.
mapDidReceiveTap(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.positioning.model.CalculatedLocation) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map is tapped.
mapDidReceiveTapOnBuilding(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.management.models.Building) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when a building is tapped on the map.
mapDidReceiveTapOnBuilding(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.management.models.Building) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when a building is tapped on the map.
mapDidReceiveTapOnFeature(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.geojson.Feature) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when a feature is tapped on the map.
mapDidReceiveTapOnFeature(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.geojson.Feature) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
s This function is triggered when the feature is tapped.
mapDidReceiveTapOnMarker(com.pointrlabs.core.map.models.PTRMapViewMarker) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when a marker is tapped on the map.
mapDidReceiveTapOnMarker(com.pointrlabs.core.map.models.PTRMapViewMarker) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
s This function is triggered when the marker is tapped.
mapDidReceiveTapOnPoi(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.poi.models.Poi) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when a poi is tapped on the map.
mapDidReceiveTapOnPoi(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.poi.models.Poi) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when a poi is tapped on the map.
mapDidReceiveTapOnSite(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.management.models.Site) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when a site is tapped on the map.
mapDidReceiveTapOnSite(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.management.models.Site) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when a site is tapped on the map.
mapDidRotate(com.pointrlabs.core.map.views.PTRMapFragment,java.lang.Double) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map rotates.
mapDidRotate(com.pointrlabs.core.map.views.PTRMapFragment,java.lang.Double) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map rotates.
mapDidScrollTo(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.map.models.PTRMapViewBounds) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map view scrolls.
mapDidScrollTo(com.pointrlabs.core.map.views.PTRMapFragment,com.pointrlabs.core.map.models.PTRMapViewBounds) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map view scrolls.
mapDidStartLoading(com.pointrlabs.core.map.views.PTRMapFragment) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map starts loading.
mapDidStartLoading(com.pointrlabs.core.map.views.PTRMapFragment) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map starts loading.
mapDidUpdateStyle(com.pointrlabs.core.map.views.PTRMapFragment) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when Style of the map updated.
mapDidUpdateStyle(com.pointrlabs.core.map.views.PTRMapFragment) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when Style of the map updated.
mapDidZoom(com.pointrlabs.core.map.views.PTRMapFragment,java.lang.Double) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map changes the zoom level.
mapDidZoom(com.pointrlabs.core.map.views.PTRMapFragment,java.lang.Double) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map changes the zoom level.
MapEventsHandler - class in com.pointrlabs.core.map.handlers
Default handler PTRMapFragment.
MapEventsListener - class in com.pointrlabs.core.map.models.events_listeners
 
MapLoadingGenericError - enum entry in com.pointrlabs.core.map.models.PTRError
 
mapOnlyConfiguration() - function in com.pointrlabs.core.map.viewmodels.PTRMapWidgetConfiguration.Companion
Constructs a PTRMapWidgetConfiguration that only displays map.
MappedBeacon - class in com.pointrlabs.core.management.models
Represents the information for the beacon
MapRetrievalError - enum entry in com.pointrlabs.core.map.models.PTRError
 
Maps - enum entry in com.pointrlabs.core.management.models.DataType
 
Maps - enum entry in com.pointrlabs.core.management.models.PTRDeepLinkUrlAction
 
mapToItem(com.pointrlabs.core.poi.models.PoiGroup,kotlin.collections.ArrayList,kotlin.collections.ArrayList,java.lang.ref.WeakReference,com.pointrlabs.core.pathfinding.PathManager) - function in com.pointrlabs.core.map.viewmodels.search.mappers.PoiGroupMapper
 
mapToItem(com.pointrlabs.core.poi.models.Poi,kotlin.collections.ArrayList,java.lang.ref.WeakReference,com.pointrlabs.core.pathfinding.PathManager) - function in com.pointrlabs.core.map.viewmodels.search.mappers.PoiMapper
 
mapToItem(java.util.Collection,kotlin.collections.ArrayList,java.lang.ref.WeakReference,com.pointrlabs.core.pathfinding.PathManager) - function in com.pointrlabs.core.map.viewmodels.search.mappers.SearchItemMapper
 
MapTrackingMode - class in com.pointrlabs.core.map.models
Modes can be used on map to ensure multiple kinds of map displays
MapWidgetEventsHandler - class in com.pointrlabs.core.map.handlers
 
measure(int,int) - function in android.view.View
 
measure(java.lang.Integer,java.lang.Integer) - function in android.view.View
 
measureChild(android.view.View,int,int) - function in androidx.recyclerview.widget.RecyclerView.LayoutManager
 
measureChildWithMargins(android.view.View,int,int) - function in androidx.recyclerview.widget.RecyclerView.LayoutManager
 
Medium - enum entry in com.pointrlabs.core.map.models.PTRDetectionStrength
 
Message - class in com.pointrlabs.core.management.models
Message class
Metro - enum entry in com.pointrlabs.core.pathfinding.model.NodeType

Metro

mid - enum entry in com.pointrlabs.core.poi.models.ZoomLevel
 
MINUTE - enum entry in com.pointrlabs.core.util.Utils.NamedTimeUnit.Companion.UnitType
 
MONTH - enum entry in com.pointrlabs.core.util.Utils.NamedTimeUnit.Companion.UnitType
 
Move - enum entry in com.pointrlabs.core.map.models.CameraRequestType
 
MoveToCalibrate - enum entry in com.pointrlabs.core.pathfinding.model.LiveDirectionMessageType
 
moveView(int,int) - function in androidx.recyclerview.widget.RecyclerView.LayoutManager
 
MultiLineString - enum entry in com.pointrlabs.core.geometry.GeometryType
 
MultiPoint - enum entry in com.pointrlabs.core.geometry.GeometryType
 
MultiPolygon - enum entry in com.pointrlabs.core.geometry.GeometryType
 
MutableAnalyticsConfiguration - class in com.pointrlabs.core.configuration
 
MutableAppStateManagerConfiguration - class in com.pointrlabs.core.configuration
 
MutableAugmentingRealityConfiguration - class in com.pointrlabs.core.configuration
 
MutableBannerConfiguration - class in com.pointrlabs.core.configuration
 
MutableConfiguration - class in com.pointrlabs.core.configuration
 
MutableDataManagerConfiguration - class in com.pointrlabs.core.configuration
 
MutableGeofenceManagerConfiguration - class in com.pointrlabs.core.configuration
 
MutableLocationSharingConfiguration - class in com.pointrlabs.core.configuration
 
MutablePathManagerConfiguration - class in com.pointrlabs.core.configuration
 
MutablePoiManagerConfiguration - class in com.pointrlabs.core.configuration
 
MutablePositionManagerConfiguration - class in com.pointrlabs.core.configuration
 
MutableProductConfiguration - class in com.pointrlabs.core.configuration
 
MutableSdkConfiguration - class in com.pointrlabs.core.configuration
 
MutableUserInterfaceConfiguration - class in com.pointrlabs.core.configuration
 
MutableUserManagerConfiguration - class in com.pointrlabs.core.configuration
 
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