Skip navigation links
B C D E F G I M N O P S T V 

B

BECategory - Class in com.beco.sdk.model
BECategory represents the category to which a specific point of interest is attributed to.
BECategory(GraphOuterClass.Category) - Constructor for class com.beco.sdk.model.BECategory
 
BeCo - Class in com.beco.sdk.map
This is s singleton class which interacts as the base interface.
BeCoBasicCredentialProvider - Interface in com.beco.sdk.credentialprovider
Class conforming to BeCoBasicCredentialProvider can be used to initialize the BeCo
BeCoCredentialProvider - Class in com.beco.sdk.credentialprovider
This class is used to initialize the BeCo with the generated usage token
BeCoCredentialProvider(String) - Constructor for class com.beco.sdk.credentialprovider.BeCoCredentialProvider
 
BECurrentPosition - Class in com.beco.sdk.model
The BECurrentPosition object is used to define current location of the user in the map
BECurrentPosition(double[]) - Constructor for class com.beco.sdk.model.BECurrentPosition
 
BECurrentPosition(BEBeacon) - Constructor for class com.beco.sdk.model.BECurrentPosition
 
BEErrorCode - Enum in com.beco.sdk.map
The below error codes define different reasons why a method call to the SDK failed.
BEFloor - Class in com.beco.sdk.model
BEFloor represents a physical floor object in your BESite.
BEFloor.FloorSerializer - Class in com.beco.sdk.model
 
BEMapFragment - Class in com.beco.sdk.map
You use this class as-is to display map information from your application. When you initialize a map view, you specify the BESite for that map to display by calling the setSite() function.The SDK makes the initial BEFloor and floor region visible based on the user's current location or default map settings.
BEMapFragment(Context) - Constructor for class com.beco.sdk.map.BEMapFragment
 
BEMapFragment(Context, AttributeSet) - Constructor for class com.beco.sdk.map.BEMapFragment
 
BEMapFragment(Context, AttributeSet, int) - Constructor for class com.beco.sdk.map.BEMapFragment
 
BEPoint - Class in com.beco.sdk.model
A BEPoint object defines any point of interest that needs to be displayed on a BEView.
BEPoint() - Constructor for class com.beco.sdk.model.BEPoint
 
BEPoint(int, String, String, BECategory, int) - Constructor for class com.beco.sdk.model.BEPoint
 
BEPoint(GraphOuterClass.Point, BECategory, int, String) - Constructor for class com.beco.sdk.model.BEPoint
 
BERouteFloor - Class in com.beco.sdk.map
 
BESite - Class in com.beco.sdk.model
The BESite object defines a site object that needs to be displayed and navigated on.
BESiteCallback - Interface in com.beco.sdk.map
 
BEValidateCallback - Interface in com.beco.sdk.map
 

C

clearPoint() - Method in class com.beco.sdk.map.BEMapFragment
 
clone() - Method in class com.beco.sdk.model.BEPoint
 
com.beco.sdk.credentialprovider - package com.beco.sdk.credentialprovider
 
com.beco.sdk.event - package com.beco.sdk.event
 
com.beco.sdk.map - package com.beco.sdk.map
 
com.beco.sdk.model - package com.beco.sdk.model
 
compareTo(BEFloor) - Method in class com.beco.sdk.model.BEFloor
 
configure(Context, BeCoCredentialProvider, BEValidateCallback) - Method in class com.beco.sdk.map.BeCo
This methods is used to configure the beCo SDK.
currentLocationPoint(BECurrentPosition) - Static method in class com.beco.sdk.model.BEPoint
 

D

didFloorGraphLoaded() - Method in class com.beco.sdk.model.BESite
 
disableVoiceAssistance() - Method in class com.beco.sdk.map.BEMapFragment
This method disable voice assistance during the navigation By default Voice assistance is enabled.

E

enableVoiceAssistance() - Method in class com.beco.sdk.map.BEMapFragment
This method enables voice assistance during the navigation By default Voice assistance is enabled.
endPreview() - Method in class com.beco.sdk.map.BEMapFragment
This method will end the route preview and clear the current route
equals(Object) - Method in class com.beco.sdk.model.BECurrentPosition
 
equals(Object) - Method in class com.beco.sdk.model.BEFloor
 
