Skip navigation links
A C D E F G H I L M O R S T U V 

A

ArCamera - Class in com.mapbox.vision.ar.core.models
Deprecated. 
ArCamera(fov, aspectRatio, roll, pitch, yaw, height) - Constructor for class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
Virtual AR camera parameters.
ArFence - Class in com.mapbox.vision.ar.core.models
State of an AR fence in the world space.
ArFence(curve, offset) - Constructor for class com.mapbox.vision.ar.core.models.ArFence
State of an AR fence in the world space.
ArLane - Class in com.mapbox.vision.ar.core.models
State of an AR lane in the world space.
ArLane(curve) - Constructor for class com.mapbox.vision.ar.core.models.ArLane
State of an AR lane in the world space.

C

Color - Class in com.mapbox.vision.ar.core.models
Specifies color in RGBA space. All values lay in range 0;1.
Color(r, g, b, a) - Constructor for class com.mapbox.vision.ar.core.models.Color
Specifies color in RGBA space. All values lay in range 0;1.
com.mapbox.vision.ar - package com.mapbox.vision.ar
 
com.mapbox.vision.ar.core.models - package com.mapbox.vision.ar.core.models
 
com.mapbox.vision.ar.view.gl - package com.mapbox.vision.ar.view.gl
 
Companion - Static variable in class com.mapbox.vision.ar.FenceVisualParams
 
Companion - Static variable in class com.mapbox.vision.ar.LaneVisualParams
 
component1() - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
Vertical field of view expressed in radians
component1() - Method in class com.mapbox.vision.ar.core.models.ArFence
Cubic spline describing geometry of the AR fence
component1() - Method in class com.mapbox.vision.ar.core.models.ArLane
Cubic spline describing geometry of the AR lane
component1() - Method in class com.mapbox.vision.ar.core.models.Color
 
component1() - Method in class com.mapbox.vision.ar.core.models.RoutePoint
Geographical coordinate of the point along the route
component1() - Method in class com.mapbox.vision.ar.FenceVisualParams
component1() - Method in class com.mapbox.vision.ar.LaneVisualParams
component2() - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
Aspect ratio
component2() - Method in class com.mapbox.vision.ar.core.models.ArFence
The direction of horizontal offset from the spline.
component2() - Method in class com.mapbox.vision.ar.core.models.Color
 
component2() - Method in class com.mapbox.vision.ar.core.models.RoutePoint
component2() - Method in class com.mapbox.vision.ar.FenceVisualParams
Fence height in meters
component2() - Method in class com.mapbox.vision.ar.LaneVisualParams
Width of the lane in meters
component3() - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
Roll of the camera in radians.
component3() - Method in class com.mapbox.vision.ar.core.models.Color
 
component3() - Method in class com.mapbox.vision.ar.FenceVisualParams
Vertical offset from the surface of the road in meters
component3() - Method in class com.mapbox.vision.ar.LaneVisualParams
Length of each single arrow of the lane
component4() - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
Pitch of the camera in radians.
component4() - Method in class com.mapbox.vision.ar.core.models.Color
 
component4() - Method in class com.mapbox.vision.ar.FenceVisualParams
Horizontal offset from center of road in meters
component5() - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
Yaw of the camera in radians.
component5() - Method in class com.mapbox.vision.ar.FenceVisualParams
Number of sections that the fence consists of
component6() - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
Height above the road surface in meters
copy(fov, aspectRatio, roll, pitch, yaw, height) - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
Virtual AR camera parameters.
copy(curve, offset) - Method in class com.mapbox.vision.ar.core.models.ArFence
State of an AR fence in the world space.
copy(curve) - Method in class com.mapbox.vision.ar.core.models.ArLane
State of an AR lane in the world space.
copy(r, g, b, a) - Method in class com.mapbox.vision.ar.core.models.Color
Specifies color in RGBA space. All values lay in range 0;1.
copy(coordinate, maneuverType) - Method in class com.mapbox.vision.ar.core.models.RoutePoint
Single point of a route.
copy(color, height, verticalOffset, horizontalOffset, sectionsCount) - Method in class com.mapbox.vision.ar.FenceVisualParams
Parameters used by class VisionArView to draw AR fence.
copy(color, width, arrowLength) - Method in class com.mapbox.vision.ar.LaneVisualParams
Parameters used by class VisionArView to draw AR lane.
create(baseVisionManager) - Static method in class com.mapbox.vision.ar.VisionArManager
Method for creating a class VisionArManager instance. It's only allowed to have one living instance of class VisionArManager

