Interface | Description |
---|---|
BESiteCallback | |
BEValidateCallback | |
OnCurrentLocationChangeListener |
Defines signatures for methods that are called when a current location is changed.
|
OnMapReadyCallback | |
OnNavigationListener |
Defines signatures for methods that are called when a navigation in progress.
|
OnPointClickListener |
Defines signatures for methods that are called when a point is clicked or tapped on the map.
|
OnReRouteClickListener |
Defines signatures for methods that are called when re routing required.
|
Class | Description |
---|---|
BeCo |
This is s singleton class which interacts as the base interface.
|
BEMapFragment |
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.
|
BERouteFloor |
Enum | Description |
---|---|
BEErrorCode |
The below error codes define different reasons why a method call to the SDK failed.
|