Event<T> - Class in com.beco.sdk.event
Defines the type of events sent by the BeCo SDK on the EventBus
Event(Path, Type, Status) - Constructor for class com.beco.sdk.event.Event
 
Event(Path, Type, Status, T) - Constructor for class com.beco.sdk.event.Event
 
exitNavigation() - Method in class com.beco.sdk.map.BEMapFragment
 

F

FloorSerializer() - Constructor for class com.beco.sdk.model.BEFloor.FloorSerializer
 

G

getAddress() - Method in class com.beco.sdk.model.BESite
 
getAuthorizationHeaders() - Method in interface com.beco.sdk.credentialprovider.BeCoBasicCredentialProvider
 
getAuthorizationHeaders() - Method in class com.beco.sdk.credentialprovider.BeCoCredentialProvider
 
getBgColor() - Method in class com.beco.sdk.model.BESite
 
getBuildName() - Method in class com.beco.sdk.model.BEFloor
 
getCategory() - Method in class com.beco.sdk.model.BEPoint
 
getColor() - Method in class com.beco.sdk.model.BECategory
 
getDescription() - Method in class com.beco.sdk.model.BEFloor
 
getFloor(int) - Method in class com.beco.sdk.model.BESite
 
getFloorDescription() - Method in class com.beco.sdk.model.BEPoint
 
getFloorGraph() - Method in class com.beco.sdk.model.BEFloor
 
getFloorId() - Method in class com.beco.sdk.map.BERouteFloor
 
getFloorId() - Method in class com.beco.sdk.model.BECurrentPosition
 
getFloorId() - Method in class com.beco.sdk.model.BEFloor
 
getFloorImage() - Method in class com.beco.sdk.model.BEFloor
 
getFloorImageUri() - Method in class com.beco.sdk.model.BEFloor
 
getFloors() - Method in class com.beco.sdk.model.BESite
 
getGeo() - Method in class com.beco.sdk.model.BESite
 
getId() - Method in class com.beco.sdk.model.BECurrentPosition
 
getId() - Method in class com.beco.sdk.model.BEPoint
 
getIdentifier() - Method in class com.beco.sdk.model.BECategory
 
getIdentifier() - Method in class com.beco.sdk.model.BEFloor
 
getIdentifier() - Method in class com.beco.sdk.model.BEPoint
 
getIdentifier() - Method in class com.beco.sdk.model.BESite
 
getImageName() - Method in class com.beco.sdk.model.BECategory
 
getImageUrl() - Method in class com.beco.sdk.model.BEFloor
 
getInstance() - Static method in class com.beco.sdk.map.BeCo
This returns the concrete instance of the BeCo.
getLabel() - Method in class com.beco.sdk.map.BERouteFloor
 
getLabel() - Method in class com.beco.sdk.model.BEFloor
 
getLocation() - Method in class com.beco.sdk.model.BEPoint
 
getLocationId() - Method in class com.beco.sdk.model.BEPoint
 
getMapAsync(Activity, OnMapReadyCallback) - Method in class com.beco.sdk.map.BEMapFragment
 
getMarkerName() - Method in class com.beco.sdk.model.BECategory
 
getName() - Method in class com.beco.sdk.model.BECategory
 
getName() - Method in class com.beco.sdk.model.BEFloor
 
getName() - Method in class com.beco.sdk.model.BEPoint
 
getName() - Method in class com.beco.sdk.model.BESite
 
getPoints() - Method in class com.beco.sdk.map.BEMapFragment
 
getProperties() - Method in class com.beco.sdk.model.BESite
 
getRoute(BEPoint, BEPoint) - Method in class com.beco.sdk.map.BEMapFragment
 
getSDKVersion() - Static method in class com.beco.sdk.map.BeCo
This returns the Version number of the SDK.
getSites(Location, BESiteCallback) - Method in class com.beco.sdk.map.BeCo
This method will fetch the sites created on the dashboard and will trigger either onError or onLoadFinished
getTextColorSelected() - Method in class com.beco.sdk.model.BECategory
 
getX() - Method in class com.beco.sdk.model.BECurrentPosition
 
getY() - Method in class com.beco.sdk.model.BECurrentPosition
 

I

init() - Static method in class com.beco.sdk.map.BeCo
First method which needs to be called in the BeCo to create a concrete instance of the BeCo.
isLoaded() - Method in class com.beco.sdk.model.BEFloor
 