D

destroy() - Static method in class com.mapbox.vision.ar.VisionArManager
Cleanup the state and resources of class VisionArManager.

E

equals(p) - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
 
equals(p) - Method in class com.mapbox.vision.ar.core.models.ArFence
 
equals(p) - Method in class com.mapbox.vision.ar.core.models.ArLane
 
equals(p) - Method in class com.mapbox.vision.ar.core.models.Color
 
equals(p) - Method in class com.mapbox.vision.ar.core.models.RoutePoint
 
equals(p) - Method in class com.mapbox.vision.ar.FenceVisualParams
 
equals(p) - Method in class com.mapbox.vision.ar.LaneVisualParams
 

F

FENCE_DEFAULT_HEIGHT - Static variable in class com.mapbox.vision.ar.FenceVisualParams
 
FENCE_DEFAULT_HORIZONTAL_OFFSET - Static variable in class com.mapbox.vision.ar.FenceVisualParams
 
FENCE_DEFAULT_SECTIONS_COUNT - Static variable in class com.mapbox.vision.ar.FenceVisualParams
 
FENCE_DEFAULT_VERTICAL_OFFSET - Static variable in class com.mapbox.vision.ar.FenceVisualParams
 
FenceVisualParams - Class in com.mapbox.vision.ar
Parameters used by class VisionArView to draw AR fence.
FenceVisualParams(color, height, verticalOffset, horizontalOffset, sectionsCount) - Constructor for class com.mapbox.vision.ar.FenceVisualParams
Parameters used by class VisionArView to draw AR fence.
FenceVisualParams() - Constructor for class com.mapbox.vision.ar.FenceVisualParams
Parameters used by class VisionArView to draw AR fence.
FenceVisualParams.Companion - Class in com.mapbox.vision.ar
 

G

getA() - Method in class com.mapbox.vision.ar.core.models.Color
 
getArrowLength() - Method in class com.mapbox.vision.ar.LaneVisualParams
Length of each single arrow of the lane
getAspectRatio() - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
Aspect ratio
getB() - Method in class com.mapbox.vision.ar.core.models.Color
 
getColor() - Method in class com.mapbox.vision.ar.FenceVisualParams
getColor() - Method in class com.mapbox.vision.ar.LaneVisualParams
getCoordinate() - Method in class com.mapbox.vision.ar.core.models.RoutePoint
Geographical coordinate of the point along the route
getCurve() - Method in class com.mapbox.vision.ar.core.models.ArFence
Cubic spline describing geometry of the AR fence
getCurve() - Method in class com.mapbox.vision.ar.core.models.ArLane
Cubic spline describing geometry of the AR lane
getDestinationStreetName() - Method in class com.mapbox.vision.ar.core.models.Route
Destination street name
getEta() - Method in class com.mapbox.vision.ar.core.models.Route
Estimated time of arrival expressed in seconds
getFENCE_DEFAULT_COLOR() - Method in class com.mapbox.vision.ar.FenceVisualParams.Companion
 
getFov() - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
Vertical field of view expressed in radians
getG() - Method in class com.mapbox.vision.ar.core.models.Color
 
