- MapAdapter - Class in com.hypertrack.sdk.views.maps.widget
-
An abstract class that provides interface for a map and hypertrack interaction.
- MapAdapter() - Constructor for class com.hypertrack.sdk.views.maps.widget.MapAdapter
-
- MapLocation - Class in com.hypertrack.sdk.views.maps.models
-
A location placed on a map.
- MapLocation(Location) - Constructor for class com.hypertrack.sdk.views.maps.models.MapLocation
-
Constructs a MapLocation with the given location Location
.
- MapObject - Class in com.hypertrack.sdk.views.maps.models
-
An abstract object on a map.
- MapObject(int) - Constructor for class com.hypertrack.sdk.views.maps.models.MapObject
-
Constructs a MapObject with the given type.
- MapTrip - Class in com.hypertrack.sdk.views.maps.models
-
A trip placed on a map.
- MapTrip(Trip) - Constructor for class com.hypertrack.sdk.views.maps.models.MapTrip
-
Constructs a MapTrip with the given trip
Trip
.
- Marker - Class in com.hypertrack.sdk.views.dao
-
Represents significant event, that happened during trip.
- Marker(String, Marker.MarkerData) - Constructor for class com.hypertrack.sdk.views.dao.Marker
-
- Marker.MarkerData - Class in com.hypertrack.sdk.views.dao
-
Generic class that encapsulates data, associated with current marker.
- Marker.MarkerType - Annotation Type in com.hypertrack.sdk.views.dao
-
- MarkerData() - Constructor for class com.hypertrack.sdk.views.dao.Marker.MarkerData
-
- MarkerRoute - Class in com.hypertrack.sdk.views.dao
-
Route to marker properties.
- METADATA_CHANGED - Static variable in class com.hypertrack.sdk.views.dao.Trip
-
- MovementStatus - Class in com.hypertrack.sdk.views.dao
-
- MovementStatus(String, Location, DeviceStatus, Integer, DeviceInfo, List<Trip>) - Constructor for class com.hypertrack.sdk.views.dao.MovementStatus
-
- MovementStatus.BatteryState - Annotation Type in com.hypertrack.sdk.views.dao
-
- moveToLocation(double, double) - Method in class com.hypertrack.sdk.views.maps.HyperTrackMap
-
Moves the camera from the current position to the position of coordinates.
- moveToLocation(HTLatLng) - Method in class com.hypertrack.sdk.views.maps.widget.MapAdapter
-
Moves the camera from the current position to the position of latLng.
- moveToMyLocation() - Method in class com.hypertrack.sdk.views.maps.HyperTrackMap
-
Moves the camera from the current position to the last known position.
- moveToTrip(Trip) - Method in class com.hypertrack.sdk.views.maps.HyperTrackMap
-
Moves the camera from the current position to object's coordinates defined in the trip,
by combining trip objects that transforms the camera such that the
specified latitude/longitude bounds are centered on screen at the greatest possible zoom level.
- moveToTrip(Trip) - Method in class com.hypertrack.sdk.views.maps.widget.MapAdapter
-
Moves the camera from the current position to object's coordinates defined in the trip,
by combining trip objects that transforms the camera such that the
specified latitude/longitude bounds are centered on screen at the greatest possible zoom level.
- MOVING - Static variable in class com.hypertrack.sdk.views.dao.DeviceStatus
-
- MyLocationProvider - Class in com.hypertrack.sdk.views.maps
-
Base class for custom location source.
- MyLocationProvider(String) - Constructor for class com.hypertrack.sdk.views.maps.MyLocationProvider
-
Constructs a MyLocationProvider with the given name.
- onBatteryStateUpdateReceived(int) - Method in interface com.hypertrack.sdk.views.DeviceUpdatesHandler
-
Notifies that battery state for tracked device changed.
- onBatteryStateUpdateReceived(int) - Method in class com.hypertrack.sdk.views.maps.ViewsLocationProvider
-
Notifies that battery state for tracked device changed.
- onCompleted(String) - Method in interface com.hypertrack.sdk.views.DeviceUpdatesHandler
-
- onCompleted(String) - Method in class com.hypertrack.sdk.views.maps.ViewsLocationProvider
-
- onError(Exception, String) - Method in interface com.hypertrack.sdk.views.DeviceUpdatesHandler
-
Method will be invoked if some error will be detected, e.g.
- onError(Exception, String) - Method in class com.hypertrack.sdk.views.maps.ViewsLocationProvider
-
Method will be invoked if some error will be detected, e.g.
- onLocationChanged(Location) - Method in class com.hypertrack.sdk.views.maps.GpsLocationProvider
-
- onLocationChanged(Location) - Method in class com.hypertrack.sdk.views.maps.MyLocationProvider
-
The method to provide location updates from a custom source to
HyperTrackMap
.
- onLocationUpdateReceived(Location) - Method in interface com.hypertrack.sdk.views.DeviceUpdatesHandler
-
Notifies that location for tracked device was changed.
- onLocationUpdateReceived(Location) - Method in class com.hypertrack.sdk.views.maps.ViewsLocationProvider
-
Notifies that location for tracked device was changed.
- onProviderDisabled(String) - Method in class com.hypertrack.sdk.views.maps.GpsLocationProvider
-
- onProviderEnabled(String) - Method in class com.hypertrack.sdk.views.maps.GpsLocationProvider
-
- onQueryFailure(Exception) - Method in interface com.hypertrack.sdk.views.QueryResultHandler
-
Notifies that query execution failed with exception.
- onQueryResult(T) - Method in interface com.hypertrack.sdk.views.QueryResultHandler
-
Notifies that query execution was successful.
- onStatusChanged(String, int, Bundle) - Method in class com.hypertrack.sdk.views.maps.GpsLocationProvider
-
- onStatusUpdateReceived(StatusUpdate) - Method in interface com.hypertrack.sdk.views.DeviceUpdatesHandler
-
Notifies that status of current device is changed.
- onStatusUpdateReceived(StatusUpdate) - Method in class com.hypertrack.sdk.views.maps.ViewsLocationProvider
-
Notifies that status of current device is changed.
- onTripUpdateReceived(Trip) - Method in interface com.hypertrack.sdk.views.DeviceUpdatesHandler
-
Notifies that one of active trips for current device was changed.
- onTripUpdateReceived(Trip) - Method in class com.hypertrack.sdk.views.maps.ViewsLocationProvider
-
Notifies that one of active trips for current device was changed.
- osName - Variable in class com.hypertrack.sdk.views.dao.DeviceInfo
-
Whether it is running Android or iOS.
- osVersion - Variable in class com.hypertrack.sdk.views.dao.DeviceInfo
-
OS version string as it is specified by Build.VERSION#RELEASE