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

Manual - enum entry in com.pointrlabs.core.locationsharing.models.LocationSharingNotificationType
 
MapboxConstants - class in com.pointrlabs.core.map.models
This Class represents the Mapbox constants used in the SDK
MapboxConstants.Companion - class in com.pointrlabs.core.map.models.MapboxConstants
 
MapboxLevel - class in com.pointrlabs.core.map.models
Model class represents the Mapbox layers for a level
MapboxLevel.Companion - class in com.pointrlabs.core.map.models.MapboxLevel
 
MapComponentViewInterface - class in com.pointrlabs.core.map.models
Interface to declare common functionality for views presented on Map Wudget
mapDidChangeLevel(PTRMapFragment,Level,Boolean) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map level changes.
mapDidChangeLevel(PTRMapFragment,Level,Boolean) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map level changes.
mapDidChangeRegion(PTRMapFragment,Boolean) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
Method to be triggered after map changes displayed region
mapDidChangeRegion(PTRMapFragment,Boolean) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
Method to be triggered after map changes displayed region
mapDidChangeTrackingMode(PTRMapFragment,MapTrackingMode,MapTrackingMode) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map tracking mode changes.
mapDidChangeTrackingMode(PTRMapFragment,MapTrackingMode,MapTrackingMode) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map tracking mode changes.
mapDidDetectFocusedSite(PTRMapFragment,Site,List) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
Method to be called every time the focussed site or facilities changes
mapDidDetectFocusedSite(PTRMapFragment,Site,List) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the focussed site/building changes.
mapDidDetectVisibleSites(PTRMapFragment,List,List) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the visible sites/buildings changes.
mapDidDetectVisibleSites(PTRMapFragment,List,List) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the visible sites/buildings changes.
mapDidEndLoading(PTRMapFragment) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map finishes loading.
mapDidEndLoading(PTRMapFragment) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map finishes loading.
mapDidFailToLoad(PTRMapFragment,TypeAliased(typeAlias=GenericTypeConstructor(dri=kotlin/Exception///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/Exception///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map fails to load.
mapDidFailToLoad(PTRMapFragment,TypeAliased(typeAlias=GenericTypeConstructor(dri=kotlin/Exception///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/Exception///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map fails to load.
mapDidReceiveFling(PTRMapFragment) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
Method to be triggered when a fling gesture is detected.
mapDidReceiveFling(PTRMapFragment) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
Method to be triggered when a fling gesture is detected.
mapDidReceiveTap(PTRMapFragment,CalculatedLocation) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map is tapped.
mapDidReceiveTap(PTRMapFragment,CalculatedLocation) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map is tapped.
mapDidReceiveTapOnMarker(PTRMapViewMarker) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when a marker is tapped on the map.
mapDidReceiveTapOnMarker(PTRMapViewMarker) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
s This function is triggered when the marker is tapped.
mapDidReceiveTapOnPoi(PTRMapFragment,Poi) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when a poi is tapped on the map.
mapDidReceiveTapOnPoi(PTRMapFragment,Poi) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when a poi is tapped on the map.
mapDidRotate(PTRMapFragment,Double) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map rotates.
mapDidRotate(PTRMapFragment,Double) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map rotates.
mapDidScrollTo(PTRMapFragment,PTRMapViewBounds) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map view scrolls.
mapDidScrollTo(PTRMapFragment,PTRMapViewBounds) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map view scrolls.
mapDidStartLoading(PTRMapFragment) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map starts loading.
mapDidStartLoading(PTRMapFragment) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when the map starts loading.
mapDidUpdateStyle(PTRMapFragment) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when Style of the map updated.
mapDidUpdateStyle(PTRMapFragment) - function in com.pointrlabs.core.map.models.events_listeners.MapEventsListener
This function is triggered when Style of the map updated.
mapDidZoom(PTRMapFragment,Double) - function in com.pointrlabs.core.map.handlers.MapEventsHandler
This function is triggered when the map changes the zoom level.
mapDidZoom(PTRMapFragment,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
MappedBeacon.Companion - class in com.pointrlabs.core.management.models.MappedBeacon
 
MapRetrievalError - enum entry in com.pointrlabs.core.map.models.PTRError
 
Maps - enum entry in com.pointrlabs.core.management.models.DataType
 
mapToItem(PoiGroup,List,TypeAliased(typeAlias=Nullable(inner=GenericTypeConstructor(dri=kotlin.collections/ArrayList///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))), inner=Nullable(inner=GenericTypeConstructor(dri=java.util/ArrayList///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))),Building,PositionManager,PathManager) - function in com.pointrlabs.core.map.viewmodels.search.mappers.PoiGroupMapper
 
mapToItem(Poi,TypeAliased(typeAlias=Nullable(inner=GenericTypeConstructor(dri=kotlin.collections/ArrayList///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))), inner=Nullable(inner=GenericTypeConstructor(dri=java.util/ArrayList///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))),Building,PositionManager,PathManager) - function in com.pointrlabs.core.map.viewmodels.search.mappers.PoiMapper
 
mapToItem(Collection,TypeAliased(typeAlias=Nullable(inner=GenericTypeConstructor(dri=kotlin.collections/ArrayList///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))), inner=Nullable(inner=GenericTypeConstructor(dri=java.util/ArrayList///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))),Building,PositionManager,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
measure(int,int) - function in android.view.PinJoystickView
 
measure(Integer,Integer) - function in android.view.ExpandableLayout
 
measure(Integer,Integer) - function in android.view.PTRFloatingActionButton
 
measure(Integer,Integer) - function in android.view.PTRFrameLayout
 
measure(Integer,Integer) - function in android.view.PTRLoader
 
measure(Integer,Integer) - function in android.view.LevelSelectorView
 
measure(Integer,Integer) - function in android.view.LevelView
 
measure(Integer,Integer) - function in android.view.NavigationFooterView
 
measure(Integer,Integer) - function in android.view.PathFindingView
 
measure(Integer,Integer) - function in android.view.PoiDetailsView
 
measure(Integer,Integer) - function in android.view.RouteHeaderView
 
measure(Integer,Integer) - function in android.view.RouteSummaryView
 
measure(Integer,Integer) - function in android.view.SearchEditText
 
measure(Integer,Integer) - function in android.view.PTRMapTrackingModeButton
 
measureChild(View,Integer,Integer) - function in android.view.ExpandableLayout
 
measureChild(View,Integer,Integer) - function in android.view.PTRFrameLayout
 
measureChild(View,Integer,Integer) - function in android.view.LevelSelectorView
 
measureChild(View,Integer,Integer) - function in android.view.LevelView
 
measureChild(View,Integer,Integer) - function in android.view.NavigationFooterView
 
measureChild(View,Integer,Integer) - function in android.view.PathFindingView
 
measureChild(View,Integer,Integer) - function in android.view.PoiDetailsView
 
measureChild(View,Integer,Integer) - function in android.view.RouteHeaderView
 
measureChild(View,Integer,Integer) - function in android.view.RouteSummaryView
 
measureChild(View,Integer,Integer) - function in android.view.SearchEditText
 
measureChildren(Integer,Integer) - function in android.view.ExpandableLayout
 
measureChildren(Integer,Integer) - function in android.view.PTRFrameLayout
 
measureChildren(Integer,Integer) - function in android.view.LevelSelectorView
 
measureChildren(Integer,Integer) - function in android.view.LevelView
 
measureChildren(Integer,Integer) - function in android.view.NavigationFooterView
 
measureChildren(Integer,Integer) - function in android.view.PathFindingView
 
measureChildren(Integer,Integer) - function in android.view.PoiDetailsView
 
measureChildren(Integer,Integer) - function in android.view.RouteHeaderView
 
measureChildren(Integer,Integer) - function in android.view.RouteSummaryView
 
measureChildren(Integer,Integer) - function in android.view.SearchEditText
 
measureChildWithMargins(View,Integer,Integer,Integer,Integer) - function in android.view.ExpandableLayout
 
measureChildWithMargins(View,Integer,Integer,Integer,Integer) - function in android.view.PTRFrameLayout
 
measureChildWithMargins(View,Integer,Integer,Integer,Integer) - function in android.view.LevelSelectorView
 
measureChildWithMargins(View,Integer,Integer,Integer,Integer) - function in android.view.LevelView
 
measureChildWithMargins(View,Integer,Integer,Integer,Integer) - function in android.view.NavigationFooterView
 
measureChildWithMargins(View,Integer,Integer,Integer,Integer) - function in android.view.PathFindingView
 
measureChildWithMargins(View,Integer,Integer,Integer,Integer) - function in android.view.PoiDetailsView
 
measureChildWithMargins(View,Integer,Integer,Integer,Integer) - function in android.view.RouteHeaderView
 
measureChildWithMargins(View,Integer,Integer,Integer,Integer) - function in android.view.RouteSummaryView
 
measureChildWithMargins(View,Integer,Integer,Integer,Integer) - function in android.view.SearchEditText
 
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
 
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
 
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