getHeight() - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
Height above the road surface in meters
getHeight() - Method in class com.mapbox.vision.ar.FenceVisualParams
Fence height in meters
getHorizontalOffset() - Method in class com.mapbox.vision.ar.FenceVisualParams
Horizontal offset from center of road in meters
getLANE_DEFAULT_COLOR() - Method in class com.mapbox.vision.ar.LaneVisualParams.Companion
 
getManeuverType() - Method in class com.mapbox.vision.ar.core.models.RoutePoint
getOffset() - Method in class com.mapbox.vision.ar.core.models.ArFence
The direction of horizontal offset from the spline.
getPeer() - Method in class com.mapbox.vision.ar.view.gl.VisionArView
 
getPitch() - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
Pitch of the camera in radians.
getPoints() - Method in class com.mapbox.vision.ar.core.models.Route
Array of points along the route
getR() - Method in class com.mapbox.vision.ar.core.models.Color
 
getRoll() - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
Roll of the camera in radians.
getSectionsCount() - Method in class com.mapbox.vision.ar.FenceVisualParams
Number of sections that the fence consists of
getSourceStreetName() - Method in class com.mapbox.vision.ar.core.models.Route
Source street name
getVerticalOffset() - Method in class com.mapbox.vision.ar.FenceVisualParams
Vertical offset from the surface of the road in meters
getVisionArEventsListener() - Static method in class com.mapbox.vision.ar.VisionArManager
 
getVisionManager() - Method in class com.mapbox.vision.ar.VisionArManager
 
getWidth() - Method in class com.mapbox.vision.ar.LaneVisualParams
Width of the lane in meters
getYaw() - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
Yaw of the camera in radians.

H

hashCode() - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
 
hashCode() - Method in class com.mapbox.vision.ar.core.models.ArFence
 
hashCode() - Method in class com.mapbox.vision.ar.core.models.ArLane
 
hashCode() - Method in class com.mapbox.vision.ar.core.models.Color
 
hashCode() - Method in class com.mapbox.vision.ar.core.models.RoutePoint
 
hashCode() - Method in class com.mapbox.vision.ar.FenceVisualParams
 
hashCode() - Method in class com.mapbox.vision.ar.LaneVisualParams
 

I

INSTANCE - Static variable in class com.mapbox.vision.ar.VisionArManager
class VisionArManager is an entry point to the high-level framework MapboxVisionAR focused on AR related tasks.
isFenceVisible() - Method in class com.mapbox.vision.ar.view.gl.VisionArView
Check if AR fences rendering is enabled
isLaneVisible() - Method in class com.mapbox.vision.ar.view.gl.VisionArView
Check if AR lane rendering is enabled

L

LANE_ARROW_DEFAULT_LENGTH - Static variable in class com.mapbox.vision.ar.LaneVisualParams
 
LANE_DEFAULT_WIDTH - Static variable in class com.mapbox.vision.ar.LaneVisualParams
 
LaneVisualParams - Class in com.mapbox.vision.ar
Parameters used by class VisionArView to draw AR lane.
LaneVisualParams(color, width, arrowLength) - Constructor for class com.mapbox.vision.ar.LaneVisualParams
Parameters used by class VisionArView to draw AR lane.
LaneVisualParams() - Constructor for class com.mapbox.vision.ar.LaneVisualParams
Parameters used by class VisionArView to draw AR lane.
LaneVisualParams.Companion - Class in com.mapbox.vision.ar
 

M

ManeuverType - Enum in com.mapbox.vision.ar.core.models
Route maneuver type.
ManeuverType() - Constructor for enum com.mapbox.vision.ar.core.models.ManeuverType
Route maneuver type.

O

onPause() - Method in class com.mapbox.vision.ar.view.gl.VisionArView
Call this method when class VisionArView should no longer render on the screen.
onResume() - Method in class com.mapbox.vision.ar.view.gl.VisionArView
 

R

registerModule(ptr) - Method in class com.mapbox.vision.ar.VisionArManager
 