isMapLoaded() - Method in class com.beco.sdk.map.BEMapFragment
Return the current status of the map view.

M

mobileSessionInstance - Static variable in class com.beco.sdk.map.BeCo
 

N

navigate() - Method in class com.beco.sdk.map.BEMapFragment
 

O

object - Variable in class com.beco.sdk.event.Event
 
onCurrentLocation(BEPoint) - Method in interface com.beco.sdk.map.OnCurrentLocationChangeListener
Called when a current location has been changed.
OnCurrentLocationChangeListener - Interface in com.beco.sdk.map
Defines signatures for methods that are called when a current location is changed.
onCurrentLocationClick() - Method in class com.beco.sdk.map.BEMapFragment
This method will be triggered when current location button clicked
onDestroy() - Method in class com.beco.sdk.map.BEMapFragment
 
onError(BEErrorCode) - Method in interface com.beco.sdk.map.BESiteCallback
 
onError(BEErrorCode) - Method in interface com.beco.sdk.map.BEValidateCallback
 
onFloorSelected(BEFloor) - Method in class com.beco.sdk.map.BEMapFragment
This method will be triggered when a floor selected
onLoadFinished(List<BESite>) - Method in interface com.beco.sdk.map.BESiteCallback
 
onLoadFinished() - Method in interface com.beco.sdk.map.BEValidateCallback
 
onMapError(BEErrorCode) - Method in interface com.beco.sdk.map.OnMapReadyCallback
 
onMapLoaded() - Method in interface com.beco.sdk.map.OnMapReadyCallback
 
onMapReady() - Method in interface com.beco.sdk.map.OnMapReadyCallback
 
OnMapReadyCallback - Interface in com.beco.sdk.map
 
onNavigationEnd() - Method in interface com.beco.sdk.map.OnNavigationListener
Called when a navigation ends or manually finished
onNavigationExit() - Method in class com.beco.sdk.map.BEMapFragment
 
OnNavigationListener - Interface in com.beco.sdk.map
Defines signatures for methods that are called when a navigation in progress.
onNextButtonClick() - Method in class com.beco.sdk.map.BEMapFragment
 
onPointClick(BEPoint) - Method in interface com.beco.sdk.map.OnPointClickListener
Called when a point has been clicked or tapped.
OnPointClickListener - Interface in com.beco.sdk.map
Defines signatures for methods that are called when a point is clicked or tapped on the map.
onPreviousButtonClick() - Method in class com.beco.sdk.map.BEMapFragment
 
onReRoute(BEPoint) - Method in interface com.beco.sdk.map.OnReRouteClickListener
Called when re routing required.
OnReRouteClickListener - Interface in com.beco.sdk.map
Defines signatures for methods that are called when re routing required.

P

path - Variable in class com.beco.sdk.event.Event
 

S

selectPoint(BEPoint) - Method in class com.beco.sdk.map.BEMapFragment
Select a point on BEMapFragment
serialize(BEFloor, Type, JsonSerializationContext) - Method in class com.beco.sdk.model.BEFloor.FloorSerializer
 
setFloors(List<BEFloor>) - Method in class com.beco.sdk.model.BESite
 
setName(String) - Method in class com.beco.sdk.model.BEPoint
 
setOnCurrentLocationChangeListener(OnCurrentLocationChangeListener) - Method in class com.beco.sdk.map.BEMapFragment
 
setOnNavigationListener(OnNavigationListener) - Method in class com.beco.sdk.map.BEMapFragment
 
setOnPointClickListener(OnPointClickListener) - Method in class com.beco.sdk.map.BEMapFragment
 
setOnReRouteClickListener(OnReRouteClickListener) - Method in class com.beco.sdk.map.BEMapFragment
 
setSite(BESite) - Method in class com.beco.sdk.map.BEMapFragment
This method sets the site for the BEMapFragment.
showRouteOnFloor(int) - Method in class com.beco.sdk.map.BEMapFragment
 
status - Variable in class com.beco.sdk.event.Event
 

T

toJsonString() - Method in class com.beco.sdk.model.BESite
 
toString() - Method in class com.beco.sdk.model.BEPoint
 
type - Variable in class com.beco.sdk.event.Event
 

V

valueOf(String) - Static method in enum com.beco.sdk.map.BEErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.beco.sdk.map.BEErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
B C D E F G I M N O P S T V 
Skip navigation links