Route - Class in com.mapbox.vision.ar.core.models
Route provided by a route engine and used to draw an AR lane.
Route(points, eta, sourceStreetName, destinationStreetName) - Constructor for class com.mapbox.vision.ar.core.models.Route
Route provided by a route engine and used to draw an AR lane.
RoutePoint - Class in com.mapbox.vision.ar.core.models
Single point of a route.
RoutePoint(coordinate, maneuverType) - Constructor for class com.mapbox.vision.ar.core.models.RoutePoint
Single point of a route.

S

setArManager(visionArManager) - Method in class com.mapbox.vision.ar.view.gl.VisionArView
Set class VisionArManager to enable rendering of AR on the view. class VisionArManager is held as a weak reference
setArQuality(quality) - Method in class com.mapbox.vision.ar.view.gl.VisionArView
Change overall quality of AR objects. Quality should be in 0.0,1.0 range. 1.0 stands for the best quality, 0.0 stands for the worst quality. Any other value will get clamped to 0.0,1.0 range. Tweaking AR quality may improve performance.
setFenceVisibilityDistance(distance) - Static method in class com.mapbox.vision.ar.VisionArManager
Set AR fence visibility distance in meters.
setFenceVisible(visible) - Method in class com.mapbox.vision.ar.view.gl.VisionArView
Enable rendering AR fences. AR fences rendering is disabled by default.
setFenceVisualParams(fenceVisualParams) - Method in class com.mapbox.vision.ar.view.gl.VisionArView
Change visual parameters of AR fence.
setLaneLength(laneLength) - Static method in class com.mapbox.vision.ar.VisionArManager
Set length of the AR lane in meters.
setLaneVisible(visible) - Method in class com.mapbox.vision.ar.view.gl.VisionArView
Enable rendering AR lane. AR lane rendering is enabled by default.
setLaneVisualParams(laneVisualParams) - Method in class com.mapbox.vision.ar.view.gl.VisionArView
Change visual parameters of AR lane.
setPeer(p) - Method in class com.mapbox.vision.ar.view.gl.VisionArView
 
setRoute(route) - Static method in class com.mapbox.vision.ar.VisionArManager
Set new route. Should be called on every reroute.
setVisionArEventsListener(p) - Static method in class com.mapbox.vision.ar.VisionArManager
 
surfaceChanged(holder, format, width, height) - Method in class com.mapbox.vision.ar.view.gl.VisionArView
 
surfaceCreated(holder) - Method in class com.mapbox.vision.ar.view.gl.VisionArView
 
surfaceDestroyed(holder) - Method in class com.mapbox.vision.ar.view.gl.VisionArView
 

T

toString() - Method in class com.mapbox.vision.ar.core.models.ArCamera
Deprecated.
 
toString() - Method in class com.mapbox.vision.ar.core.models.ArFence
 
toString() - Method in class com.mapbox.vision.ar.core.models.ArLane
 
toString() - Method in class com.mapbox.vision.ar.core.models.Color
 
toString() - Method in class com.mapbox.vision.ar.core.models.RoutePoint
 
toString() - Method in class com.mapbox.vision.ar.FenceVisualParams
 
toString() - Method in class com.mapbox.vision.ar.LaneVisualParams
 

U

unregisterModule() - Method in class com.mapbox.vision.ar.VisionArManager
 

V

VisionArManager - Class in com.mapbox.vision.ar
class VisionArManager is an entry point to the high-level framework MapboxVisionAR focused on AR related tasks.
VisionArView - Class in com.mapbox.vision.ar.view.gl
class VisionArView is a view which represents visual component that renders video stream from the camera and AR navigation route on top of that.
VisionArView(context) - Constructor for class com.mapbox.vision.ar.view.gl.VisionArView
 
VisionArView(context, attrs) - Constructor for class com.mapbox.vision.ar.view.gl.VisionArView
 
A C D E F G H I L M O R S T U V 
Skip navigation links