INRIX Mobile Client SDK - Core v9.0
A B C D E F G H I K L M N O P Q R S T U V W X Z 

A

Abs(boolean) - Constructor for class com.inrix.sdk.model.VehicleState.Abs
Initializes a new instance of the VehicleState.Abs.
acceptsCreditCards() - Method in class com.inrix.sdk.model.ParkingLot
Gets a value that indicates whether this parking lot accepts payments with credit cards.
ACCOUNT_ALREADY_EXISTS - Static variable in interface com.inrix.sdk.ServerErrorStatus
An account with the given email address already exists.
add(int, ContactInfo) - Method in class com.inrix.sdk.model.ContactInfoCollection
add(ContactInfo) - Method in class com.inrix.sdk.model.ContactInfoCollection
addAll(int, Collection<? extends ContactInfo>) - Method in class com.inrix.sdk.model.ContactInfoCollection
addAll(Collection<? extends ContactInfo>) - Method in class com.inrix.sdk.model.ContactInfoCollection
addAuthenticationListener(InrixCore.AuthenticationListener) - Static method in class com.inrix.sdk.InrixCore
addOnInrixReadyListener(InrixCore.OnInrixReadyListener) - Static method in class com.inrix.sdk.InrixCore
Adds a listener that will receive a notification when the SDK is ready to make requests.
addResourceCleanCallback(ResourcesClearService.ResourceCleanCallback) - Static method in class com.inrix.sdk.ResourcesClearService
 
AlertsManager - Class in com.inrix.sdk
Manages the asynchronous creation of incident alerts.
AlertsManager.AlertsManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with an AlertsManager operation.
AlertsManager.DSAlertOptions - Class in com.inrix.sdk
AlertsManager.IDSAlertListener - Interface in com.inrix.sdk
Response listener for dangerous slowdowns alerts.
AlertsManager.IIncidentsAlertListener - Interface in com.inrix.sdk
Response listener for incident alerts.
AlertsManager.IncidentAlertOptions - Class in com.inrix.sdk
AlertsManager.OnRouteStatus - Enum in com.inrix.sdk
The current status of user relative to the selected route.
AlertsManager.ParkingAlertOptions - Class in com.inrix.sdk
Contains options that specify how to create alerts related to parking on a route.
AlertsManager.RouteAlertCallback - Class in com.inrix.sdk
This class is the contract between RouteAlert and your application.
AlertsManager.RouteAlertOptions - Class in com.inrix.sdk
Contains options that specify how to create incident alerts related to a route.
AlertsManagerConfig - Class in com.inrix.sdk.config
AmbientTemperature(int) - Constructor for class com.inrix.sdk.model.VehicleState.AmbientTemperature
Initializes a new instance of the VehicleState.AmbientTemperature.
Amenity() - Constructor for class com.inrix.sdk.model.ParkingBlock.Amenity
Initializes a new instance of ParkingBlock.Amenity.
Amenity() - Constructor for class com.inrix.sdk.model.ParkingLot.Amenity
Initializes a new instance of ParkingLot.Amenity.
API_NOT_AVAILABLE - Static variable in exception com.inrix.sdk.InrixException
Indicates that an API is not available.
appId(String) - Method in class com.inrix.sdk.Configuration.Builder
Sets the new application identifier.
appKey(String) - Method in class com.inrix.sdk.Configuration.Builder
Sets the new application key.
apply(UserProperties) - Method in class com.inrix.sdk.model.UserProperties
Apply properties from another instance.
applyFilters(List<T>, IFilter<T>...) - Static method in class com.inrix.sdk.IncidentUtils
Filter the list with the user provided filter.
appName(String) - Method in class com.inrix.sdk.Configuration.Builder
Sets the new application name value.
AreaLimitedManager - Class in com.inrix.sdk
An abstract representation of a Manager which needs to enforce restrictions on the geographical area of certain queries, for example search queries restricted to a rectangular (box) or a circular (point and radius) region.
AreaLimitedManager() - Constructor for class com.inrix.sdk.AreaLimitedManager
 
as(Class<T>) - Method in exception com.inrix.sdk.InrixException
Converts current instance into specified type.
AtmosphericPressure(int) - Constructor for class com.inrix.sdk.model.VehicleState.AtmosphericPressure
Initializes a new instance of the VehicleState.AtmosphericPressure.
AverageMileage(int) - Constructor for class com.inrix.sdk.model.VehicleState.AverageMileage
Initializes a new instance of the VehicleState.AverageMileage.

B

BaseOptions() - Constructor for class com.inrix.sdk.ISearchManager.BaseOptions
Default Constructor for ISearchManager.BaseOptions
Bearing - Class in com.inrix.sdk.model
 
Bearing() - Constructor for class com.inrix.sdk.model.Bearing
 
BoundingBox - Class in com.inrix.sdk.model
Represents a geographical bonding box.
BoundingBox(GeoPoint, GeoPoint) - Constructor for class com.inrix.sdk.model.BoundingBox
Initializes a new instance of the BoundingBox class with corner locations.
Brakes(boolean) - Constructor for class com.inrix.sdk.model.VehicleState.Brakes
Initializes a new instance of the VehicleState.Brakes.
build() - Method in class com.inrix.sdk.Configuration.Builder
Creates a new configuration.
Builder(Context) - Constructor for class com.inrix.sdk.Configuration.Builder
Initializes a new instance of Configuration.Builder.

C

calendarDefaultNotificationTime(int) - Method in class com.inrix.sdk.Configuration.Builder
Set the default notification time for calendar events.
calendarNotificationsEnabled(boolean) - Method in class com.inrix.sdk.Configuration.Builder
Set whether or not calendar events will have push notifications enabled.
calendarSyncEnabled(boolean) - Method in class com.inrix.sdk.Configuration.Builder
Set whether or not calendar synchronization should be enabled.
CalendarTrip - Class in com.inrix.sdk.model
A CalendarTrip is a Trip created from an event in the user's calendar.
CALLBACK_REQUIRED - Static variable in exception com.inrix.sdk.InrixException
Indicates that a callback is required.
Camera - Class in com.inrix.sdk.model
Represents information about a camera.
Camera.License - Class in com.inrix.sdk.model
Represents information about camera license.
Camera.Status - Class in com.inrix.sdk.model
Represents information about camera status.
CAMERA_RADIUS_IN_MILES_DEFAULT - Static variable in class com.inrix.sdk.CameraManager
Indicates default values for radius in miles.
CameraImageOptions(Camera) - Constructor for class com.inrix.sdk.CameraManager.CameraImageOptions
Initializes a new instance of the CameraManager.CameraImageOptions class using camera id.
CameraManager - Class in com.inrix.sdk
Manages asynchronous retrieval of traffic cameras.
CameraManager.CameraImageOptions - Class in com.inrix.sdk
Contains options for requesting camera image, such as size and camera id.
CameraManager.CamerasInBoxOptions - Class in com.inrix.sdk
Contains information used in filtering which traffic cameras are returned when retrieving traffic cameras in a rectangular region.
CameraManager.CamerasInRadiusOptions - Class in com.inrix.sdk
Contains information used in filtering which traffic cameras are returned when retrieving traffic cameras in a circular region.
CameraManager.CamerasManagerException - Exception in com.inrix.sdk
A exception that is thrown when there is an error with a CameraManager operation.
CameraManager.CamerasOnRouteOptions - Class in com.inrix.sdk
Contains options for requesting cameras along the route, such as route points and distance in miles for cameras radius.
CameraManager.IGetCamerasResponseListener - Interface in com.inrix.sdk
The response listener for retrieving cameras collection.
CamerasConfig - Class in com.inrix.sdk.config
CamerasInBoxOptions(GeoPoint, GeoPoint) - Constructor for class com.inrix.sdk.CameraManager.CamerasInBoxOptions
Initializes a new instance of the CameraManager.CamerasInBoxOptions class with the two corners of the rectangular region.
CamerasInRadiusOptions(GeoPoint, double) - Constructor for class com.inrix.sdk.CameraManager.CamerasInRadiusOptions
Initializes a new instance of CameraManager.CamerasInRadiusOptions class where the radius units depends on the user settings.
CamerasOnRouteOptions(Route) - Constructor for class com.inrix.sdk.CameraManager.CamerasOnRouteOptions
Initializes a new instance of the CameraManager.CamerasOnRouteOptions class using route points.
cancel() - Method in class com.inrix.sdk.DangerousSlowdownAlert
Cancels the alert.
cancel() - Method in interface com.inrix.sdk.ICancellable
Cancels the action.
cancel() - Method in class com.inrix.sdk.IncidentAlert
Cancels the alert.
canUseWhileDriving() - Method in class com.inrix.sdk.model.Camera.License
Gets whether camera can be used while driving.
changePassword(UserManager.ChangePasswordOptions, UserManager.ChangePasswordListener) - Method in class com.inrix.sdk.UserManager
Change account password.
ChangePasswordOptions(String, String) - Constructor for class com.inrix.sdk.UserManager.ChangePasswordOptions
Initializes a new instance of UserManager.ChangePasswordOptions.
clear() - Method in class com.inrix.sdk.model.ContactInfoCollection
clear() - Static method in class com.inrix.sdk.utils.UserPreferences
Clear all user info.
clone() - Method in class com.inrix.sdk.model.CalendarTrip
clone() - Method in class com.inrix.sdk.model.SavedLocation
clone() - Method in class com.inrix.sdk.model.SavedTrip
clone() - Method in class com.inrix.sdk.RouteManager.RequestRouteOptions
clone() - Method in class com.inrix.sdk.RouteManager.UpdatedRouteOptions
com.inrix.sdk - package com.inrix.sdk
Contains core components.
com.inrix.sdk.config - package com.inrix.sdk.config
Contains components used to configure INRIX sdk clients with volatile sdk configs from INRIX services.
com.inrix.sdk.model - package com.inrix.sdk.model
Contains classes which represent the data model.
com.inrix.sdk.push - package com.inrix.sdk.push
Contains components used to setup, receive and manipulate push notifications from INRIX.
com.inrix.sdk.utils - package com.inrix.sdk.utils
Contains a set of utility components for common operations.
compare(Incident.IncidentSeverity, Incident.IncidentSeverity) - Static method in enum com.inrix.sdk.model.Incident.IncidentSeverity
CompositeTileManager - Class in com.inrix.sdk
Manages asynchronous retrieval of tiles that contain composite graphical information, such as maps, traffic, and weather.
CompositeTileManager.CompositeTileManagerException - Exception in com.inrix.sdk
A exception that is thrown when there is an error with a CompositeTileManager operation.
CompositeTileManager.CompositeTileMetadataOptions - Class in com.inrix.sdk
Contains options for requesting composite tile metadata, such as size and location.
CompositeTileManager.CompositeTileOptions - Class in com.inrix.sdk
Contains options for getting a URL for a composite tile using an image key.
CompositeTileManager.ICompositeTileMetadataListener - Interface in com.inrix.sdk
The response listener for retrieving composite tile metadata.
CompositeTileManager.MapLocale - Enum in com.inrix.sdk
Supported map locales.
CompositeTileMetadata - Class in com.inrix.sdk.model
Class that contains composite tile metadata, such as trip, images, and incidents.
CompositeTileMetadata() - Constructor for class com.inrix.sdk.model.CompositeTileMetadata
Initializes a new instance of the CompositeTileMetadata class.
CompositeTileMetadata.ImageInfo - Class in com.inrix.sdk.model
Information about an image.
CompositeTileMetadata.Incident - Class in com.inrix.sdk.model
Information about an incident.
CompositeTileMetadata.Route - Class in com.inrix.sdk.model
Represents route information.
CompositeTileMetadataOptions(GeoPoint, GeoPoint) - Constructor for class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Initializes a new instance of the CompositeTileManager.CompositeTileMetadataOptions class using two points.
CompositeTileMetadataOptions(GeoPoint, BoundingBox) - Constructor for class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Initializes a new instance of the CompositeTileManager.CompositeTileMetadataOptions class using a center point on a zoom level.
CompositeTileOptions(String) - Constructor for class com.inrix.sdk.CompositeTileManager.CompositeTileOptions
Initializes a new instance of the CompositeTileManager.CompositeTileOptions class.
computeDistanceBetween(Location, Location) - Static method in class com.inrix.sdk.utils.GeoUtils
Returns the distance between two geopositions, in meters.
computeDistanceBetween(GeoPoint, GeoPoint) - Static method in class com.inrix.sdk.utils.GeoUtils
Returns the distance between two geopositions, in meters.
computeOffset(GeoPoint, double, double) - Static method in class com.inrix.sdk.utils.GeoUtils
Returns the GeoPoint resulting from moving a distance from an origin in the specified heading (expressed in degrees clockwise from north).
Configuration - Class in com.inrix.sdk
Contains required SDK configuration.
Configuration.Builder - Class in com.inrix.sdk
Configuration builder.
Configuration.ConfigurationException - Exception in com.inrix.sdk
Thrown when there is an error in SDK configuration.
ContactInfo - Class in com.inrix.sdk.model
Contact information.
ContactInfo(String) - Constructor for class com.inrix.sdk.model.ContactInfo
Initializes a new instance of the ContactInfo.
ContactInfo(String, String) - Constructor for class com.inrix.sdk.model.ContactInfo
Initializes a new instance of the ContactInfo.
ContactInfoCollection - Class in com.inrix.sdk.model
Represents a collection of contacts.
contains(Object) - Method in class com.inrix.sdk.model.ContactInfoCollection
containsAll(Collection<?>) - Method in class com.inrix.sdk.model.ContactInfoCollection
convertDateToEOD(Date) - Static method in class com.inrix.sdk.utils.InrixDateUtils
Convert date to the end of a day.
convertDateToSOD(Date) - Static method in class com.inrix.sdk.utils.InrixDateUtils
Convert date to the start of a day.
CoolantTemperature(int) - Constructor for class com.inrix.sdk.model.VehicleState.CoolantTemperature
Initializes a new instance of the VehicleState.CoolantTemperature.
create(UserManager.UserCreateOptions, UserManager.UserCreateListener) - Method in class com.inrix.sdk.UserManager
Creates a new user account.
createBoxFromPoints(List<GeoPoint>) - Static method in class com.inrix.sdk.utils.GeoUtils
Calculates a BoundingBox from a list of points with BoundingBox.getCorner1() returning the minimum lat/lon and BoundingBox.getCorner2() returning the maximum lat/lon.
createDSAlert(AlertsManager.DSAlertOptions, AlertsManager.IDSAlertListener) - Method in class com.inrix.sdk.AlertsManager
Sets up a recurring alerts related to a route with the specified options and listeners.
createIncidentAlert(AlertsManager.IncidentAlertOptions, AlertsManager.IIncidentsAlertListener, boolean) - Method in class com.inrix.sdk.AlertsManager
Sets up a recurring alert with the specified options and listener.
createRouteAlert(AlertsManager.RouteAlertOptions, AlertsManager.RouteAlertCallback) - Method in class com.inrix.sdk.AlertsManager
Sets up a recurring dangerous slowdowns alerts with the specified options and listeners.
CREATOR - Static variable in class com.inrix.sdk.model.BoundingBox
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.CalendarTrip
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.Camera
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.Camera.License
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.Camera.Status
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ContactInfo
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.DangerousSlowdown
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.GasStation.Address
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.GasStation
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.GasStation.Product
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.GeoPoint
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.LearnedLocation
Creator for a parcelable LearnedLocation.
CREATOR - Static variable in class com.inrix.sdk.model.LearnedTrip
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.LocationMatchGoogle
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.LocationMatchGoogle.GeoLocation
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.LocationMatchGoogle.Geometry
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.LocationMatchInrix
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.LocationMatchInrix.GeoLocation
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.LocationMatchInrix.Geometry
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingBlock.Amenity
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingBlock.CalculatedRate
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingBlock
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingBlock.GeoJson
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingBlock.Reservation
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingBlock.Segment
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingBlock.StructuredRate
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingInfo
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingLot.Address
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingLot.Amenity
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingLot.CalculatedRate
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingLot
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingLot.EntryExitPoint
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingLot.Occupancy
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingLot.Phone
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingLot.Photo
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingLot.Reservation
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingLot.Review
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.ParkingLot.StructuredRate
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.RequestRouteResults
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.SavedLocation
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.SavedTrip
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.Schedule
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.SpeedLimit
Parcelable creator for SpeedLimit.
CREATOR - Static variable in class com.inrix.sdk.model.TripPoint
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.UpdatedRouteResults
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.UserProperties
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.XDIncident
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.XDIncident.XDLocation
Parcelable creator for this type.
CREATOR - Static variable in class com.inrix.sdk.model.XDIncident.XDLocation.Segment
Parcelable creator for this type.

D

DangerousSlowdown - Class in com.inrix.sdk.model
Represents details about a singe dangerous slowdown.
DangerousSlowdown.Direction - Enum in com.inrix.sdk.model
Represents a direction of the slowdown.
DangerousSlowdown.Severity - Enum in com.inrix.sdk.model
Represents a severity of the slowdown.
DangerousSlowdownAlert - Class in com.inrix.sdk
Represents an alert message that is delivered when an slowdown happens that is expected to affect the user.
DangerousSlowdownsBoxOptions(GeoPoint, GeoPoint) - Constructor for class com.inrix.sdk.DangerousSlowdownsManager.DangerousSlowdownsBoxOptions
Initializes a new instance of the DangerousSlowdownsManager.DangerousSlowdownsBoxOptions class with the two corners of the rectangular region.
DangerousSlowdownsBoxOptions(GeoPoint, GeoPoint, UserPreferences.Unit) - Constructor for class com.inrix.sdk.DangerousSlowdownsManager.DangerousSlowdownsBoxOptions
Initializes a new instance of the DangerousSlowdownsManager.DangerousSlowdownsBoxOptions class with the two corners of the rectangular region and response units.
DangerousSlowdownsConfig - Class in com.inrix.sdk.config
DangerousSlowdownsManager - Class in com.inrix.sdk
Represents a dangerous slowdowns manager.
DangerousSlowdownsManager.DangerousSlowdownsBoxOptions - Class in com.inrix.sdk
Request options for requesting dangerous slowdowns in rectangular area.
DangerousSlowdownsManager.DangerousSlowdownSeverity - Annotation Type in com.inrix.sdk
Incident result type fields.
DangerousSlowdownsManager.DangerousSlowdownsManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with a DangerousSlowdownsManager operation.
DangerousSlowdownsManager.DangerousSlowdownsRadiusOptions - Class in com.inrix.sdk
Request options for requesting dangerous slowdowns in radius.
DangerousSlowdownsManager.IDangerousSlowdownsResponseListener - Interface in com.inrix.sdk
DangerousSlowdownsRadiusOptions(GeoPoint, double) - Constructor for class com.inrix.sdk.DangerousSlowdownsManager.DangerousSlowdownsRadiusOptions
DangerousSlowdownsRadiusOptions(GeoPoint, double, UserPreferences.Unit) - Constructor for class com.inrix.sdk.DangerousSlowdownsManager.DangerousSlowdownsRadiusOptions
DangerousSlowdownUtils - Class in com.inrix.sdk
 
DangerousSlowdownUtils() - Constructor for class com.inrix.sdk.DangerousSlowdownUtils
 
DATE_RANGE_TOO_LONG - Static variable in exception com.inrix.sdk.ItineraryManager.ItineraryManagerException
Indicates that the provided date/time range for the itinerary is too long.
DEFAULT_DISTANCE_IN_MILES - Static variable in class com.inrix.sdk.GasStationManager.GasStationsOnRouteOptions
Indicates default distance to request gas stations.
DEFAULT_HEIGHT - Static variable in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Default height of the tile.
DEFAULT_QUALITY - Static variable in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Default quality of the tile.
DEFAULT_RADIUS_IN_MILES - Static variable in class com.inrix.sdk.GasStationManager.GasStationsOnRouteOptions
Indicates default radius to request gas stations.
DEFAULT_TEMPLATE_ID - Static variable in class com.inrix.sdk.model.PreDriveNotification
Normal Template.
DEFAULT_TRAVEL_TIME_MIN - Static variable in class com.inrix.sdk.model.ItineraryEntry
Default travel time (in minutes) when travel time cannot be determined.
DEFAULT_WIDTH - Static variable in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Default width of the tile.
deleteIncident(IncidentsManager.IncidentDeleteOptions, IncidentsManager.IIncidentDeleteListener) - Method in class com.inrix.sdk.IncidentsManager
Cancels a previously reported incident.
deleteLocation(LocationsManager.DeleteLocationOptions, LocationsManager.IDeleteSavedLocationResponseListener) - Method in class com.inrix.sdk.LocationsManager
Deletes a SavedLocation.
DeleteLocationOptions(SavedLocation...) - Constructor for class com.inrix.sdk.LocationsManager.DeleteLocationOptions
Initializes a new instance of DeleteLocationOptions.
DeleteLocationOptions(List<SavedLocation>) - Constructor for class com.inrix.sdk.LocationsManager.DeleteLocationOptions
Initializes a new instance of DeleteLocationOptions.
deleteTrip(TripManager.DeleteTripOptions, TripManager.IDeleteTripResponseListener) - Method in class com.inrix.sdk.TripManager
Delete a SavedTrip.
DeleteTripOptions(SavedTrip) - Constructor for class com.inrix.sdk.TripManager.DeleteTripOptions
Initializes a new instance of DeleteTripOptions.
describeContents() - Method in class com.inrix.sdk.model.BoundingBox
describeContents() - Method in class com.inrix.sdk.model.CalendarTrip
describeContents() - Method in class com.inrix.sdk.model.Camera
describeContents() - Method in class com.inrix.sdk.model.Camera.License
describeContents() - Method in class com.inrix.sdk.model.Camera.Status
describeContents() - Method in class com.inrix.sdk.model.ContactInfo
describeContents() - Method in class com.inrix.sdk.model.DangerousSlowdown
describeContents() - Method in class com.inrix.sdk.model.GasStation.Address
describeContents() - Method in class com.inrix.sdk.model.GasStation
describeContents() - Method in class com.inrix.sdk.model.GasStation.Product
describeContents() - Method in class com.inrix.sdk.model.GeoPoint
describeContents() - Method in class com.inrix.sdk.model.Incident.DelayImpact
describeContents() - Method in class com.inrix.sdk.model.Incident
describeContents() - Method in class com.inrix.sdk.model.Incident.ParameterizedDescription
describeContents() - Method in class com.inrix.sdk.model.LearnedLocation
describeContents() - Method in class com.inrix.sdk.model.LearnedTrip
describeContents() - Method in class com.inrix.sdk.model.Location
describeContents() - Method in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
describeContents() - Method in class com.inrix.sdk.model.LocationMatchGoogle
describeContents() - Method in class com.inrix.sdk.model.LocationMatchGoogle.GeoLocation
describeContents() - Method in class com.inrix.sdk.model.LocationMatchGoogle.Geometry
describeContents() - Method in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
describeContents() - Method in class com.inrix.sdk.model.LocationMatchInrix
describeContents() - Method in class com.inrix.sdk.model.LocationMatchInrix.GeoLocation
describeContents() - Method in class com.inrix.sdk.model.LocationMatchInrix.Geometry
describeContents() - Method in class com.inrix.sdk.model.ParkingBlock.Amenity
describeContents() - Method in class com.inrix.sdk.model.ParkingBlock.CalculatedRate
describeContents() - Method in class com.inrix.sdk.model.ParkingBlock
describeContents() - Method in class com.inrix.sdk.model.ParkingBlock.GeoJson
describeContents() - Method in class com.inrix.sdk.model.ParkingBlock.Reservation
describeContents() - Method in class com.inrix.sdk.model.ParkingBlock.Segment
describeContents() - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
describeContents() - Method in class com.inrix.sdk.model.ParkingInfo
describeContents() - Method in class com.inrix.sdk.model.ParkingLot.Address
describeContents() - Method in class com.inrix.sdk.model.ParkingLot.Amenity
describeContents() - Method in class com.inrix.sdk.model.ParkingLot.CalculatedRate
describeContents() - Method in class com.inrix.sdk.model.ParkingLot
describeContents() - Method in class com.inrix.sdk.model.ParkingLot.EntryExitPoint
describeContents() - Method in class com.inrix.sdk.model.ParkingLot.Occupancy
describeContents() - Method in class com.inrix.sdk.model.ParkingLot.Phone
describeContents() - Method in class com.inrix.sdk.model.ParkingLot.Photo
describeContents() - Method in class com.inrix.sdk.model.ParkingLot.Reservation
describeContents() - Method in class com.inrix.sdk.model.ParkingLot.Review
describeContents() - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
describeContents() - Method in class com.inrix.sdk.model.Route.Bucket
describeContents() - Method in class com.inrix.sdk.model.Route
describeContents() - Method in class com.inrix.sdk.model.Route.Road
describeContents() - Method in class com.inrix.sdk.model.Route.Summary
describeContents() - Method in class com.inrix.sdk.model.SavedLocation
describeContents() - Method in class com.inrix.sdk.model.SavedTrip
describeContents() - Method in class com.inrix.sdk.model.Schedule
describeContents() - Method in class com.inrix.sdk.model.SpeedLimit
describeContents() - Method in class com.inrix.sdk.model.TripPoint
describeContents() - Method in class com.inrix.sdk.model.UserProperties
describeContents() - Method in class com.inrix.sdk.model.XDIncident.XDLocation
describeContents() - Method in class com.inrix.sdk.model.XDIncident.XDLocation.Segment
DewPointTemperature(int) - Constructor for class com.inrix.sdk.model.VehicleState.DewPointTemperature
Initializes a new instance of the VehicleState.DewPointTemperature.
distanceKM(double, double, double, double) - Static method in class com.inrix.sdk.utils.GeoUtils
Returns the distance in kilometers between two points defined by longitude and latitude.
distanceKM(GeoPoint, GeoPoint) - Static method in class com.inrix.sdk.utils.GeoUtils
Returns the distance in kilometers between two points.
doesRouteHaveClosures() - Method in class com.inrix.sdk.model.TravelTime
Gets whether the route has closures at the specific departure time.
DSAlertOptions(long) - Constructor for class com.inrix.sdk.AlertsManager.DSAlertOptions
Initializes a new instance of the AlertsManager.IncidentAlertOptions class.
DSAlertOptions(long, float, int, int, int) - Constructor for class com.inrix.sdk.AlertsManager.DSAlertOptions
Initializes a new instance of the AlertsManager.IncidentAlertOptions class.
DSAlertOptions(long, AlertsManagerConfig) - Constructor for class com.inrix.sdk.AlertsManager.DSAlertOptions
Initializes a new instance of the AlertsManager.IncidentAlertOptions class.

E

EARTH_RADIUS - Static variable in class com.inrix.sdk.utils.GeoUtils
The earth's radius, in meters.
enableAlternateRouteAlerts(boolean) - Method in class com.inrix.sdk.RouteAlert
Enable or disable alternate route alerts.
enableBetterRouteAlerts(boolean) - Method in class com.inrix.sdk.RouteAlert
Enable or disable better route alerts.
endTrackingSession() - Static method in class com.inrix.sdk.InrixCore
Ends the tracking session.
equals(Object) - Method in class com.inrix.sdk.IncidentsManager.IncidentBoxOptions
equals(Object) - Method in class com.inrix.sdk.IncidentsManager.IncidentRadiusOptions
equals(Object) - Method in class com.inrix.sdk.model.BoundingBox
equals(Object) - Method in class com.inrix.sdk.model.CalendarTrip
equals(Object) - Method in class com.inrix.sdk.model.Camera
equals(Object) - Method in class com.inrix.sdk.model.Camera.License
equals(Object) - Method in class com.inrix.sdk.model.Camera.Status
equals(Object) - Method in class com.inrix.sdk.model.ContactInfo

Compared by phone number only.

equals(Object) - Method in class com.inrix.sdk.model.ContactInfoCollection
equals(Object) - Method in class com.inrix.sdk.model.DangerousSlowdown
equals(Object) - Method in class com.inrix.sdk.model.GasStation.Address
equals(Object) - Method in class com.inrix.sdk.model.GasStation
equals(Object) - Method in class com.inrix.sdk.model.GasStation.Product
equals(Object) - Method in class com.inrix.sdk.model.GeoPoint
equals(Object) - Method in class com.inrix.sdk.model.Incident.Community
equals(Object) - Method in class com.inrix.sdk.model.Incident.Contributor
equals(Object) - Method in class com.inrix.sdk.model.Incident.DelayImpact
equals(Object) - Method in class com.inrix.sdk.model.Incident
equals(Object) - Method in class com.inrix.sdk.model.Incident.ParameterizedDescription
equals(Object) - Method in class com.inrix.sdk.model.LearnedLocation
equals(Object) - Method in class com.inrix.sdk.model.LearnedTrip
equals(Object) - Method in class com.inrix.sdk.model.Location
equals(Object) - Method in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
equals(Object) - Method in class com.inrix.sdk.model.LocationMatchGoogle
equals(Object) - Method in class com.inrix.sdk.model.LocationMatchGoogle.GeoLocation
equals(Object) - Method in class com.inrix.sdk.model.LocationMatchGoogle.Geometry
equals(Object) - Method in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
equals(Object) - Method in class com.inrix.sdk.model.LocationMatchInrix
equals(Object) - Method in class com.inrix.sdk.model.LocationMatchInrix.GeoLocation
equals(Object) - Method in class com.inrix.sdk.model.LocationMatchInrix.Geometry
equals(Object) - Method in class com.inrix.sdk.model.ParkingBlock.Amenity
equals(Object) - Method in class com.inrix.sdk.model.ParkingBlock.CalculatedRate
equals(Object) - Method in class com.inrix.sdk.model.ParkingBlock
equals(Object) - Method in class com.inrix.sdk.model.ParkingBlock.GeoJson
equals(Object) - Method in class com.inrix.sdk.model.ParkingBlock.Reservation
equals(Object) - Method in class com.inrix.sdk.model.ParkingBlock.Segment
equals(Object) - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
equals(Object) - Method in class com.inrix.sdk.model.ParkingInfo
equals(Object) - Method in class com.inrix.sdk.model.ParkingLot.Address
equals(Object) - Method in class com.inrix.sdk.model.ParkingLot.Amenity
equals(Object) - Method in class com.inrix.sdk.model.ParkingLot.CalculatedRate
equals(Object) - Method in class com.inrix.sdk.model.ParkingLot.EntryExitPoint
equals(Object) - Method in class com.inrix.sdk.model.ParkingLot
equals(Object) - Method in class com.inrix.sdk.model.ParkingLot.Occupancy
equals(Object) - Method in class com.inrix.sdk.model.ParkingLot.Phone
equals(Object) - Method in class com.inrix.sdk.model.ParkingLot.Photo
equals(Object) - Method in class com.inrix.sdk.model.ParkingLot.Reservation
equals(Object) - Method in class com.inrix.sdk.model.ParkingLot.Review
equals(Object) - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
equals(Object) - Method in class com.inrix.sdk.model.SavedLocation
equals(Object) - Method in class com.inrix.sdk.model.SavedTrip
equals(Object) - Method in class com.inrix.sdk.model.Schedule
equals(Object) - Method in class com.inrix.sdk.model.SpeedLimit
equals(Object) - Method in class com.inrix.sdk.model.TripPoint
equals(Object) - Method in class com.inrix.sdk.model.UserProperties
equals(Object) - Method in class com.inrix.sdk.model.VehicleState
equals(Object) - Method in class com.inrix.sdk.model.VehicleState.MeasurementAttribute
equals(Object) - Method in class com.inrix.sdk.model.XDIncident
equals(Object) - Method in class com.inrix.sdk.model.XDIncident.XDLocation
 
equals(Object) - Method in class com.inrix.sdk.model.XDIncident.XDLocation.Segment
equals(Object) - Method in class com.inrix.sdk.utils.Flags
Error - Class in com.inrix.sdk
Contains information on error reason and type.
Error(VolleyError) - Constructor for class com.inrix.sdk.Error
Instantiates a new error, using the specified caught exception as the source of information.
Error(String) - Constructor for class com.inrix.sdk.Error
Instantiates a new error, caused by invalid arguments or conditions.
Error.Type - Enum in com.inrix.sdk
Describes the error type.
Esc(boolean) - Constructor for class com.inrix.sdk.model.VehicleState.Esc
Initializes a new instance of the VehicleState.Esc.

F

findClosestRoutePoint(GeoPoint, Float) - Method in class com.inrix.sdk.RouteTracker
Get the closest route point from the given location to the end of the route.
Flags - Class in com.inrix.sdk.utils
Flags class to simplify working with bit flags.
Flags(int) - Constructor for class com.inrix.sdk.utils.Flags
Flags method.
fromLocation(Location) - Static method in class com.inrix.sdk.model.GeoPoint
Creates GeoPoint from Location.
fromString(String) - Static method in enum com.inrix.sdk.CompositeTileManager.MapLocale
Converts a string value to a CompositeTileManager.MapLocale enum constant.
fromString(String) - Static method in enum com.inrix.sdk.GasStationBrand
Matches a GasStationBrand from the given string.
FuelLevel(int) - Constructor for class com.inrix.sdk.model.VehicleState.FuelLevel
Initializes a new instance of the VehicleState.FuelLevel.
FuelTankCapacity(int) - Constructor for class com.inrix.sdk.model.VehicleState.FuelTankCapacity
Initializes a new instance of the VehicleState.FuelTankCapacity.

G

GasStation - Class in com.inrix.sdk.model
Represents a fuel station.
GasStation.Address - Class in com.inrix.sdk.model
Represents the address of a gas station.
GasStation.Product - Class in com.inrix.sdk.model
Represents a product available in a gas station.
GasStationBrand - Enum in com.inrix.sdk
Enumerated list of gas station brands.
GasStationInformationOptions(GasStation) - Constructor for class com.inrix.sdk.GasStationManager.GasStationInformationOptions
Initializes a new instance of the GasStationManager.GasStationInformationOptions class.
GasStationInformationOptions(GasStation, int, int) - Constructor for class com.inrix.sdk.GasStationManager.GasStationInformationOptions
Initializes a new instance of the GasStationManager.GasStationInformationOptions class.
GasStationManager - Class in com.inrix.sdk
Manages the asynchronous retrieval of gas station information.
GasStationManager.GasStationInformationOptions - Class in com.inrix.sdk
Request options to get an information about single gas station.
GasStationManager.GasStationManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with a GasStationManager operation.
GasStationManager.GasStationsBoxOptions - Class in com.inrix.sdk
Contains information used in filtering which gas stations are returned when retrieving gas stations in a rectangular region.
GasStationManager.GasStationsOnRouteOptions - Class in com.inrix.sdk
Contains options for requesting gas stations along a route.
GasStationManager.GasStationsRadiusOptions - Class in com.inrix.sdk
Contains information used in filtering which gas stations are returned when retrieving gas stations in a circular region.
GasStationManager.IGasStationResponseListener - Interface in com.inrix.sdk
Response listener for retrieving information on a single gas station.
GasStationManager.IGasStationsResponseListener - Interface in com.inrix.sdk
Response listener for retrieving information on multiple gas stations.
GasStationsBoxOptions(GeoPoint, GeoPoint) - Constructor for class com.inrix.sdk.GasStationManager.GasStationsBoxOptions
Initializes a new instance of the GasStationManager.GasStationsBoxOptions class with the two corners of the rectangular region.
GasStationsBoxOptions(GeoPoint, GeoPoint, int, int) - Constructor for class com.inrix.sdk.GasStationManager.GasStationsBoxOptions
Initializes a new instance of the GasStationManager.GasStationsBoxOptions class with the two corners of the rectangular region plus output fields and product types.
GasStationsConfig - Class in com.inrix.sdk.config
GasStationsOnRouteOptions(Route) - Constructor for class com.inrix.sdk.GasStationManager.GasStationsOnRouteOptions
Initializes a new instance of the GasStationManager.GasStationsOnRouteOptions class using Route instance.
GasStationsRadiusOptions(GeoPoint, double) - Constructor for class com.inrix.sdk.GasStationManager.GasStationsRadiusOptions
Initializes a new instance of GasStationManager.GasStationsRadiusOptions class where the radius units depends on the user settings.
GasStationsRadiusOptions(GeoPoint, double, UserPreferences.Unit) - Constructor for class com.inrix.sdk.GasStationManager.GasStationsRadiusOptions
Initializes a new instance of the GasStationManager.GasStationsRadiusOptions class where the radius units are specified.
GasStationsRadiusOptions(GeoPoint, double, UserPreferences.Unit, int, int) - Constructor for class com.inrix.sdk.GasStationManager.GasStationsRadiusOptions
Initializes a new instance of the GasStationManager.GasStationsRadiusOptions class, specifying location, units, output fields, and product types.
GEO_POINTS_DEFAULT_COMPRESSION_MODE - Static variable in class com.inrix.sdk.CameraManager
Indicates default compression mode for a route points.
GeoJson() - Constructor for class com.inrix.sdk.model.ParkingBlock.GeoJson
Initializes a new instance of ParkingBlock.GeoJson.
GeoPoint - Class in com.inrix.sdk.model
Represents a geographical location.
GeoPoint(double, double) - Constructor for class com.inrix.sdk.model.GeoPoint
Initializes a new instance of the GeoPoint.
geoPointToQuadKey(GeoPoint, int) - Static method in class com.inrix.sdk.TileManager
Converts a GeoPoint object and zoom level to a quad key value.
GeoUtils - Class in com.inrix.sdk.utils
Contains useful static methods for geographical calculations.
get(int) - Method in class com.inrix.sdk.model.ContactInfoCollection
get() - Method in class com.inrix.sdk.utils.Flags
Gets the flag value.
get() - Static method in class com.inrix.sdk.utils.TimerFactory
Gets an instance of TimerFactory.
get(int) - Static method in class com.inrix.sdk.utils.ZoomLevel
Gets the information related to the specified zoom level.
getAbnormailityMinutes() - Method in class com.inrix.sdk.model.TravelTime
Gets the deviation from the uncongested time for this route when started at the departure time.
getAbnormalityMinutes() - Method in class com.inrix.sdk.model.Route
Gets the difference in minutes between the travel time for the route and the normal travel time expected for the time and day.
getAccuracy() - Method in class com.inrix.sdk.model.Incident.Community
Gets the accuracy of the reported incident.
getAdditional() - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
Gets addition rate value.
getAdditional() - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
Gets addition rate value.
getAddress() - Method in class com.inrix.sdk.model.GasStation
Gets the address of the gas station.
getAddress() - Method in class com.inrix.sdk.model.Location
Gets the address of the location.
getAddress() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the parking block address.
getAddressAsString() - Method in class com.inrix.sdk.model.ParkingLot
Gets the parking lot address as a string.
getAddressComponent(String, boolean) - Method in class com.inrix.sdk.model.LocationMatchGoogle
 
getAddressComponent(String, boolean) - Method in class com.inrix.sdk.model.LocationMatchInrix
 
getAddressComponents() - Method in class com.inrix.sdk.model.LocationMatchGoogle
Gets the structured addressComponents.
getAddressComponents() - Method in class com.inrix.sdk.model.LocationMatchInrix
Gets the structured addressComponents.
getAlertsManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of AlertsManager.
getAlertsManagerConfig() - Method in class com.inrix.sdk.Configuration
Get an instance of AlertsManagerConfig.
getAllAppProperties() - Method in class com.inrix.sdk.model.UserProperties
Returns an unmodifiable map of a all application properties.
getAllowedArea(UserPreferences.Unit) - Method in class com.inrix.sdk.AreaLimitedManager
Get the maximum allowed area to query in the given units.
getAllowedArea(UserPreferences.Unit) - Method in class com.inrix.sdk.CameraManager
Get the maximum allowed area to query in the given units.
getAllowedArea(UserPreferences.Unit) - Method in class com.inrix.sdk.GasStationManager
Get the maximum allowed area to query in the given units.
getAllSharedProperties() - Method in class com.inrix.sdk.model.UserProperties
Returns an unmodifiable map of a all shared properties.
getAlternateRoutes() - Method in class com.inrix.sdk.model.UpdatedRouteResults
Get the alternative Route's if requested and available.
getAmenities() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the parking block amenities.
getAmenities() - Method in class com.inrix.sdk.model.ParkingBlock.Segment
Gets the amenities available at this block's segment.
getAmenities() - Method in class com.inrix.sdk.model.ParkingLot
Gets the list of available amenities.
getAnalyticsConfig() - Method in class com.inrix.sdk.Configuration
Get an instance of AnalyticsConfig.
getAngleComparator(float, Location) - Static method in class com.inrix.sdk.DangerousSlowdownUtils
Gets the angle based incidents comparator for sorting for alerts.
getAngleComparator(float, Location) - Static method in class com.inrix.sdk.IncidentUtils
Gets the angle based incidents comparator for sorting for alerts.
getAngleFilter(Location, float, float) - Static method in class com.inrix.sdk.IncidentUtils
 
getAppId() - Method in class com.inrix.sdk.Configuration
Gets the registered application ID.
getAppKey() - Method in class com.inrix.sdk.Configuration
Gets the application key for configuration.
getAppName() - Method in class com.inrix.sdk.Configuration
Gets the registered application name.
getAppProperty(String) - Method in class com.inrix.sdk.model.UserProperties
Get the app specific property for the provided name.
getApproximateArrivalTime() - Method in class com.inrix.sdk.model.ItineraryEntry
Gets the approximate arrival time based on the uncongested travel time.
getAppVersion() - Method in class com.inrix.sdk.Configuration
Gets the consumer application version.
getAreaOfBox(GeoPoint, GeoPoint, UserPreferences.Unit) - Static method in class com.inrix.sdk.utils.GeoUtils
Returns the area of a rectangle defined by two corners that are diagonally opposite each other.
getAreaOfCircle(double) - Static method in class com.inrix.sdk.utils.GeoUtils
Returns the area of a circle with the specified radius.
getArrivalTime() - Method in class com.inrix.sdk.model.TravelTime
Gets the arrival time.
getAssetTypes() - Method in class com.inrix.sdk.model.ParkingLot.Photo
Gets the list of asset types associated with this picture.
getAssociatedContacts() - Method in class com.inrix.sdk.model.SavedLocation
Gets the collection of ContactInfo associated with this SavedLocation.
getAssociatedContacts() - Method in class com.inrix.sdk.model.SavedTrip
Gets the contacts associated with current SavedTrip.
getAssociatedTrips() - Method in class com.inrix.sdk.model.ItineraryEntry
Get the List of Trips which are associated with this ItineraryEntry.
getAtLocationTolerance() - Method in class com.inrix.sdk.config.AlertsManagerConfig
Gets the tolerance in meters that is considered at a location.
getAvailable() - Method in class com.inrix.sdk.model.ParkingLot.Occupancy
Gets total number of available parking spaces.
getAverageSpeed() - Method in class com.inrix.sdk.model.Route
Gets the average speed on the route.
getAverageSpeed() - Method in class com.inrix.sdk.model.TravelTime
Gets the average speed for this route when started at the specified departure time.
getAzimuth() - Method in class com.inrix.sdk.model.ParkingLot.EntryExitPoint
Gets the azimuth of the entry / exit point.
getBearing(Location, Location) - Static method in class com.inrix.sdk.utils.GeoUtils
Calculates bearing between two locations.
getBearingAngle(Location, double) - Method in class com.inrix.sdk.model.Bearing
Gets the bearing from the specified location and heading to the incident.
getBestTimeToLeave(RouteManager.TravelTimeOptions, RouteManager.IBestTimeToLeaveListener) - Method in class com.inrix.sdk.RouteManager
Find the best time to leave based on the specified options.
getBetterRoutes() - Method in class com.inrix.sdk.model.UpdatedRouteResults
Get the alternative better Route's if requested and available.
getBooleanSetting(String, boolean) - Static method in class com.inrix.sdk.utils.UserPreferences
Generic get boolean setting.
getBoundingBox() - Method in class com.inrix.sdk.model.Route
Gets the bounding box of the route.
getBrand() - Method in class com.inrix.sdk.model.GasStation
Gets the gas station's brandString.
getBucket() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the parking block bucket.
getBucket() - Method in class com.inrix.sdk.model.ParkingLot.Occupancy
Get occupancy bucket: [0, 10].
getBucket() - Method in class com.inrix.sdk.model.TrafficQuality
Gets the traffic quality bucket, which is a value between 0 and 3.
getBucketStart() - Method in class com.inrix.sdk.model.Route.Bucket
Get the starting position of this bucket.
getBuildingAddress() - Method in class com.inrix.sdk.model.ParkingLot
Gets parking lot address.
getCacheExpiryInterval() - Method in class com.inrix.sdk.config.IncidentsConfig
Get the cache expiry interval for the incidents in milliseconds.
getCacheExpiryInterval() - Method in class com.inrix.sdk.config.TrafficQualityConfig
Get the cache expiry interval for the traffic quality in milliseconds.
getCacheExpiryInterval() - Method in class com.inrix.sdk.config.TrafficTilesConfig
Get the cache expiry interval for the traffic tiles in milliseconds.
getCalculatedRates() - Method in class com.inrix.sdk.model.ParkingBlock.Segment
Gets the segment's calculated rates.
getCalculatedRates() - Method in class com.inrix.sdk.model.ParkingLot
Gets the parking lot calculated rates.
getCalculationStartDistance() - Method in class com.inrix.sdk.config.AlertsManagerConfig
The default distance, which is needed to drive before incidents calculation starts
getCalendarDefaultNotificationTime() - Method in class com.inrix.sdk.Configuration
Get the default notification time (in minutes) for calendar events.
getCallbackRequiredException() - Static method in exception com.inrix.sdk.InrixException
 
getCameraManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of CameraManager.
getCamerasConfig() - Method in class com.inrix.sdk.Configuration
Get an instance of CamerasConfig.
getCamerasInBox(CameraManager.CamerasInBoxOptions, CameraManager.IGetCamerasResponseListener) - Method in class com.inrix.sdk.CameraManager
Gets traffic cameras in specified rectangular area.
getCamerasInRadius(CameraManager.CamerasInRadiusOptions, CameraManager.IGetCamerasResponseListener) - Method in class com.inrix.sdk.CameraManager
Gets traffic cameras in radius.
getCamerasOnRoute(CameraManager.CamerasOnRouteOptions, CameraManager.IGetCamerasResponseListener) - Method in class com.inrix.sdk.CameraManager
Gets traffic cameras along the route.
getCameraUrl(CameraManager.CameraImageOptions) - Method in class com.inrix.sdk.CameraManager
Retrieves a URL that can be used to obtain a traffic camera bitmap using camera id.
getCenter() - Method in class com.inrix.sdk.IncidentsManager.XDIncidentOptionsInRadius
Gets the center of region.
getCenter() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the approximate center of the parking block.
getCenter(GeoPoint, GeoPoint) - Static method in class com.inrix.sdk.utils.GeoUtils
Gets the bounding box center from specified corners.
getCity() - Method in class com.inrix.sdk.model.GasStation.Address
Gets the station's city.
getCity() - Method in class com.inrix.sdk.model.LocationMatch
 
getCity() - Method in class com.inrix.sdk.model.LocationMatchGoogle
Gets the city name from addressComponents.
getCity() - Method in class com.inrix.sdk.model.LocationMatchInrix
Gets the city name from addressComponents.
getCity() - Method in class com.inrix.sdk.model.ParkingLot.Address
Gets city name.
getCityName() - Method in class com.inrix.sdk.model.TrafficQuality
Gets the city name where the traffic is located.
getCluster(GeoPoint, double, int, MapPointsTree<RouteTracker.RouteIncidentPoint>) - Method in class com.inrix.sdk.RouteTracker
Get incidents cluster within specified radius.
getCode() - Method in class com.inrix.sdk.model.XDIncident.XDLocation.Segment
The code for the road segment.
getCollectionTime() - Method in class com.inrix.sdk.model.TrafficQuality
Gets the date and time when the traffic quality information was collected.
getCommunity() - Method in class com.inrix.sdk.model.Incident
Get community information for who reported this incident, if it was community-reported.
getCompositeTileManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of CompositeTileManager.
getConfiguration() - Method in class com.inrix.sdk.AlertsManager
Gets the configuration for AlertsManager.
getConfiguration() - Method in class com.inrix.sdk.CameraManager
Gets the CamerasConfig instance.
getConfiguration() - Method in class com.inrix.sdk.DangerousSlowdownsManager
Gets a configuration for DangerousSlowdownsManager.
getConfiguration() - Method in class com.inrix.sdk.GasStationManager
Gets a configuration for GasStationManager.
getConfiguration() - Method in class com.inrix.sdk.IncidentsManager
Gets the configuration for IncidentsConfig.
getConfiguration() - Static method in class com.inrix.sdk.InrixCore
Gets the configuration information.
getConfiguration() - Method in class com.inrix.sdk.ItineraryManager
Gets the ItineraryManager configuration.
getConfiguration() - Method in class com.inrix.sdk.LocationsManager
Gets the LocationsManager configuration.
getConfiguration() - Method in class com.inrix.sdk.ParkingManager
Gets the ParkingManager configuration.
getConfiguration() - Method in class com.inrix.sdk.RouteManager
Gets the configuration for RouteManager.
getConfiguration() - Method in class com.inrix.sdk.TileManager
Gets the TileManager configuration.
getConfiguration() - Method in class com.inrix.sdk.TrafficManager
Gets the TrafficManager configuration.
getConfirmed() - Method in class com.inrix.sdk.IncidentsManager.IncidentReviewOptions
Gets a value indicating if incident valid.
getContributor() - Method in class com.inrix.sdk.model.Incident.Community
Gets the contributor of the incident information.
getCopyrightNotice() - Method in class com.inrix.sdk.model.Camera.License
Gets the copyright notice of the camera.
getCorner1() - Method in class com.inrix.sdk.IncidentsManager.IncidentBoxOptions
Gets corner 1 of the bounding box.
getCorner1() - Method in class com.inrix.sdk.IncidentsManager.XDIncidentOptionsInBox
Gets corner 1 of the bounding box.
getCorner1() - Method in class com.inrix.sdk.model.BoundingBox
Gets the first corner of the bounding box.
getCorner2() - Method in class com.inrix.sdk.IncidentsManager.IncidentBoxOptions
Gets the second corner of the bounding box.
getCorner2() - Method in class com.inrix.sdk.IncidentsManager.XDIncidentOptionsInBox
Gets the second corner of the bounding box.
getCorner2() - Method in class com.inrix.sdk.model.BoundingBox
Gets the second corner of the bounding box, opposite of corner1.
getCostIndex() - Method in class com.inrix.sdk.model.ParkingLot
Gets cost index.
getCountry() - Method in class com.inrix.sdk.model.LocationMatch
 
getCountry() - Method in class com.inrix.sdk.model.LocationMatchGoogle
Gets the country name from addressComponents.
getCountry() - Method in class com.inrix.sdk.model.LocationMatchInrix
Gets the country name from addressComponents.
getCountry() - Method in class com.inrix.sdk.model.ParkingLot.Address
Gets country name.
getCountry() - Method in class com.inrix.sdk.model.ServiceAvailability
Get the country code.
getCountryCode() - Method in class com.inrix.sdk.model.LocationMatch
 
getCountryCode() - Method in class com.inrix.sdk.model.LocationMatchGoogle
Gets the country code from addressComponents.
getCountryCode() - Method in class com.inrix.sdk.model.LocationMatchInrix
Gets the country code from addressComponents.
getCountryCode() - Method in class com.inrix.sdk.model.XDIncident.XDLocation
The country code for the XDIncident.XDLocation.
getCountryCode() - Method in class com.inrix.sdk.ServiceAvailabilityManager.ServiceAvailabilityOptions
Gets the country where service availability will be checked.
getCrossroad1Name() - Method in class com.inrix.sdk.model.Incident.ParameterizedDescription
Get the name of cross road 1.
getCrossroad1TmcCode() - Method in class com.inrix.sdk.model.Incident.ParameterizedDescription
Get the TMC code of cross road 1.
getCrossroad2Name() - Method in class com.inrix.sdk.model.Incident.ParameterizedDescription
Get the name of cross road 2.
getCrossroad2TmcCode() - Method in class com.inrix.sdk.model.Incident.ParameterizedDescription
Get the TMC code of cross road 2.
getCurrency() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the type of accepted currency.
getCurrency() - Method in class com.inrix.sdk.model.ParkingLot
Gets the currency.
getCurrencyCode() - Method in class com.inrix.sdk.model.GasStation.Product
Gets the currency code used for the price.
getCurrencyIso() - Method in class com.inrix.sdk.model.ParkingLot
Gets the currency ISO code.
getDangerousSlowdownCluster(GeoPoint, double) - Method in class com.inrix.sdk.RouteTracker
 
getDangerousSlowdowns() - Method in class com.inrix.sdk.model.Route
Gets the list of dangerous slowdowns on the route.
getDangerousSlowdownsConfig() - Method in class com.inrix.sdk.Configuration
Get an instance of DangerousSlowdownsConfig.
getDangerousSlowdownsInBox(DangerousSlowdownsManager.DangerousSlowdownsBoxOptions, DangerousSlowdownsManager.IDangerousSlowdownsResponseListener) - Method in class com.inrix.sdk.DangerousSlowdownsManager
Gets dangerous slowdowns in specified rectangular area.
getDangerousSlowdownsInRadius(DangerousSlowdownsManager.DangerousSlowdownsRadiusOptions, DangerousSlowdownsManager.IDangerousSlowdownsResponseListener) - Method in class com.inrix.sdk.DangerousSlowdownsManager
Gets dangerous slowdowns in the circular region with the specified radius.
getDangerousSlowdownsManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of DangerousSlowdownsManager.
getDateFromString(String) - Static method in class com.inrix.sdk.utils.InrixDateUtils
Parses the date as a string and returns the date object.
getDateFromString(String, boolean) - Static method in class com.inrix.sdk.utils.InrixDateUtils
Parses the date as a string and returns the date object.
getDateTime() - Method in class com.inrix.sdk.model.ItineraryEntry
The date/time of this Trip instance (UTC).
getDateTime() - Method in class com.inrix.sdk.model.LearnedTrip
The predicted arrival date/time of this LearnedTrip instance (UTC).
getDateTime() - Method in class com.inrix.sdk.model.Schedule.ScheduleOptions
Get the schedule date and time.
getDayConditionalLikelihoods() - Method in class com.inrix.sdk.model.LearnedLocation
Likelihood of visiting the learned location in relation to the day of the week.
getDayOffset(Date, Date) - Static method in class com.inrix.sdk.utils.InrixDateUtils
Get the offset between two dates in days.
getDaysOfWeek() - Method in class com.inrix.sdk.model.Schedule.RecurringScheduleOptions
Get the days of the week the alert should notify the user.
getDefaultComparator() - Static method in class com.inrix.sdk.IncidentUtils
Gets the default incidents comparator for sorting for alerts.
getDefaultFilter() - Static method in class com.inrix.sdk.IncidentUtils
Gets the default filter.
getDefaultListComparator() - Static method in class com.inrix.sdk.IncidentUtils
Get default incidents comparator for sorting for displaying incidents in a list.
getDefaultOutputFields() - Method in class com.inrix.sdk.config.IncidentsConfig
Get the default output fields of incidents.
getDefaultSeverities() - Method in class com.inrix.sdk.config.IncidentsConfig
Get the default severities of incidents.
getDefaultSources() - Method in class com.inrix.sdk.config.IncidentsConfig
Get the default incidents sources.
getDefaultType() - Method in class com.inrix.sdk.config.RoutesConfig
Get the default types for routes.
getDefaultTypes() - Method in class com.inrix.sdk.config.IncidentsConfig
Get the default incidents types.
getDelayImpact() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Incident
Gets the delay impact due to the incident.
getDelayImpact() - Method in class com.inrix.sdk.model.Incident
Gets information on how much the incident will delay travel times.
getDelayImpact() - Method in class com.inrix.sdk.model.XDIncident
Gets information on how much the incident will delay travel times.
getDelayTime() - Method in class com.inrix.sdk.model.TrafficQuality
Gets delay time due to traffic, in minutes.
getDepartureTime() - Method in class com.inrix.sdk.model.TravelTime
Gets the departure time.
getDescription() - Method in class com.inrix.sdk.model.Incident
Gets a textual description for an incident.
getDestination() - Method in class com.inrix.sdk.model.CalendarTrip
Get the final destination of the CalendarTrip.
getDestination() - Method in class com.inrix.sdk.model.ItineraryEntry
Get the final destination of the Trip.
getDestination() - Method in class com.inrix.sdk.model.LearnedTrip
Get the destination of the LearnedTrip.
getDestination() - Method in class com.inrix.sdk.model.Route
Get the destination point for the route.
getDestination() - Method in class com.inrix.sdk.model.SavedTrip
Get the final destination of the SavedTrip.
getDestinationName() - Method in class com.inrix.sdk.model.PreDriveNotification
Gets the name of the destination.
getDeviceManufacturer() - Method in class com.inrix.sdk.Configuration
Gets device manufacturer name.
getDeviceModel() - Method in class com.inrix.sdk.Configuration
Gets device model name.
getDevicePlatform() - Method in class com.inrix.sdk.Configuration
Gets device platform name.
getDevicePlatformVersion() - Method in class com.inrix.sdk.Configuration
Gets the platform version of the device.
getDirection() - Method in class com.inrix.sdk.model.DangerousSlowdown
Gets the direction of the slowdown.
getDirection() - Method in class com.inrix.sdk.model.Incident.ParameterizedDescription
Gets the direction of travel on road for which event occurs.
getDirection() - Method in class com.inrix.sdk.model.XDIncident.XDLocation
The direction of the XDIncident.
getDisplayMaxZoomLevel() - Method in class com.inrix.sdk.config.CamerasConfig
Get the maximum zoom level for for displaying cameras on the map.
getDisplayMaxZoomLevel() - Method in class com.inrix.sdk.config.DangerousSlowdownsConfig
Get the maximum zoom level for for displaying dangerous slowdowns on the map.
getDisplayMaxZoomLevel() - Method in class com.inrix.sdk.config.GasStationsConfig
Get the maximum zoom level for for displaying gas stations on the map.
getDisplayMaxZoomLevel() - Method in class com.inrix.sdk.config.IncidentsConfig
Get the maximum zoom level for for displaying incidents on the map.
getDisplayMaxZoomLevel() - Method in class com.inrix.sdk.config.LocationsManagerConfig
Get the maximum zoom level for for displaying saved places on the map.
getDisplayMaxZoomLevel() - Method in class com.inrix.sdk.config.ParkingConfig
Get the maximum zoom level for for displaying parking lots on the map.
getDisplayMaxZoomLevel() - Method in class com.inrix.sdk.config.RoutesConfig
Get the maximum zoom level for for displaying routes on the map.
getDisplayMaxZoomLevel() - Method in class com.inrix.sdk.config.TrafficTilesConfig
Get the maximum zoom level for for displaying traffic tiles on the map.
getDisplayMinZoomLevel() - Method in class com.inrix.sdk.config.CamerasConfig
Get the minimum zoom level for for displaying cameras on the map.
getDisplayMinZoomLevel() - Method in class com.inrix.sdk.config.DangerousSlowdownsConfig
Get the minimum zoom level for for displaying dangerous slowdowns on the map.
getDisplayMinZoomLevel() - Method in class com.inrix.sdk.config.GasStationsConfig
Get the minimum zoom level for for displaying gas stations on the map.
getDisplayMinZoomLevel() - Method in class com.inrix.sdk.config.IncidentsConfig
Get the minimum zoom level for for displaying incidents on the map.
getDisplayMinZoomLevel() - Method in class com.inrix.sdk.config.LocationsManagerConfig
Get the minimum zoom level for for displaying saved places on the map.
getDisplayMinZoomLevel() - Method in class com.inrix.sdk.config.ParkingConfig
Get the minimum zoom level for for displaying parking lots on the map.
getDisplayMinZoomLevel() - Method in class com.inrix.sdk.config.RoutesConfig
Get the minimum zoom level for for displaying routes on the map.
getDisplayMinZoomLevel() - Method in class com.inrix.sdk.config.TrafficTilesConfig
Get the minimum zoom level for for displaying traffic tiles on the map.
getDistance(GeoPoint) - Method in class com.inrix.sdk.model.Bearing
Returns the distance to the incident location from the specified point.
getDistance(GeoPoint) - Method in class com.inrix.sdk.model.GasStation
Gets the distance between the gas station and the specified point.
getDistance() - Method in class com.inrix.sdk.model.Incident.DelayImpact
Gets the distance of the delay.
getDistanceKM() - Method in class com.inrix.sdk.model.Bearing
Gets the distance value that was previously set.
getDistanceRemaining(GeoPoint, Float) - Method in class com.inrix.sdk.RouteTracker
Get the distance remaining in meters from the given location to the end of the route.
getDSlowdownsOnRouteWithDistance() - Method in class com.inrix.sdk.RouteAlert
 
getDSlowdownsWithDistanceFromOrigin() - Method in class com.inrix.sdk.RouteTracker
 
getDuration() - Method in class com.inrix.sdk.model.TripPoint
Get the duration (in minutes) the user will stop at this location.
getEncompassingDates(Date, Date) - Static method in class com.inrix.sdk.utils.InrixDateUtils
Gets the list of dates that are included in the given range.
getEnd() - Method in class com.inrix.sdk.model.ParkingBlock.Segment
Gets segment end offset.
getEndDate() - Method in class com.inrix.sdk.model.Itinerary
Returns the end date/time (in UTC) for this Itinerary.
getEndDay() - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
Gets the rate end day of the week.
getEndDay() - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
Gets the rate end day of the week.
getEndMonth() - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
Gets rate end month.
getEndMonth() - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
Gets rate end month.
getEndOffset() - Method in class com.inrix.sdk.model.Route.Bucket
Get the end offset.
getEndTime() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Incident
Gets the time the incident ended.
getEndTime() - Method in class com.inrix.sdk.model.Incident
Gets the time when the incident ends.
getEndTime() - Method in class com.inrix.sdk.model.XDIncident
Gets the time when the incident ends.
getEntryExitPoints() - Method in class com.inrix.sdk.model.ParkingLot
Gets the parking lot entry / exit points.
getErrorCode() - Method in exception com.inrix.sdk.InrixException
Gets the error code of this exception.
getErrorId() - Method in class com.inrix.sdk.Error
Gets the error ID.
getErrorMessage() - Method in class com.inrix.sdk.Error
Gets the error message.
getErrorType() - Method in class com.inrix.sdk.Error
Gets the error type.
getEventCode() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Incident
Gets the ALERT-C code for the type of the incident.
getEventCode() - Method in class com.inrix.sdk.model.Incident
Gets the AlertC event code associated with the type of incident.
getEventCode() - Method in class com.inrix.sdk.model.Incident.ParameterizedDescription
Gets the AlertC event code.
getEventCode() - Method in class com.inrix.sdk.model.XDIncident
Gets the AlertC event code associated with the type of incident.
getEventText() - Method in class com.inrix.sdk.model.Incident.ParameterizedDescription
Gets a textual description of the type of event.
getExtra() - Method in class com.inrix.sdk.push.PushNotification
Extra string object, contains json object.
getFacebookSignInOptions(String, String, String) - Static method in class com.inrix.sdk.UserManager.OAuthSignInOptions
Factory method that creates sign in options for signing in with Facebook.
getFilterAngle(T, float, Location) - Static method in class com.inrix.sdk.DangerousSlowdownUtils
 
getFilterAngle(T, float, Location) - Static method in class com.inrix.sdk.IncidentUtils
 
getFirebaseChannel(String, String) - Static method in class com.inrix.sdk.push.PushChannelFactory
Create a new instance of IPushChannel, specific for Firebase Cloud Messaging provider.
getFormat() - Method in class com.inrix.sdk.model.ParkingLot
Gets the parking lot format.
getFormattedAddress() - Method in class com.inrix.sdk.model.LocationMatch
 
getFormattedAddress() - Method in class com.inrix.sdk.model.LocationMatchGoogle
Get formatted addressComponents.
getFormattedAddress() - Method in class com.inrix.sdk.model.LocationMatchInrix
Get formatted addressComponents.
getForwardConeAngle() - Method in class com.inrix.sdk.config.AlertsManagerConfig
Get the forward cone angle for alerts manager.
getFrcLevel() - Method in class com.inrix.sdk.model.SpeedLimit
Get the FRC level of the road.
getFrcLevel() - Method in class com.inrix.sdk.utils.ZoomLevel
Sets FRC level.
getFrcLevel(int) - Static method in class com.inrix.sdk.utils.ZoomLevel
Gets the FRC level for specified zoom level.
getFreeFlowMinutes() - Method in class com.inrix.sdk.model.Incident.DelayImpact
Gets the delay compared with free flow time on this segment.
getFrequency() - Method in class com.inrix.sdk.config.AlertsManagerConfig
Get the frequency for alerts manager.
getFromLocation() - Method in class com.inrix.sdk.model.Incident.ParameterizedDescription
Gets the city that the road is going from.
getFromPoint() - Method in class com.inrix.sdk.model.ParkingBlock
Gets start location of the parking block.
getFuelLevel() - Method in class com.inrix.sdk.model.PreDriveNotification
Gets fuel level, in percent (of PreDriveNotification.getFuelTankCapacity()).
getFuelTankCapacity() - Method in class com.inrix.sdk.model.PreDriveNotification
Gets fuel tank capacity, in gallons.
getFullDescription() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Incident
Gets a full description of the incident.
getFullDescription() - Method in class com.inrix.sdk.model.Incident
Gets a longer textual description of the incident.
getFullDescription() - Method in class com.inrix.sdk.model.XDIncident
Gets a longer textual description of the incident.
getFullImageUrl() - Method in class com.inrix.sdk.model.ParkingLot.Photo
Gets the full image url.
getGasStationInformation(GasStationManager.GasStationInformationOptions, GasStationManager.IGasStationResponseListener) - Method in class com.inrix.sdk.GasStationManager
Gets information about a single gas station.
getGasStationManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of GasStationManager.
getGasStationsConfig() - Method in class com.inrix.sdk.Configuration
Get an instance of GasStationsConfig.
getGasStationsInBox(GasStationManager.GasStationsBoxOptions, GasStationManager.IGasStationsResponseListener) - Method in class com.inrix.sdk.GasStationManager
Gets gas stations in specified rectangular area.
getGasStationsInRadius(GasStationManager.GasStationsRadiusOptions, GasStationManager.IGasStationsResponseListener) - Method in class com.inrix.sdk.GasStationManager
Gets gas stations in the circular region with the specified radius.
getGasStationsOnRoute(GasStationManager.GasStationsOnRouteOptions, GasStationManager.IGasStationsResponseListener) - Method in class com.inrix.sdk.GasStationManager
Gets gas stations along the route.
getGeoIds() - Method in class com.inrix.sdk.model.DangerousSlowdown
Gets the slowdown geography IDs.
getGeoJson() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the ParkingBlock.GeoJson information associated with this parking block.
getGeoLocation() - Method in class com.inrix.sdk.model.LocationMatchGoogle.Geometry
Get the POI type.
getGeoLocation() - Method in class com.inrix.sdk.model.LocationMatchInrix.Geometry
Get the POI type.
getGeoPoint() - Method in class com.inrix.sdk.model.Camera
Gets the location of the camera as a {link GeoPoint} object.
getGeoPoint() - Method in class com.inrix.sdk.model.Location
Gets the longitude and latitude coordinates of the location.
getGeoPoint() - Method in class com.inrix.sdk.model.ParkingLot
Gets the parking lot geographical location.
getHead() - Method in class com.inrix.sdk.model.Incident
Gets the location of the farthest point on the road where the incident starts.
getHead() - Method in class com.inrix.sdk.model.XDIncident
Gets the location of the farthest point on the road where the incident starts.
getHeight() - Method in class com.inrix.sdk.model.CompositeTileMetadata.ImageInfo
Gets the image height.
getHourConditionalLikelihoods() - Method in class com.inrix.sdk.model.LearnedLocation
Gets the likelihood of visiting the learned location in relation to the hour of the day.
getHours() - Method in class com.inrix.sdk.model.ParkingLot
Gets the list of open hours.
getHref() - Method in class com.inrix.sdk.model.ParkingBlock.Reservation
Gets the reservation reference url.
getHref() - Method in class com.inrix.sdk.model.ParkingLot.Reservation
Gets the reservation reference url.
getId() - Method in class com.inrix.sdk.model.Camera
Gets the ID of the camera.
getId() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Incident
Gets the incident ID.
getId() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Route
Gets the route ID.
getId() - Method in class com.inrix.sdk.model.DangerousSlowdown
Gets the ID of the slowdown.
getId() - Method in class com.inrix.sdk.model.GasStation
Gets the INRIX ID for this gas station.
getId() - Method in class com.inrix.sdk.model.Incident
Gets the INRIX ID for the incident.
getId() - Method in class com.inrix.sdk.model.ParkingBlock.Amenity
Gets amenity id.
getId() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the parking block ID.
getId() - Method in class com.inrix.sdk.model.ParkingLot.Amenity
Gets the amenity ID.
getId() - Method in class com.inrix.sdk.model.ParkingLot
Gets parking lot ID.
getId() - Method in class com.inrix.sdk.model.Route
Gets the route's ID.
getId() - Method in class com.inrix.sdk.model.XDIncident
Gets the INRIX ID for the incident.
getIdNum() - Method in class com.inrix.sdk.model.DangerousSlowdown
 
getImageKey() - Method in class com.inrix.sdk.model.CompositeTileMetadata.ImageInfo
Gets the image key.
getImages() - Method in class com.inrix.sdk.model.CompositeTileMetadata
Gets a list of image metadata.
getImageUrl() - Method in class com.inrix.sdk.model.CompositeTileMetadata.ImageInfo
Gets the associated image url.
getIncidentRefIds() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Route
Gets the IDs of incidents encountered on the route.
getIncidents() - Method in class com.inrix.sdk.model.CompositeTileMetadata
Gets the list of incidents displayed on the composite tile.
getIncidents() - Method in class com.inrix.sdk.model.Route
Gets the list of incidents on the route.
getIncidentsCluster(GeoPoint, double) - Method in class com.inrix.sdk.RouteTracker
Get incidents cluster within specified radius.
getIncidentsConfig() - Method in class com.inrix.sdk.Configuration
Get an instance of IncidentsConfig.
getIncidentsInBox(IncidentsManager.IncidentBoxOptions, IncidentsManager.IIncidentsResponseListener) - Method in class com.inrix.sdk.IncidentsManager
Get incidents in the specified rectangular region.
getIncidentsInRadius(IncidentsManager.IncidentRadiusOptions, IncidentsManager.IIncidentsResponseListener) - Method in class com.inrix.sdk.IncidentsManager
Get incidents in the specified circular region.
getIncidentsManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of IncidentsManager.
getIncidentsOnRouteWithDistance() - Method in class com.inrix.sdk.RouteAlert
Gets a map of the incidents on the tracker route and their distances from the origin.
getIncidentsWithDistanceFromOrigin() - Method in class com.inrix.sdk.RouteTracker
 
getIncidentTypeFilter(Set<Incident.IncidentType>) - Static method in class com.inrix.sdk.IncidentUtils
Get a custom filter which can selectively allow incidents.
getIncrement() - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
Gets rate increment.
getIncrement() - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
Gets rate increment.
getInrixEventCodes() - Method in class com.inrix.sdk.model.XDIncident
Gets the list of all INRIX event codes.
getInstallationIdHash() - Static method in class com.inrix.sdk.utils.UserPreferences
Get the installation ID hash.
getInstance() - Static method in class com.inrix.sdk.InrixCore
Gets the singleton InrixCore instance.
getItinerary(ItineraryManager.GetItineraryOptions, ItineraryManager.IGetItineraryResponseListener) - Method in class com.inrix.sdk.ItineraryManager
Get the Itinerary for the user within the given date range.
getItineraryConfig() - Method in class com.inrix.sdk.Configuration
Get an instance of ItineraryConfig.
getItineraryEntries() - Method in class com.inrix.sdk.model.Itinerary
Returns a read-only List of ItineraryEntry (if available) representing instances of Trips which occur between Itinerary.getStartDate() and Itinerary.getEndDate().
getItineraryManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of ItineraryManager.
GetItineraryOptions(Date, Date) - Constructor for class com.inrix.sdk.ItineraryManager.GetItineraryOptions
Initializes a new instance of ItineraryManager.GetItineraryOptions.
getLastDetourPoints() - Method in class com.inrix.sdk.model.Incident
Gets the locations of the last detour points to use to avoid the incident.
getLastDetourPoints() - Method in class com.inrix.sdk.model.XDIncident
Gets the locations of the last detour points to use to avoid the incident.
getLastVisitedDate() - Method in class com.inrix.sdk.model.LearnedLocation
Gets the date/time the user last visited this LearnedLocation.
getLatitude() - Method in class com.inrix.sdk.model.Bearing
Gets the latitude of the incident.
getLatitude() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Incident
Gets the latitude for the incident location.
getLatitude() - Method in class com.inrix.sdk.model.GeoPoint
Gets the latitude value.
getLatitudeDeltaE6() - Method in class com.inrix.sdk.utils.ZoomLevel
Gets latitude delta.
getLatitudeDeltaE6(int) - Static method in class com.inrix.sdk.utils.ZoomLevel
Gets the latitude delta for the specified zoom level.
getLearnedLocations(LocationsManager.GetLearnedLocationsOptions, LocationsManager.IGetLearnedLocationsListener) - Method in class com.inrix.sdk.LocationsManager
Gets the user's LearnedLocations.
GetLearnedLocationsOptions() - Constructor for class com.inrix.sdk.LocationsManager.GetLearnedLocationsOptions
Initialize a new instance of LocationsManager.GetLearnedLocationsOptions class.
GetLearnedLocationsOptions(boolean, boolean) - Constructor for class com.inrix.sdk.LocationsManager.GetLearnedLocationsOptions
Initialize a new instance of LocationsManager.GetLearnedLocationsOptions class.
getLeaveInMinutes() - Method in class com.inrix.sdk.model.PreDriveNotification
Gets the number of minutes before the leave times.
getLicense() - Method in class com.inrix.sdk.model.Camera
Gets the license of the camera.
getLikelihood() - Method in class com.inrix.sdk.model.LearnedLocation
Gets the likelihood of this LearnedLocation.
getLink() - Method in class com.inrix.sdk.model.ParkingBlock.Reservation
Gets the reservation link.
getLink() - Method in class com.inrix.sdk.model.ParkingLot.Reservation
Gets the reservation link.
getLocation() - Method in class com.inrix.sdk.model.Bearing
 
getLocation() - Method in class com.inrix.sdk.model.DangerousSlowdown
Gets the start position of the slowdown.
getLocation() - Method in class com.inrix.sdk.model.GasStation
Gets the gas station's location.
getLocation() - Method in class com.inrix.sdk.model.Incident
Gets the geographical location of the incident.
getLocation() - Method in class com.inrix.sdk.model.LocationMatch
 
getLocation() - Method in class com.inrix.sdk.model.LocationMatchGoogle
Get the GeoPoint of the location.
getLocation() - Method in class com.inrix.sdk.model.LocationMatchInrix
Get the GeoPoint of the location.
getLocation() - Method in class com.inrix.sdk.model.TripPoint
Get the Location associated with this TripPoint.
getLocation() - Method in class com.inrix.sdk.ServiceAvailabilityManager.ServiceAvailabilityOptions
Get the location.
getLocationName() - Method in class com.inrix.sdk.model.LocationMatch
 
getLocationName() - Method in class com.inrix.sdk.model.LocationMatchGoogle
Get the name of the location.
getLocationName() - Method in class com.inrix.sdk.model.LocationMatchInrix
Get the name of the location.
getLocationsManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of LocationsManager.
getLocationsManagerConfig() - Method in class com.inrix.sdk.Configuration
Get an instance of LocationsManagerConfig.
GetLocationsOptions() - Constructor for class com.inrix.sdk.LocationsManager.GetLocationsOptions
 
getLongitude() - Method in class com.inrix.sdk.model.Bearing
Gets the longitude of the incident.
getLongitude() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Incident
Gets the longitude for the incident location.
getLongitude() - Method in class com.inrix.sdk.model.GeoPoint
Gets the longitude value.
getLongName() - Method in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
Gets the long name of address component.
getLongName() - Method in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
Gets the long name of address component.
getLongSetting(String) - Static method in class com.inrix.sdk.utils.UserPreferences
Generic get long setting.
getLongSetting(String, long) - Static method in class com.inrix.sdk.utils.UserPreferences
Generic get long setting.
getLookAheadDistance(float, Location, int, int) - Static method in class com.inrix.sdk.IncidentUtils
Get the distance we need to look ahead based on the speed factor and current speed.
getLookAheadMaxDistance() - Method in class com.inrix.sdk.config.AlertsManagerConfig
Get the max distance to look ahead of vehicle for alerts manager.
getLookAheadMinDistance() - Method in class com.inrix.sdk.config.AlertsManagerConfig
Get the min distance to look ahead of vehicle for alerts manager.
getLookAheadPreferedDistance(float, Location, int, int) - Static method in class com.inrix.sdk.IncidentUtils
Get the distance we need to look ahead based on the speed factor and current speed.
getLookAheadUnitDistance(float, Location, int, int) - Static method in class com.inrix.sdk.IncidentUtils
Get the distance we need to look ahead based on the speed factor and current speed.
getMaxAlternative() - Method in class com.inrix.sdk.config.RoutesConfig
Get the max alternative count value for routes.
getMaxClusterZoomLevel() - Method in class com.inrix.sdk.config.ParkingConfig
Get the maximum zoom level for clustering parking markers on the map.
getMaximum() - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
Gets maximum rate value.
getMaximum() - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
Gets maximum rate value.
getMediumImageUrl() - Method in class com.inrix.sdk.model.ParkingLot.Photo
Get a medium image url.
getMessage() - Method in class com.inrix.sdk.push.PushNotification
Default message.
getMetadata(CompositeTileManager.CompositeTileMetadataOptions, CompositeTileManager.ICompositeTileMetadataListener) - Method in class com.inrix.sdk.CompositeTileManager
Gets the metadata for the requested composite tile, including route information, incidents, and the image key that is used in obtaining the composite tile image.
getMetadataCacheExpiryInterval() - Method in class com.inrix.sdk.config.CamerasConfig
Get the metadata cache expiry interval for the cameras in milliseconds.
getMetersPerDegree(GeoPoint) - Static method in class com.inrix.sdk.utils.GeoUtils
Get the meters per degree at the supplied point.
getMetric() - Method in class com.inrix.sdk.model.ParkingLot.Amenity
Gets the metric representation of the value (if ParkingLot.Amenity.getValue() is a number}.
getMileMarker() - Method in class com.inrix.sdk.model.DangerousSlowdown
Gets mile marker.
getMinimum() - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
Gets minimum rate value.
getMinimum() - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
Gets minimum rate value.
getName() - Method in class com.inrix.sdk.model.Camera
Gets the name of the camera.
getName() - Method in class com.inrix.sdk.model.ContactInfo
Gets the contact name.
getName() - Method in class com.inrix.sdk.model.GasStation.Address
Gets the gas station name.
getName() - Method in class com.inrix.sdk.model.Incident.Contributor
Gets the name of the contributor.
getName() - Method in class com.inrix.sdk.model.Location
Gets the name of the location.
getName() - Method in class com.inrix.sdk.model.ParkingBlock.Amenity
Gets amenity name.
getName() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the parking block name.
getName() - Method in class com.inrix.sdk.model.ParkingLot.Amenity
Gets the amenity name.
getName() - Method in class com.inrix.sdk.model.ParkingLot
Gets the parking lot name.
getName() - Method in class com.inrix.sdk.model.Route.Road
Gets the name of the road.
getName() - Method in class com.inrix.sdk.model.TripPoint
Get the name of this location.
getName() - Method in class com.inrix.sdk.model.VehicleState.MeasurementAttribute
Gets the name of the attribute.
getName() - Method in interface com.inrix.sdk.push.IPushChannel
Push channel name.
getNavigationAddress() - Method in class com.inrix.sdk.model.ParkingLot
Gets the navigation address for this parking lot.
getNetworkingConfig() - Method in class com.inrix.sdk.Configuration
Get an instance of NetworkingConfig.
getNote() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the parking block notes.
getNote() - Method in class com.inrix.sdk.model.ParkingLot
Gets parking lot notes.
getNotificationOptions() - Method in class com.inrix.sdk.model.Schedule
Get the notification options associated with this Schedule.
getNotificationTime() - Method in class com.inrix.sdk.model.ItineraryEntry
Get the time (in minutes) before the scheduled departure time to notify the user.
getNotificationTime() - Method in class com.inrix.sdk.model.Schedule.NotificationOptions
Get the time (in minutes) before the scheduled departure time to notify the user.
getNowAsUtc() - Static method in class com.inrix.sdk.utils.InrixDateUtils
Utility method which returns the current local time (on the device) as timezone "UTC" useful for when dealing with Schedules.
getNumber() - Method in class com.inrix.sdk.model.ParkingLot.Phone
Gets phone number.
getOccupancy() - Method in class com.inrix.sdk.model.ParkingLot
Gets the parking lot occupancy information; if available.
getOccupancyPercentage() - Method in class com.inrix.sdk.model.ParkingLot
Gets parking lot occupancy percentage.
getOccurrenceStartTimeUtc() - Method in class com.inrix.sdk.model.DangerousSlowdown
Gets a slowdown start time.
getOffset() - Method in class com.inrix.sdk.model.XDIncident.XDLocation.Segment
The offset for the road segment.
getOnRouteTolerance() - Method in class com.inrix.sdk.config.AlertsManagerConfig
Gets the tolerance in meters that is considered "on route".
getOnStreetMarkerMaxZoomLevel() - Method in class com.inrix.sdk.config.ParkingConfig
Get the maximum zoom level for for displaying on-street parking markers on the map.
getOnStreetMarkerMinZoomLevel() - Method in class com.inrix.sdk.config.ParkingConfig
Get the minimum zoom level for for displaying on-street parking markers on the map.
getOnStreetSegmentMaxZoomLevel() - Method in class com.inrix.sdk.config.ParkingConfig
Get the maximum zoom level for for displaying on-street parking segments/lines on the map.
getOnStreetSegmentMinZoomLevel() - Method in class com.inrix.sdk.config.ParkingConfig
Get the minimum zoom level for for displaying on-street parking segments/lines on the map.
getOpen() - Method in class com.inrix.sdk.model.ParkingLot
Gets a value that indicates whether parking lot is open.
getOperator() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the parking block operator name.
getOperator() - Method in class com.inrix.sdk.model.ParkingLot
Gets the operator name.
getOptionsRequiredException() - Static method in exception com.inrix.sdk.InrixException
 
getOrigin() - Method in class com.inrix.sdk.model.ItineraryEntry
Get the origin of the Trip.
getOrigin() - Method in class com.inrix.sdk.model.LearnedTrip
Get the origin of the LearnedTrip.
getOrigin() - Method in class com.inrix.sdk.model.Route
Get the origin point for the route.
getOrigin() - Method in class com.inrix.sdk.model.SavedTrip
Get the origin of the SavedTrip.
getParameterizedDescription() - Method in class com.inrix.sdk.model.Incident
Gets the detailed information about the event specified by the AlertC event code.
getParameterizedDescription() - Method in class com.inrix.sdk.model.XDIncident
Gets the detailed information about the event specified by the AlertC event code.
getParameterNullException(String) - Static method in exception com.inrix.sdk.InrixException
 
getParkingBlockInformation(ParkingManager.ParkingBlockInfoOptions, ParkingManager.IParkingBlockResponseListener) - Method in class com.inrix.sdk.ParkingManager
Gets information about parking block with specified ID.
getParkingBlocks() - Method in class com.inrix.sdk.model.ParkingInfo
Gets the list of parking blocks.
getParkingConfig() - Method in class com.inrix.sdk.Configuration
Get an instance of ParkingConfig.
getParkingInfoInBox(ParkingManager.ParkingBoxOptions, ParkingManager.IParkingInfoResponseListener) - Method in class com.inrix.sdk.ParkingManager
Gets parking within a rectangular region.
getParkingInfoInRadius(ParkingManager.ParkingRadiusOptions, ParkingManager.IParkingInfoResponseListener) - Method in class com.inrix.sdk.ParkingManager
Gets parking within a circular region.
getParkingLotInformation(ParkingManager.ParkingLotInfoOptions, ParkingManager.IParkingLotResponseListener) - Method in class com.inrix.sdk.ParkingManager
Gets information about parking lot with specified ID.
getParkingLots() - Method in class com.inrix.sdk.model.ParkingInfo
Gets the list of parking lots.
getParkingManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of ParkingManager.
getParkingMaxResultCount() - Method in class com.inrix.sdk.config.AlertsManagerConfig
Gets the number of max parking result to request.
getParkingRadius() - Method in class com.inrix.sdk.config.AlertsManagerConfig
The default parking radius, used for parking alert.
getParkingRefreshInterval() - Method in class com.inrix.sdk.config.AlertsManagerConfig
Get the refresh interval for parking in milliseconds.
getParkingSpeedFactor() - Method in class com.inrix.sdk.config.AlertsManagerConfig
The default speed factor, used to dynamically determine parking alert distance depending on current speed.
getPaymentTypes() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the supported payment types.
getPaymentTypes() - Method in class com.inrix.sdk.model.ParkingLot
Gets the parking lot supported payment types.
getPenWidth() - Method in class com.inrix.sdk.utils.ZoomLevel
Gets pen width for this zoom level.
getPenWidth(int) - Static method in class com.inrix.sdk.utils.ZoomLevel
Gets the pen width for the specified zoom level.
getPercentage() - Method in class com.inrix.sdk.model.ParkingLot.Occupancy
Gets occupancy percentage.
getPhone() - Method in class com.inrix.sdk.model.ParkingLot
Gets the primary phone number.
getPhoneNumber() - Method in class com.inrix.sdk.model.ContactInfo
Gets the contact phone number.
getPhoneNumber() - Method in class com.inrix.sdk.model.GasStation.Address
Gets the station's phone number.
getPhones() - Method in class com.inrix.sdk.model.ParkingLot
Gets the list of all parking lot phone numbers.
getPhotos() - Method in class com.inrix.sdk.model.ParkingLot
Gets the list of photos associated with this parking lot.
getPhotoThumbnails() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the list of parking block photo thumbnails.
getPhsConfig() - Method in class com.inrix.sdk.Configuration
Get an instance of PhsConfig.
getPlaceId() - Method in class com.inrix.sdk.model.LocationMatch
 
getPlaceId() - Method in class com.inrix.sdk.model.LocationMatchGoogle
Gets the place unique identifier.
getPlaceId() - Method in class com.inrix.sdk.model.LocationMatchInrix
Gets the place unique identifier.
getPoint() - Method in class com.inrix.sdk.ISearchManager.ReverseGeocodeOptions
Gets the GeoPoint to reverse geocode.
getPoint() - Method in class com.inrix.sdk.model.LocationMatchGoogle.GeoLocation
Get the POI type.
getPoint() - Method in class com.inrix.sdk.model.LocationMatchInrix.GeoLocation
Get the POI type.
getPoint() - Method in class com.inrix.sdk.model.ParkingLot.EntryExitPoint
Gets the entry / exit location.
getPoint() - Method in class com.inrix.sdk.model.TripPoint
Get the latitude/longitude coordinate of this location as a GeoPoint.
getPoints() - Method in class com.inrix.sdk.model.ParkingBlock.GeoJson
Gets geojson points.
getPoints() - Method in class com.inrix.sdk.model.ParkingBlock
Gets parking block points.
getPoints() - Method in class com.inrix.sdk.model.ParkingBlock.Segment
Gets segment points.
getPoints() - Method in class com.inrix.sdk.model.Route
Gets the list of points on the route.
getPollingIntervalMs() - Method in class com.inrix.sdk.model.WrongTrafficColorReport
Gets the polling interval in milliseconds.
getPollingLengthMs() - Method in class com.inrix.sdk.model.WrongTrafficColorReport
Gets the polling length in milliseconds.
getPolygonPoints() - Method in class com.inrix.sdk.model.ParkingLot
Gets the parking lot geographical polygon points.
getPolyline() - Method in class com.inrix.sdk.model.Route
Gets the points array of the route as an encoded polyline as described by the Google poly-line algorithm.
getPosition1() - Method in class com.inrix.sdk.model.Incident.ParameterizedDescription
Gets the city that the road is going towards.
getPosition2() - Method in class com.inrix.sdk.model.Incident.ParameterizedDescription
Gets the positional relationship between RoadName and Crossroad2.
getPostal() - Method in class com.inrix.sdk.model.ParkingLot.Address
Gets postal code.
getPostalCode() - Method in class com.inrix.sdk.model.LocationMatch
 
getPostalCode() - Method in class com.inrix.sdk.model.LocationMatchGoogle
Gets the postal code from addressComponents.
getPostalCode() - Method in class com.inrix.sdk.model.LocationMatchInrix
Gets the postal code from addressComponents.
getPreDriveNotificationMinutes() - Method in class com.inrix.sdk.model.CalendarTrip
Get the pre-drive notification time.
getPreferredLocale() - Static method in class com.inrix.sdk.utils.UserPreferences
Get the preferred Locale.
getPremiseName() - Method in class com.inrix.sdk.model.LocationMatch
 
getPremiseName() - Method in class com.inrix.sdk.model.LocationMatchGoogle
Gets the premise name.
getPremiseName() - Method in class com.inrix.sdk.model.LocationMatchInrix
Gets the premise name.
getPrice() - Method in class com.inrix.sdk.model.GasStation.Product
Gets the price of the product.
getProbability() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the probability of parking availability.
getProbability() - Method in class com.inrix.sdk.model.ParkingLot.Occupancy
Gets probability of available parking.
getProducts() - Method in class com.inrix.sdk.model.GasStation
Gets the list of products available at this gas station.
getProgress() - Method in class com.inrix.sdk.RouteAlert
Get the route progress as a percentage of the route completed/driven.
getQuotedDuration() - Method in class com.inrix.sdk.model.ParkingBlock.CalculatedRate
Gets the duration.
getQuotedDuration() - Method in class com.inrix.sdk.model.ParkingLot.CalculatedRate
Gets the duration.
getRadius() - Method in class com.inrix.sdk.IncidentsManager.XDIncidentOptionsInRadius
Get radius of the bounding area.
getRank() - Method in class com.inrix.sdk.model.ParkingLot.Occupancy
Gets occupancy rank.
getRate() - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
Gets rate value.
getRate() - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
Gets rate value.
getRateCard() - Method in class com.inrix.sdk.model.ParkingBlock.Reservation
Gets the reservation rate card.
getRateCard() - Method in class com.inrix.sdk.model.ParkingLot
Gets the parking lot rate card.
getRateCard() - Method in class com.inrix.sdk.model.ParkingLot.Reservation
Gets the reservation rate card.
getRateCards() - Method in class com.inrix.sdk.model.ParkingBlock.Segment
Gets segment rate cards.
getRateCost() - Method in class com.inrix.sdk.model.ParkingBlock.CalculatedRate
Gets the rate cost.
getRateCost() - Method in class com.inrix.sdk.model.ParkingLot.CalculatedRate
Gets the rate cost.
getRateType() - Method in class com.inrix.sdk.model.ParkingBlock.CalculatedRate
Gets the rate type.
getRateType() - Method in class com.inrix.sdk.model.ParkingLot.CalculatedRate
Gets the rate type.
getRating() - Method in class com.inrix.sdk.model.ParkingLot.Review
Gets a review rating.
getRecurringSchedule() - Method in class com.inrix.sdk.model.XDIncident
Get the recurrence schedule for a XDIncident.
getRefreshDataInterval() - Method in class com.inrix.sdk.config.CamerasConfig
Get the refresh interval for individual camera in milliseconds.
getRefreshDataInterval() - Method in class com.inrix.sdk.config.GasStationsConfig
Get the refresh interval for retrieving individual gas station details in milliseconds.
getRefreshDataInterval() - Method in class com.inrix.sdk.config.ParkingConfig
Get the refresh interval for the retrieving individual parking lot details in milliseconds.
getRefreshInterval() - Method in class com.inrix.sdk.config.ItineraryConfig
Get the refresh interval for the Itinerary in milliseconds.
getRefreshInterval() - Method in class com.inrix.sdk.config.LocationsManagerConfig
Get the refresh update interval for the locations manager in milliseconds.
getRefreshInterval() - Method in class com.inrix.sdk.config.RoutesConfig
Get the refresh interval for routes in milliseconds.
getRefreshInterval() - Method in class com.inrix.sdk.config.TrafficQualityConfig
Get the refresh interval for the traffic quality in milliseconds.
getRefreshInterval() - Method in class com.inrix.sdk.config.TrafficTilesConfig
Get the refresh interval for the traffic tiles in milliseconds.
getRefreshListInterval() - Method in class com.inrix.sdk.config.CamerasConfig
Get the refresh interval for list of cameras in milliseconds.
getRefreshListInterval() - Method in class com.inrix.sdk.config.DangerousSlowdownsConfig
Get the refresh interval for retrieving the list of dangerous slowdowns in milliseconds.
getRefreshListInterval() - Method in class com.inrix.sdk.config.GasStationsConfig
Get the refresh interval for retrieving lists of gas stations in milliseconds.
getRefreshListInterval() - Method in class com.inrix.sdk.config.IncidentsConfig
Get the refresh interval for retrieving the list of incidents in milliseconds.
getRefreshListInterval() - Method in class com.inrix.sdk.config.ParkingConfig
Get the refresh interval for the retrieving parking lot lists in milliseconds.
getRegionId() - Method in class com.inrix.sdk.model.Camera.License
Gets the region id of the camera.
getRemainingDistance() - Method in class com.inrix.sdk.RouteAlert
Get the distance remaining on the route.
getRepeats() - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
Gets a value that indicates whether rate repeats.
getRepeats() - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
Gets a value that indicates whether rate repeats.
getReportAccidentOptions() - Static method in class com.inrix.sdk.IncidentsManager.IncidentReportOptions
Creates an IncidentsManager.IncidentReportOptions object for reporting accident incidents.
getReportConstructionOptions() - Static method in class com.inrix.sdk.IncidentsManager.IncidentReportOptions
Creates an IncidentsManager.IncidentReportOptions object for reporting construction incidents.
getReportHazardOptions() - Static method in class com.inrix.sdk.IncidentsManager.IncidentReportOptions
Creates an IncidentsManager.IncidentReportOptions object for reporting hazard-related incidents.
getReportPoliceOptions() - Static method in class com.inrix.sdk.IncidentsManager.IncidentReportOptions
Creates an IncidentsManager.IncidentReportOptions object for reporting police-related incidents.
getReservations() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the parking block reservations.
getReservations() - Method in class com.inrix.sdk.model.ParkingLot
Gets user's reservations for this parking lot.
getResultsLocale() - Method in class com.inrix.sdk.ISearchManager.BaseOptions
Get the preferred locale of the search results.
getRetryCount() - Method in class com.inrix.sdk.config.AlertsManagerConfig
Gets the number of retries to get the route.
getReview() - Method in class com.inrix.sdk.model.ParkingLot.Review
Gets a review text.
getReviewCount() - Method in class com.inrix.sdk.model.ParkingLot
Gets the total number of reviews.
getReviewDate() - Method in class com.inrix.sdk.model.ParkingLot.Review
Gets the review date.
getReviewerName() - Method in class com.inrix.sdk.model.ParkingLot.Review
Gets the reviewer name.
getReviews() - Method in class com.inrix.sdk.model.ParkingLot
Gets the parking lot reviews.
getReviewScore() - Method in class com.inrix.sdk.model.ParkingLot
Gets the parking lot average review score.
getRoadClass() - Method in class com.inrix.sdk.model.Route.Road
Gets the road class.
getRoadName() - Method in class com.inrix.sdk.model.DangerousSlowdown
Gets the name of the road.
getRoadName() - Method in class com.inrix.sdk.model.Incident.ParameterizedDescription
Gets the name of the road or venue where the event occurs.
getRoadName() - Method in class com.inrix.sdk.model.SpeedLimit
Get the name of the road.
getRoads() - Method in class com.inrix.sdk.model.Route.Summary
Gets the list of roads used in the route.
getRoute() - Method in class com.inrix.sdk.model.LearnedTrip
Get the Route associated with the LearnedTrip.
getRoute() - Method in class com.inrix.sdk.model.PreDriveNotification
Gets the route.
getRouteCriteria() - Method in class com.inrix.sdk.model.SavedTrip
Get the route criteria for this SavedTrip.
getRouteId() - Method in class com.inrix.sdk.model.CompositeTileMetadata.ImageInfo
Gets the route ID associated with current composite tile.
getRouteManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of RouteManager.
getRouteName() - Method in class com.inrix.sdk.model.LocationMatch
 
getRouteName() - Method in class com.inrix.sdk.model.LocationMatchGoogle
Gets the route name from addressComponents.
getRouteName() - Method in class com.inrix.sdk.model.LocationMatchInrix
Gets the route name from addressComponents.
getRoutePreference() - Method in class com.inrix.sdk.model.SavedTrip
Get the route preference for this SavedTrip.
getRouteQuality() - Method in class com.inrix.sdk.model.PreDriveNotification
Gets the quality of the route, typically scaled from 0 (most congested) to 3 (least congested).
getRouteQuality() - Method in class com.inrix.sdk.model.Route
Gets the quality of the route, typically scaled from 0 (most congested) to 3 (least congested).
getRouteQuality(int) - Method in class com.inrix.sdk.model.TravelTime
Gets the quality of the traffic on the route based on a comparison to uncongested travel time.
getRoutes() - Method in class com.inrix.sdk.model.CompositeTileMetadata
Gets the list of routes for the trip.
getRoutesConfig() - Method in class com.inrix.sdk.Configuration
Get an instance of RoutesConfig.
getSavedLocations(LocationsManager.GetLocationsOptions, LocationsManager.IGetSavedLocationsResponseListener) - Method in class com.inrix.sdk.LocationsManager
Request the locations saved by current user.
getSchedule() - Method in class com.inrix.sdk.model.SavedLocation
Get the schedule associated with this saved location.
getSchedule() - Method in class com.inrix.sdk.model.SavedTrip
Get the schedule associated with this trip.
getScheduleDescription() - Method in class com.inrix.sdk.model.XDIncident
Get the description for the XDIncident.
getScheduleForDay(int) - Method in class com.inrix.sdk.model.XDIncident.RecurringSchedule
Get the schedule for a specific day of the week.
getScheduleOptions() - Method in class com.inrix.sdk.model.Schedule
Get the schedule options associated with this Schedule.
getScheduleType() - Method in class com.inrix.sdk.model.ItineraryEntry
Get the type of schedule for the ItineraryEntry.
getScheduleType() - Method in class com.inrix.sdk.model.Schedule.ScheduleOptions
Get the type of schedule.
getSdkName() - Method in class com.inrix.sdk.Configuration
Returns the SDK name.
getSdkVersion() - Method in class com.inrix.sdk.Configuration
Returns the SDK version.
getSegmentCode() - Method in class com.inrix.sdk.model.DangerousSlowdown
Gets the segment code.
getSegmentId() - Method in class com.inrix.sdk.model.ParkingBlock.Segment
Gets current segment ID.
getSegmentOffset() - Method in class com.inrix.sdk.model.DangerousSlowdown
Gets the segment offset.
getSegments() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the list of parking block segments.
getSegments() - Method in class com.inrix.sdk.model.XDIncident.XDLocation
A read-only List of road segments impacted by the XDIncident.
getSegmentType() - Method in class com.inrix.sdk.model.DangerousSlowdown
Gets the segment type.
getServiceAvailability(ServiceAvailabilityManager.ServiceAvailabilityOptions, ServiceAvailabilityManager.IServiceAvailabilityResponseListener) - Method in class com.inrix.sdk.ServiceAvailabilityManager
Gets the service availability for the specified location.
getServiceAvailabilityManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of ServiceAvailabilityManager.
getServices() - Method in class com.inrix.sdk.model.ServiceAvailability
Get the list of services available for the country.
getSettingUnits() - Static method in class com.inrix.sdk.utils.UserPreferences
Get the preferred distance units defined by UserPreferences.Unit.
getSeverity() - Method in class com.inrix.sdk.model.DangerousSlowdown
Gets the severity of the slowdown.
getSeverity() - Method in class com.inrix.sdk.model.Incident
Gets the severity of the incident.
getSeverity() - Method in class com.inrix.sdk.model.XDIncident
 
getSharedProperty(String) - Method in class com.inrix.sdk.model.UserProperties
Get the shared property for the provided name.
getShortDescription() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Incident
Gets a short description of the incident.
getShortDescription() - Method in class com.inrix.sdk.model.Incident
Gets a short textual description of the incident.
getShortDescription() - Method in class com.inrix.sdk.model.XDIncident
Gets a short textual description of the incident.
getShortName() - Method in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
Gets the short name of address component.
getShortName() - Method in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
Gets the short name of address component.
getSide() - Method in class com.inrix.sdk.model.ParkingBlock.Segment
Gets the side of the road.
getSignInName() - Method in class com.inrix.sdk.UserManager
Gets the current user sign in name.
getSnapPrecision() - Method in class com.inrix.sdk.model.SpeedLimit
The precision in which the original point and heading were able to snap to the returned road.
getSource() - Method in class com.inrix.sdk.model.Incident
Gets the source of the incident information.
getSource() - Method in class com.inrix.sdk.model.ParkingBlock.Reservation
Gets the reservation source.
getSource() - Method in class com.inrix.sdk.model.ParkingLot.Reservation
Gets the reservation source.
getSource() - Method in class com.inrix.sdk.model.PreDriveNotification
Gets the source of the push notification.
getSpacesTotal() - Method in class com.inrix.sdk.model.ParkingBlock.Segment
Gets total number of spaces at this block segment.
getSpacesTotal() - Method in class com.inrix.sdk.model.ParkingLot
Gets the total spaces in this parking lot.
getSpeedAt() - Method in class com.inrix.sdk.model.DangerousSlowdown
Gets the speed at the rapid slowdown event.
getSpeedBefore() - Method in class com.inrix.sdk.model.DangerousSlowdown
Gets the speed leading up to the segment.
getSpeedBucketID() - Method in class com.inrix.sdk.model.Route.Bucket
Get the speed bucket ID.
getSpeedBucketPoints() - Method in class com.inrix.sdk.model.Route.Bucket
Get the List of speed bucket points.
getSpeedBuckets() - Method in class com.inrix.sdk.model.Route
Get the speed buckets for this Route.
getSpeedDelta() - Method in class com.inrix.sdk.model.DangerousSlowdown
getSpeedFactor() - Method in class com.inrix.sdk.config.AlertsManagerConfig
The default speed factor, used to dynamically determine incident distance depending on current speed.
getSpeedLimit() - Method in class com.inrix.sdk.model.SpeedLimit
Get the posted speed limit.
getSpeedLimit(SpeedLimitManager.GetSpeedLimitOptions, SpeedLimitManager.IGetSpeedLimitResponseListener) - Method in class com.inrix.sdk.SpeedLimitManager
Get the speed limit for the given SpeedLimitManager.GetSpeedLimitOptions.
getSpeedLimitManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of SpeedLimitManager.
GetSpeedLimitOptions(GeoPoint, int) - Constructor for class com.inrix.sdk.SpeedLimitManager.GetSpeedLimitOptions
Initialize a new instance of SpeedLimitManager.GetSpeedLimitOptions.
getStart() - Method in class com.inrix.sdk.model.ParkingBlock.Segment
Gets segment start offset.
getStartDate() - Method in class com.inrix.sdk.model.CalendarTrip
Get the start date of the calendar event associated with this CalendarTrip.
getStartDate() - Method in class com.inrix.sdk.model.Itinerary
Returns the start date/time (in UTC) for this Itinerary.
getStartDate() - Method in class com.inrix.sdk.model.ParkingLot.Occupancy
Gets the date / time when this occupancy information obtained.
getStartDay() - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
Gets rate start day of the week.
getStartDay() - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
Gets rate start day of the week.
getStartMonth() - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
Gets rate start month.
getStartMonth() - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
Gets rate start month.
getStartOffset() - Method in class com.inrix.sdk.model.Route.Bucket
Get the start offset.
getStartTime() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Incident
Gets the time the incident started.
getStartTime() - Method in class com.inrix.sdk.model.Incident
Gets the time when the incident starts.
getStartTime() - Method in class com.inrix.sdk.model.XDIncident
Gets the time when the incident starts.
getState() - Method in class com.inrix.sdk.model.GasStation.Address
Gets the station's state.
getState() - Method in class com.inrix.sdk.model.LocationMatch
 
getState() - Method in class com.inrix.sdk.model.LocationMatchGoogle
Gets the state name from addressComponents.
getState() - Method in class com.inrix.sdk.model.LocationMatchInrix
Gets the state name from addressComponents.
getState() - Method in class com.inrix.sdk.model.ParkingLot.Address
Gets state name, if available.
getStateCode() - Method in class com.inrix.sdk.model.LocationMatch
 
getStateCode() - Method in class com.inrix.sdk.model.LocationMatchGoogle
Gets the state code from addressComponents.
getStateCode() - Method in class com.inrix.sdk.model.LocationMatchInrix
Gets the state code from addressComponents.
getStatus() - Method in class com.inrix.sdk.model.Camera
Gets the status of the camera as a {link Status} object.
getStatus() - Method in class com.inrix.sdk.model.XDIncident
Get the XDIncident.Status of the current XDIncident.
getStatusId() - Method in class com.inrix.sdk.model.Route
Gets the status ID.
getStreet() - Method in class com.inrix.sdk.model.GasStation.Address
Gets the station's street address.
getStreet() - Method in class com.inrix.sdk.model.ParkingLot.Address
Gets street name.
getStreetId() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the parking block street ID.
getStreetNumber() - Method in class com.inrix.sdk.model.LocationMatch
 
getStreetNumber() - Method in class com.inrix.sdk.model.LocationMatchGoogle
Gets the street number from addressComponents.
getStreetNumber() - Method in class com.inrix.sdk.model.LocationMatchInrix
Gets the street number from addressComponents.
getStringFromDateUtc(Date) - Static method in class com.inrix.sdk.utils.InrixDateUtils
Converts the specified UTC date to an INRIX time format string.
getStringFromDateUtc(Date, boolean) - Static method in class com.inrix.sdk.utils.InrixDateUtils
Converts the specified UTC date to an INRIX time format string.
getStringSetting(String) - Static method in class com.inrix.sdk.utils.UserPreferences
Generic get string setting.
getStringSetting(String, String) - Static method in class com.inrix.sdk.utils.UserPreferences
Generic get string setting.
getStructuredRates() - Method in class com.inrix.sdk.model.ParkingBlock.Segment
Gets the segment's structured rates.
getStructuredRates() - Method in class com.inrix.sdk.model.ParkingLot
Gets the list of structured rates.
getSuggestedDepartureTime() - Method in class com.inrix.sdk.model.ItineraryEntry
Gets the suggested departure time based on the uncongested travel time.
getSummary() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Route
Gets a string with a summary of the route.
getSummary() - Method in class com.inrix.sdk.model.Route
Gets information about the roads used in the route.
getSupportId() - Static method in class com.inrix.sdk.InrixCore
Get the unique supportId.
getTails() - Method in class com.inrix.sdk.model.Incident
Gets the locations of the points behind the head where the incident ends.
getTails() - Method in class com.inrix.sdk.model.XDIncident
Gets the locations of the points behind the head where the incident ends.
getTemplateId() - Method in class com.inrix.sdk.model.PreDriveNotification
Gets the push notification template id.
getTemplateId() - Method in class com.inrix.sdk.push.PushNotification
Template ID, provides more detailed information about notification type.
getText() - Method in class com.inrix.sdk.model.Route.Summary
Gets information about the roads used in the route as text.
getText() - Method in class com.inrix.sdk.model.TrafficQuality
Gets a textual description of the traffic quality.
getThumbnailImageUrl() - Method in class com.inrix.sdk.model.ParkingLot.Photo
Gets thumbnail image url.
getTileManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of TileManager.
getTileUrl(int, int, int) - Method in class com.inrix.sdk.TileManager
Creates a url to obtain a tile bitmap.
getTileUrl(int, int, int, TileManager.TileOptions) - Method in class com.inrix.sdk.TileManager
Retrieves a URL to obtain a traffic tile bitmap using center position and zoom level.
getTileUrl(String, TileManager.TileOptions) - Method in class com.inrix.sdk.TileManager
Retrieves a URL that can be used to obtain a traffic tile bitmap using a virtual earth quad key.
getTimeIn() - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
Gets the rate start time.
getTimeIn() - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
Gets the rate start time.
getTimeOut() - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
Gets rate end time.
getTimeOut() - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
Gets rate end time.
getTimer() - Method in interface com.inrix.sdk.utils.ITimerFactory
Creates new Timer.
getTimer() - Method in class com.inrix.sdk.utils.TimerFactory
Creates new Timer.
getTimeZone() - Method in class com.inrix.sdk.model.CalendarTrip
Gets the time zone of the start time of the {link CalendarTrip}.
getTimeZone() - Method in class com.inrix.sdk.model.Location
Returns the TimeZone for this Location.
getTimeZone() - Method in class com.inrix.sdk.model.TripPoint
Returns the TimeZone for this TripPoint.
getTitle() - Method in class com.inrix.sdk.model.CalendarTrip
Gets the title of the CalendarTrip.
getToken() - Method in interface com.inrix.sdk.push.IPushChannel
Push token.
getTolerance(int) - Static method in class com.inrix.sdk.utils.ZoomLevel
Gets the point tolerance value based on specified zoom level.
getToLocation() - Method in class com.inrix.sdk.model.Incident.ParameterizedDescription
Gets the city that the road is going towards.
getToPoint() - Method in class com.inrix.sdk.model.ParkingBlock
Gets end location of the parking block.
getTotalDistance() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Route
Gets the route's total distance.
getTotalDistance() - Method in class com.inrix.sdk.model.Route
Gets the total length of the route.
getTotalRouteDistance() - Method in class com.inrix.sdk.RouteAlert
Get the total route distance.
getTotalRouteDistance() - Method in class com.inrix.sdk.RouteTracker
Get the total route distance in meters.
getTotalRouteDistanceMeters() - Method in class com.inrix.sdk.RouteAlert
Get the total route distance in meters.
getTrackedRoute() - Method in class com.inrix.sdk.RouteAlert
Get the route that is currently being tracked.
getTrafficManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of TrafficManager.
getTrafficQuality(TrafficManager.TrafficQualityOptions, TrafficManager.ITrafficQualityResponseListener) - Method in class com.inrix.sdk.TrafficManager
Gets the traffic quality information for the specified location.
getTrafficQualityConfig() - Method in class com.inrix.sdk.Configuration
Get an instance of TrafficQualityConfig.
getTrafficTilesConfig() - Method in class com.inrix.sdk.Configuration
Get an instance of TrafficTilesConfig.
getTravelTime() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Route
Gets the time it takes to travel the route.
getTravelTime() - Method in class com.inrix.sdk.model.ItineraryEntry
Gets the uncongested travel time (in minutes) from the given origin to the destination.
getTravelTime() - Method in class com.inrix.sdk.model.TravelTime
Gets the travel time for this route when started at the departure time.
getTravelTimeMinutes() - Method in class com.inrix.sdk.model.PreDriveNotification
Gets the currently calculated travel time in minutes.
getTravelTimeMinutes() - Method in class com.inrix.sdk.model.Route
Gets the currently calculated travel time in minutes.
getTravelTimes() - Method in class com.inrix.sdk.model.RouteTravelTime
Gets the travel times requested for this route.
getTravelTimesInterval() - Method in class com.inrix.sdk.model.RouteTravelTime
Gets the interval between the first two travel times.
getTrip() - Method in class com.inrix.sdk.model.ItineraryEntry
The Trip this ItineraryEntry was created from.
getTripManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of TripManager.
getTrips(TripManager.GetTripsOptions, TripManager.IGetTripsResponseListener) - Method in class com.inrix.sdk.TripManager
Get the SavedTrips that have been saved for the user.
GetTripsOptions() - Constructor for class com.inrix.sdk.TripManager.GetTripsOptions
 
getTripType() - Method in class com.inrix.sdk.model.ItineraryEntry
Get the type of Trip which this ItineraryEntry was created from.
getTrustLevel() - Method in class com.inrix.sdk.model.Incident.Contributor
Gets the trust level of the contributor.
getTTSDescription() - Method in class com.inrix.sdk.model.XDIncident
Gets a text-to-speech description of the incident.
getType() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Incident
Gets the incident type.
getType() - Method in class com.inrix.sdk.model.GasStation.Product
Gets the product type, such as Diesel, Regular, MidGrade, or Premium.
getType() - Method in class com.inrix.sdk.model.Incident
Gets the incident type.
getType() - Method in class com.inrix.sdk.model.ParkingBlock.GeoJson
Gets the type of this geojson.
getType() - Method in class com.inrix.sdk.model.ParkingLot.Address
Gets address type.
getType() - Method in class com.inrix.sdk.model.ParkingLot.EntryExitPoint
Gets type of this entry or exit.
getType() - Method in class com.inrix.sdk.model.ParkingLot
Gets the parking lot type.
getType() - Method in class com.inrix.sdk.model.ParkingLot.Phone
Gets phone type.
getType() - Method in class com.inrix.sdk.model.PreDriveNotification
Gets the push notification type.
getType() - Method in class com.inrix.sdk.model.SavedLocation
Gets the type of location, such as home or work.
getType() - Method in class com.inrix.sdk.model.XDIncident
 
getType() - Method in class com.inrix.sdk.model.XDIncident.XDLocation.Segment
The type of road segment e.g.
getType() - Method in interface com.inrix.sdk.push.IPushChannel
Push channel type.
getType() - Method in interface com.inrix.sdk.push.IPushNotification
Describes push notification type.
getType() - Method in class com.inrix.sdk.push.PushNotification
Describes notification type.
getTypes() - Method in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
Gets the filter types of address component.
getTypes() - Method in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
Gets the filter types of address component.
getTypicalMinutes() - Method in class com.inrix.sdk.model.Incident.DelayImpact
Gets the delay in minutes compared to typical time on this segment.
getUncongestedTravelTime() - Method in class com.inrix.sdk.model.RouteTravelTime
Gets the travel time on this route when there is no congestion.
getUncongestedTravelTimeMinutes() - Method in class com.inrix.sdk.model.Route
Gets the travel time in minutes when there is no traffic congestion.
getUpdateDate() - Method in class com.inrix.sdk.model.GasStation.Product
Gets the date when the information was last updated.
getUpdatedRoute() - Method in class com.inrix.sdk.model.UpdatedRouteResults
Get the updated Route information that was requested.
getUpdatedRouteInfo(RouteManager.UpdatedRouteOptions, RouteManager.IUpdatedRouteListener) - Method in class com.inrix.sdk.RouteManager
Get updated route information with the supplied options.
getUpdateFrequency() - Method in class com.inrix.sdk.model.Camera.Status
Gets the camera update frequency.
getUrl(CompositeTileManager.CompositeTileOptions) - Method in class com.inrix.sdk.CompositeTileManager
Gets the URL for the composite tile based on specified options.
getUrl() - Method in class com.inrix.sdk.model.ParkingLot
Gets the parking lot web url.
getUserInformation(UserManager.UserGetOptions, UserManager.UserGetListener) - Method in class com.inrix.sdk.UserManager
Gets information about current user.
getUserManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of UserManager.
getUserProperties(UserPropertyManager.GetUserPropertiesOptions, UserPropertyManager.IGetUserPropertiesListener) - Method in class com.inrix.sdk.UserPropertyManager
Get user properties.
GetUserPropertiesOptions() - Constructor for class com.inrix.sdk.UserPropertyManager.GetUserPropertiesOptions
Initializes a new instance of UserPropertyManager.GetUserPropertiesOptions.
getUserPropertyManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of UserPropertyManager.
getUserReportId() - Method in class com.inrix.sdk.model.WrongTrafficColorReport
Gets the user report id.
getValue() - Method in enum com.inrix.sdk.CompositeTileManager.MapLocale
Gets the locale value.
getValue() - Method in class com.inrix.sdk.model.ParkingLot.Amenity
Gets the value, can be a boolean or a number.
getValue() - Method in enum com.inrix.sdk.model.SavedLocation.LocationType
Gets the type value.
getValue() - Method in class com.inrix.sdk.model.TrafficQuality
Gets traffic quality value, which is a number between 1 and 10 that represents the overall traffic conditions in the area.
getValue() - Method in class com.inrix.sdk.model.VehicleState.MeasurementAttribute
Gets a value of the attribute.
getVehicleId() - Method in class com.inrix.sdk.Configuration
 
getVehicleStateManager() - Static method in class com.inrix.sdk.InrixCore
Factory method to get an instance of VehicleStateManager.
getVersion() - Method in class com.inrix.sdk.model.CompositeTileMetadata.Incident
Gets the incident version.
getVersion() - Method in class com.inrix.sdk.model.DangerousSlowdown
Gets the version of the slowdown.
getVersion() - Method in class com.inrix.sdk.model.Incident
Gets the version for the incident.
getVersion() - Method in class com.inrix.sdk.model.XDIncident
Gets the version for the incident.
getView() - Method in class com.inrix.sdk.model.Camera
Gets the view direction of the camera.
getVolleyError(int) - Static method in exception com.inrix.sdk.InrixException
Creates a volley error from the specified error code.
getWaypoints() - Method in class com.inrix.sdk.model.ItineraryEntry
Get the ordered list of waypoints along the Trip.
getWaypoints() - Method in class com.inrix.sdk.model.Route
Get the waypoints, including origin and destination, if requested using RouteManager.ROUTE_OUTPUT_FIELD_WAYPOINTS.
getWaypoints() - Method in class com.inrix.sdk.model.SavedTrip
Get the ordered list of waypoints along the SavedTrip.
getWeight() - Method in class com.inrix.sdk.model.LearnedLocation
Gets the relative weight of this LearnedLocation relative to other LearnedLocations.
getWeight() - Method in class com.inrix.sdk.model.LearnedTrip
Get the relative weight of this LearnedTrip.
getWidth() - Method in class com.inrix.sdk.model.CompositeTileMetadata.ImageInfo
Gets the image width.
getXDIncidentDetails(IncidentsManager.XDIncidentOptionsGetDetails, IncidentsManager.IXDIncidentResponseListener) - Method in class com.inrix.sdk.IncidentsManager
Gets XDIncident information.
getXDIncidentsInBox(IncidentsManager.XDIncidentOptionsInBox, IncidentsManager.IXDIncidentResponseListener) - Method in class com.inrix.sdk.IncidentsManager
Gets XDIncident in a specified Box region see XDIncident.
getXDIncidentsInRadius(IncidentsManager.XDIncidentOptionsInRadius, IncidentsManager.IXDIncidentResponseListener) - Method in class com.inrix.sdk.IncidentsManager
Gets XDIncident in a specified radius see XDIncident.
getXDLocation() - Method in class com.inrix.sdk.model.XDIncident
Get the extended location details for the XDIncident.
getZipCode() - Method in class com.inrix.sdk.model.GasStation.Address
Gets the station's zip code (postal code).

H

hasAvailableParking() - Method in class com.inrix.sdk.model.ParkingInfo
Check if there are parking lots / blocks in this set that are available for parking.
hasClosures() - Method in class com.inrix.sdk.model.Route
Gets whether there are road closures along the route.
hashCode() - Method in class com.inrix.sdk.IncidentsManager.IncidentBoxOptions
hashCode() - Method in class com.inrix.sdk.IncidentsManager.IncidentRadiusOptions
hashCode() - Method in class com.inrix.sdk.model.BoundingBox
hashCode() - Method in class com.inrix.sdk.model.CalendarTrip
hashCode() - Method in class com.inrix.sdk.model.Camera
hashCode() - Method in class com.inrix.sdk.model.Camera.License
hashCode() - Method in class com.inrix.sdk.model.Camera.Status
hashCode() - Method in class com.inrix.sdk.model.ContactInfo

Hashed by phone number only.

hashCode() - Method in class com.inrix.sdk.model.ContactInfoCollection
hashCode() - Method in class com.inrix.sdk.model.DangerousSlowdown
hashCode() - Method in class com.inrix.sdk.model.GasStation.Address
hashCode() - Method in class com.inrix.sdk.model.GasStation
hashCode() - Method in class com.inrix.sdk.model.GasStation.Product
hashCode() - Method in class com.inrix.sdk.model.GeoPoint
hashCode() - Method in class com.inrix.sdk.model.Incident.Community
hashCode() - Method in class com.inrix.sdk.model.Incident.Contributor
hashCode() - Method in class com.inrix.sdk.model.Incident.DelayImpact
hashCode() - Method in class com.inrix.sdk.model.Incident
hashCode() - Method in class com.inrix.sdk.model.Incident.ParameterizedDescription
hashCode() - Method in class com.inrix.sdk.model.LearnedLocation
hashCode() - Method in class com.inrix.sdk.model.LearnedTrip
hashCode() - Method in class com.inrix.sdk.model.Location
hashCode() - Method in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
hashCode() - Method in class com.inrix.sdk.model.LocationMatchGoogle.GeoLocation
hashCode() - Method in class com.inrix.sdk.model.LocationMatchGoogle.Geometry
hashCode() - Method in class com.inrix.sdk.model.LocationMatchGoogle
hashCode() - Method in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
hashCode() - Method in class com.inrix.sdk.model.LocationMatchInrix.GeoLocation
hashCode() - Method in class com.inrix.sdk.model.LocationMatchInrix.Geometry
hashCode() - Method in class com.inrix.sdk.model.LocationMatchInrix
hashCode() - Method in class com.inrix.sdk.model.ParkingBlock.Amenity
hashCode() - Method in class com.inrix.sdk.model.ParkingBlock.CalculatedRate
hashCode() - Method in class com.inrix.sdk.model.ParkingBlock.GeoJson
hashCode() - Method in class com.inrix.sdk.model.ParkingBlock
hashCode() - Method in class com.inrix.sdk.model.ParkingBlock.Reservation
hashCode() - Method in class com.inrix.sdk.model.ParkingBlock.Segment
hashCode() - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
hashCode() - Method in class com.inrix.sdk.model.ParkingInfo
hashCode() - Method in class com.inrix.sdk.model.ParkingLot.Address
hashCode() - Method in class com.inrix.sdk.model.ParkingLot.Amenity
hashCode() - Method in class com.inrix.sdk.model.ParkingLot.CalculatedRate
hashCode() - Method in class com.inrix.sdk.model.ParkingLot.EntryExitPoint
hashCode() - Method in class com.inrix.sdk.model.ParkingLot
hashCode() - Method in class com.inrix.sdk.model.ParkingLot.Occupancy
hashCode() - Method in class com.inrix.sdk.model.ParkingLot.Phone
hashCode() - Method in class com.inrix.sdk.model.ParkingLot.Photo
hashCode() - Method in class com.inrix.sdk.model.ParkingLot.Reservation
hashCode() - Method in class com.inrix.sdk.model.ParkingLot.Review
hashCode() - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
hashCode() - Method in class com.inrix.sdk.model.SavedLocation
hashCode() - Method in class com.inrix.sdk.model.SavedTrip
hashCode() - Method in class com.inrix.sdk.model.Schedule
hashCode() - Method in class com.inrix.sdk.model.SpeedLimit
hashCode() - Method in class com.inrix.sdk.model.TripPoint
hashCode() - Method in class com.inrix.sdk.model.UserProperties
hashCode() - Method in class com.inrix.sdk.model.VehicleState
hashCode() - Method in class com.inrix.sdk.model.VehicleState.MeasurementAttribute
hashCode() - Method in class com.inrix.sdk.model.XDIncident
hashCode() - Method in class com.inrix.sdk.model.XDIncident.XDLocation
 
hashCode() - Method in class com.inrix.sdk.model.XDIncident.XDLocation.Segment
hashCode() - Method in class com.inrix.sdk.utils.Flags
hasProducts() - Method in class com.inrix.sdk.model.GasStation
Returns true if the product list is not empty.
hasRoadClosures() - Method in class com.inrix.sdk.model.PreDriveNotification
Gets whether there are road closures along the route to the destination.
hasSetting(String) - Static method in class com.inrix.sdk.utils.UserPreferences
Checks whether the provided setting is stored within the settings.
HIGH - Static variable in class com.inrix.sdk.model.VehicleState.RainIntensity
High intensity.
HIGH - Static variable in class com.inrix.sdk.model.VehicleState.Wipers
High intensity.
Humidity(int) - Constructor for class com.inrix.sdk.model.VehicleState.Humidity
Initializes a new instance of the VehicleState.Humidity.

I

ICancellable - Interface in com.inrix.sdk
Implemented by actions that can be cancelled.
IDataResponseListener<T> - Interface in com.inrix.sdk
This class is the base class of response listeners.
IFilter<T> - Interface in com.inrix.sdk
Filter that is implemented to determine if an item is allowed.
ImageInfo() - Constructor for class com.inrix.sdk.model.CompositeTileMetadata.ImageInfo
 
Incident() - Constructor for class com.inrix.sdk.model.CompositeTileMetadata.Incident
 
Incident - Class in com.inrix.sdk.model
Represents an incident that can affect traffic.
Incident.Community - Class in com.inrix.sdk.model
Represents the community that reports an incident, including the contributor and level of accuracy.
Incident.Contributor - Class in com.inrix.sdk.model
Represents information about an incident reporter.
Incident.DelayImpact - Class in com.inrix.sdk.model
Represents information on how an event is expected to delay travel times.
Incident.IncidentSeverity - Enum in com.inrix.sdk.model
An Enum that describes the severity level of an Incident.
Incident.IncidentType - Enum in com.inrix.sdk.model
An enum that describes the type of an Incident.
Incident.ParameterizedDescription - Class in com.inrix.sdk.model
Represents a detailed incident description.
INCIDENT_CODE_ACCIDENT - Static variable in class com.inrix.sdk.IncidentsManager
Accident code: 201.
INCIDENT_CODE_CONSTRUCTION - Static variable in class com.inrix.sdk.IncidentsManager
Construction code: 701.
INCIDENT_CODE_HAZARD - Static variable in class com.inrix.sdk.IncidentsManager
Hazard code: 901.
INCIDENT_CODE_POLICE - Static variable in class com.inrix.sdk.IncidentsManager
Police code: 1477.
INCIDENT_OUTPUT_FIELD_ALL - Static variable in class com.inrix.sdk.IncidentsManager
All incident output fields (default).
INCIDENT_OUTPUT_FIELD_DELAY_IMPACT - Static variable in class com.inrix.sdk.IncidentsManager
Provide the delay in minutes versus typical conditions and versus free flow conditions.
INCIDENT_OUTPUT_FIELD_END_TIME - Static variable in class com.inrix.sdk.IncidentsManager
The ending time of the incident.
INCIDENT_OUTPUT_FIELD_EVENT_CODE - Static variable in class com.inrix.sdk.IncidentsManager
The event code of the incident.
INCIDENT_OUTPUT_FIELD_FULL_DESCRIPTION - Static variable in class com.inrix.sdk.IncidentsManager
Longer textual description of the incident including language code.
INCIDENT_OUTPUT_FIELD_HEAD_TAIL - Static variable in class com.inrix.sdk.IncidentsManager
The location of the start and end of the incident.
INCIDENT_OUTPUT_FIELD_ID - Static variable in class com.inrix.sdk.IncidentsManager
The unique identifier of an incident.
INCIDENT_OUTPUT_FIELD_IMPACTING - Static variable in class com.inrix.sdk.IncidentsManager
Whether the incident impacts traffic flow.
INCIDENT_OUTPUT_FIELD_LATLONG - Static variable in class com.inrix.sdk.IncidentsManager
The latitude and longitude of the incident.
INCIDENT_OUTPUT_FIELD_PARAMETERIZED_DESCRIPTION - Static variable in class com.inrix.sdk.IncidentsManager
The description separated into parameters.
INCIDENT_OUTPUT_FIELD_SEVERITY - Static variable in class com.inrix.sdk.IncidentsManager
The severity of the incident.
INCIDENT_OUTPUT_FIELD_SHORT_DESCRIPTION - Static variable in class com.inrix.sdk.IncidentsManager
Short textual description of the incident including language code.
INCIDENT_OUTPUT_FIELD_START_TIME - Static variable in class com.inrix.sdk.IncidentsManager
The starting time of the incident.
INCIDENT_OUTPUT_FIELD_TYPE - Static variable in class com.inrix.sdk.IncidentsManager
The type of the incident.
INCIDENT_OUTPUT_FIELD_VERSION - Static variable in class com.inrix.sdk.IncidentsManager
The version number of the incident report, incremented each time an incident report is updated.
INCIDENT_RESULT_TYPE_ALL - Static variable in class com.inrix.sdk.IncidentsManager
Return all incidents.
INCIDENT_RESULT_TYPE_CONGESTION - Static variable in class com.inrix.sdk.IncidentsManager
Return reports about the slowing down of traffic on your route.
INCIDENT_RESULT_TYPE_CONSTRUCTION - Static variable in class com.inrix.sdk.IncidentsManager
Return only construction incidents.
INCIDENT_RESULT_TYPE_EVENTS - Static variable in class com.inrix.sdk.IncidentsManager
Return unusual events slated for the area such as a major sporting event.
INCIDENT_RESULT_TYPE_HAZARD - Static variable in class com.inrix.sdk.IncidentsManager
Return hazard incidents that could alter traffic speed.
INCIDENT_RESULT_TYPE_INCIDENTS - Static variable in class com.inrix.sdk.IncidentsManager
Return all of the unusual incidents that may slow down traffic, such as a car accident.
INCIDENT_RESULT_TYPE_POLICE - Static variable in class com.inrix.sdk.IncidentsManager
Return reports about the police presence.
INCIDENT_RESULT_TYPE_ROAD_CLOSURE - Static variable in class com.inrix.sdk.IncidentsManager
Returns only road closures.
INCIDENT_RESULT_TYPE_WEATHER - Static variable in class com.inrix.sdk.IncidentsManager
Returns only weather.
INCIDENT_SEVERITY_0 - Static variable in class com.inrix.sdk.IncidentsManager
Incident severity 0, which is the lowest severity.
INCIDENT_SEVERITY_1 - Static variable in class com.inrix.sdk.IncidentsManager
Incident severity 1.
INCIDENT_SEVERITY_2 - Static variable in class com.inrix.sdk.IncidentsManager
Incident severity 2.
INCIDENT_SEVERITY_3 - Static variable in class com.inrix.sdk.IncidentsManager
Incident severity 3.
INCIDENT_SEVERITY_4 - Static variable in class com.inrix.sdk.IncidentsManager
Incident severity 4, which is the highest severity.
INCIDENT_SEVERITY_ALL - Static variable in class com.inrix.sdk.IncidentsManager
All Incident severities.
INCIDENT_SOURCE_ALL - Static variable in class com.inrix.sdk.IncidentsManager
Return incidents from all sources.
INCIDENT_SOURCE_COMMUNITY - Static variable in class com.inrix.sdk.IncidentsManager
Return incidents from community sources.
INCIDENT_SOURCE_INRIXONLY - Static variable in class com.inrix.sdk.IncidentsManager
Return incidents from non-commercial sources.
INCIDENT_TYPE_ACCIDENT - Static variable in class com.inrix.sdk.IncidentsManager
Accident type.
INCIDENT_TYPE_ALL - Static variable in class com.inrix.sdk.IncidentsManager
All incident types.
INCIDENT_TYPE_CONGESTION - Static variable in class com.inrix.sdk.IncidentsManager
Traffic congestion incident type (impacting routes).
INCIDENT_TYPE_CONSTRUCTION - Static variable in class com.inrix.sdk.IncidentsManager
Construction incident type.
INCIDENT_TYPE_DANGEROUS_SLOWDOWN - Static variable in class com.inrix.sdk.IncidentsManager
Lane closure incident type.
INCIDENT_TYPE_EVENT - Static variable in class com.inrix.sdk.IncidentsManager
Event incident type.
INCIDENT_TYPE_HAZARD - Static variable in class com.inrix.sdk.IncidentsManager
Hazard incident type.
INCIDENT_TYPE_LANE_CLOSURE - Static variable in class com.inrix.sdk.IncidentsManager
Lane closure incident type.
INCIDENT_TYPE_POLICE - Static variable in class com.inrix.sdk.IncidentsManager
Police incident type.
INCIDENT_TYPE_ROAD_CLOSURE - Static variable in class com.inrix.sdk.IncidentsManager
Road closure incident type.
INCIDENT_TYPE_WEATHER - Static variable in class com.inrix.sdk.IncidentsManager
Weather incident type.
IncidentAlert - Class in com.inrix.sdk
Represents an alert message that is delivered when an incident happens that is expected to affect the user.
IncidentAlertOptions(long) - Constructor for class com.inrix.sdk.AlertsManager.IncidentAlertOptions
Initializes a new instance of the AlertsManager.IncidentAlertOptions class.
IncidentAlertOptions(long, IFilter<Incident>, float, int, int, int) - Constructor for class com.inrix.sdk.AlertsManager.IncidentAlertOptions
Initializes a new instance of the AlertsManager.IncidentAlertOptions class.
IncidentAlertOptions(long, IFilter<Incident>, AlertsManagerConfig) - Constructor for class com.inrix.sdk.AlertsManager.IncidentAlertOptions
Initializes a new instance of the AlertsManager.IncidentAlertOptions class.
IncidentBoxOptions(GeoPoint, GeoPoint) - Constructor for class com.inrix.sdk.IncidentsManager.IncidentBoxOptions
Initializes a new instance of the IncidentsManager.IncidentBoxOptions.
IncidentDeleteOptions(long, int) - Constructor for class com.inrix.sdk.IncidentsManager.IncidentDeleteOptions
Initializes a new instance of the IncidentsManager.IncidentDeleteOptions class.
IncidentRadiusOptions(GeoPoint, double) - Constructor for class com.inrix.sdk.IncidentsManager.IncidentRadiusOptions
Initializes a new instance of the IncidentsManager.IncidentRadiusOptions class.
IncidentReportOptions(int) - Constructor for class com.inrix.sdk.IncidentsManager.IncidentReportOptions
Initializes a new instance of the IncidentsManager.IncidentReportOptions class.
IncidentReviewOptions(long, int) - Constructor for class com.inrix.sdk.IncidentsManager.IncidentReviewOptions
Initializes a new instance of IncidentsManager.IncidentReviewOptions class.
IncidentsConfig - Class in com.inrix.sdk.config
IncidentsManager - Class in com.inrix.sdk
Manages asynchronous operations that involve incidents that can affect traffic.
IncidentsManager.IIncidentDeleteListener - Interface in com.inrix.sdk
The listener for deleting incidents.
IncidentsManager.IIncidentReportListener - Interface in com.inrix.sdk
The listener for reporting incidents.
IncidentsManager.IIncidentReviewListener - Interface in com.inrix.sdk
The listener for reviewing incidents.
IncidentsManager.IIncidentsResponseListener - Interface in com.inrix.sdk
The listener for retrieving incidents.
IncidentsManager.IncidentBoxOptions - Class in com.inrix.sdk
Contains options that specify which incidents in a box to return.
IncidentsManager.IncidentDeleteOptions - Class in com.inrix.sdk
Contains options for deleting incidents, which allows you to cancel an incident that was previously reported.
IncidentsManager.IncidentOutputFields - Annotation Type in com.inrix.sdk
Incident output field types.
IncidentsManager.IncidentRadiusOptions - Class in com.inrix.sdk
Contains options that specify which incidents in a box to return.
IncidentsManager.IncidentReportOptions - Class in com.inrix.sdk
Contains information on reporting an incident.
IncidentsManager.IncidentResultTypeFields - Annotation Type in com.inrix.sdk
Incident result type fields.
IncidentsManager.IncidentReviewOptions - Class in com.inrix.sdk
Contains options for reviewing incidents, allowing confirmation that an incident is valid.
IncidentsManager.IncidentsManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with an IncidentsManager operation.
IncidentsManager.IXDIncidentResponseListener - Interface in com.inrix.sdk
The listener for Getting XDIncidents.
IncidentsManager.RoadSide - Enum in com.inrix.sdk
The side of the road where the incident occurred.
IncidentsManager.XDIncidentOptionsGetDetails - Class in com.inrix.sdk
Contains options that specify which details for incidents to return.
IncidentsManager.XDIncidentOptionsInBox - Class in com.inrix.sdk
XDIncidentOptions in a particular search radius defined by [center,searchRadius].
IncidentsManager.XDIncidentOptionsInRadius - Class in com.inrix.sdk
XDIncidentOptionsInRadius in a particular search radius defined by [center,searchRadius].
IncidentUtils - Class in com.inrix.sdk
Contains static methods that are useful in managing incidents.
IncidentUtils() - Constructor for class com.inrix.sdk.IncidentUtils
 
indexOf(Object) - Method in class com.inrix.sdk.model.ContactInfoCollection
initialize(Context) - Static method in class com.inrix.sdk.InrixCore
Initializes all required processes and loads the default configuration.
initialize(Context, Configuration) - Static method in class com.inrix.sdk.InrixCore
Initializes all required processes and loads the specified configuration.
INRIX_DATE_FORMAT - Static variable in class com.inrix.sdk.utils.InrixDateUtils
The INRIX date format, using default time zone.
INRIX_DATE_FORMAT_FRACTIONAL_SECONDS - Static variable in class com.inrix.sdk.utils.InrixDateUtils
The INRIX date format, including fractional seconds.
INRIX_DATE_FORMAT_SECONDS - Static variable in class com.inrix.sdk.utils.InrixDateUtils
The INRIX date format, without milliseconds.
INRIX_DEFAULT_TIMEZONE - Static variable in class com.inrix.sdk.utils.InrixDateUtils
The INRIX default time zone.
InrixCore - Class in com.inrix.sdk
INRIX Android SDK entry point.
InrixCore() - Constructor for class com.inrix.sdk.InrixCore
 
InrixCore.AuthenticationListener - Interface in com.inrix.sdk
Interface for receiving notifications when the user is authenticated or when the user needs to sign in.
InrixCore.OnInrixReadyListener - Interface in com.inrix.sdk
Interface for receiving notifications when the INRIX SDK is ready to make requests.
InrixDateUtils - Class in com.inrix.sdk.utils
Contains static methods for converting dates to and from formatted strings.
InrixException - Exception in com.inrix.sdk
An exception thrown by basic Inrix operations.
InrixException(int) - Constructor for exception com.inrix.sdk.InrixException
Initializes a new instance of the InrixException class with an error code.
InrixException(String, int) - Constructor for exception com.inrix.sdk.InrixException
Initializes a new instance of the InrixException class with an error message and code.
IntakeManifoldPressure(int) - Constructor for class com.inrix.sdk.model.VehicleState.IntakeManifoldPressure
Initializes a new instance of the VehicleState.IntakeManifoldPressure.
INVALID_ADDRESS - Static variable in exception com.inrix.sdk.ISearchManager.SearchManagerException
Indicates that the address is invalid.
INVALID_ARRIVAL_DATE - Static variable in exception com.inrix.sdk.ParkingManager.ParkingManagerException
Indicates that the arrival date is invalid.
INVALID_BOUNDING_BOX - Static variable in exception com.inrix.sdk.CompositeTileManager.CompositeTileManagerException
Indicates that a zoom level is invalid or out of range.
INVALID_CAMERA_IMAGE_HEIGHT - Static variable in exception com.inrix.sdk.CameraManager.CamerasManagerException
Indicates the height of the camera image is invalid.
INVALID_CAMERA_IMAGE_WIDTH - Static variable in exception com.inrix.sdk.CameraManager.CamerasManagerException
Indicates the width of the camera image is invalid.
INVALID_CAMERA_RADIUS - Static variable in exception com.inrix.sdk.CameraManager.CamerasManagerException
Indicates the radius in miles of the cameras along the route is invalid.
INVALID_CENTER - Static variable in exception com.inrix.sdk.CameraManager.CamerasManagerException
Indicates that center parameter is invalid.
INVALID_CENTER - Static variable in exception com.inrix.sdk.DangerousSlowdownsManager.DangerousSlowdownsManagerException
Indicates that center parameter is invalid.
INVALID_CENTER - Static variable in exception com.inrix.sdk.GasStationManager.GasStationManagerException
Indicates that center parameter is invalid.
INVALID_CENTER - Static variable in exception com.inrix.sdk.IncidentsManager.IncidentsManagerException
Indicates that center parameter is invalid.
INVALID_CENTER - Static variable in exception com.inrix.sdk.ParkingManager.ParkingManagerException
Indicates that the center location is invalid.
INVALID_CORNER1 - Static variable in exception com.inrix.sdk.CameraManager.CamerasManagerException
Indicates that a corner1 value is invalid.
INVALID_CORNER1 - Static variable in exception com.inrix.sdk.DangerousSlowdownsManager.DangerousSlowdownsManagerException
Indicates that a corner1 value is invalid.
INVALID_CORNER1 - Static variable in exception com.inrix.sdk.GasStationManager.GasStationManagerException
Indicates that a corner1 value is invalid.
INVALID_CORNER1 - Static variable in exception com.inrix.sdk.IncidentsManager.IncidentsManagerException
Indicates that corner 1 parameter is invalid.
INVALID_CORNER1 - Static variable in exception com.inrix.sdk.ParkingManager.ParkingManagerException
Indicates the first corner of a rectangular region is invalid.
INVALID_CORNER2 - Static variable in exception com.inrix.sdk.CameraManager.CamerasManagerException
Indicates that a corner2 value is invalid.
INVALID_CORNER2 - Static variable in exception com.inrix.sdk.DangerousSlowdownsManager.DangerousSlowdownsManagerException
Indicates that a corner2 value is invalid.
INVALID_CORNER2 - Static variable in exception com.inrix.sdk.GasStationManager.GasStationManagerException
Indicates that a corner2 value is invalid.
INVALID_CORNER2 - Static variable in exception com.inrix.sdk.IncidentsManager.IncidentsManagerException
Indicates that corner 2 parameter is invalid.
INVALID_CORNER2 - Static variable in exception com.inrix.sdk.ParkingManager.ParkingManagerException
Indicates the second corner of a rectangular region is invalid.
INVALID_COUNTRYCODE - Static variable in exception com.inrix.sdk.ServiceAvailabilityManager.ServiceAvailabilityManagerException
Indicates that a geolocation is invalid.
INVALID_CURRENT_LOCATION - Static variable in exception com.inrix.sdk.RouteManager.RouteManagerException
Indicates that the current location along the route is invalid.
INVALID_DATE_RANGE - Static variable in exception com.inrix.sdk.ItineraryManager.ItineraryManagerException
Indicates that the provided end date/time for the itinerary is before (or the same) as the start date/time.
INVALID_DISTANCE - Static variable in exception com.inrix.sdk.AlertsManager.AlertsManagerException
Indicates that the distance is invalid.
INVALID_DISTANCE - Static variable in exception com.inrix.sdk.GasStationManager.GasStationManagerException
Indicates that distance parameter is invalid.
INVALID_END - Static variable in exception com.inrix.sdk.CompositeTileManager.CompositeTileManagerException
Indicates that a ending location is invalid.
INVALID_END_POINT - Static variable in exception com.inrix.sdk.RouteManager.RouteManagerException
Indicates that a route end point is invalid.
INVALID_FORWARD_CONE_ANGLE - Static variable in exception com.inrix.sdk.AlertsManager.AlertsManagerException
Indicates that a speed cone angle is invalid.
INVALID_FRC_LEVEL - Static variable in exception com.inrix.sdk.TileManager.TileManagerException
Indicates the Functional Road Classification code is invalid.
INVALID_GAS_STATION_ID - Static variable in exception com.inrix.sdk.GasStationManager.GasStationManagerException
Indicates that a gas station ID is invalid.
INVALID_GEOPOINT - Static variable in exception com.inrix.sdk.InrixException
Indicates that a GeoPoint is not valid.
INVALID_GEOPOINT - Static variable in exception com.inrix.sdk.TrafficManager.TrafficManagerException
Indicates that a geolocation is invalid.
INVALID_GET_LEARNED_LOCATIONS_OPTIONS - Static variable in exception com.inrix.sdk.LocationsManager.LocationsManagerException
INVALID_GET_LOCATIONS_OPTIONS - Static variable in exception com.inrix.sdk.LocationsManager.LocationsManagerException
Indicates the GetLocationsOptions is invalid.
INVALID_GET_TRIPS_OPTIONS - Static variable in exception com.inrix.sdk.TripManager.TripManagerException
Indicates that TripManager.GetTripsOptions is not null.
INVALID_HEADING - Static variable in exception com.inrix.sdk.RouteManager.RouteManagerException
Indicates that a route heading value is invalid.
INVALID_HEADING - Static variable in exception com.inrix.sdk.SpeedLimitManager.SpeedLimitManagerException
Indicates that the heading is invalid.
INVALID_HEIGHT - Static variable in exception com.inrix.sdk.CompositeTileManager.CompositeTileManagerException
Indicates that a tile height is invalid.
INVALID_ID - Static variable in exception com.inrix.sdk.ParkingManager.ParkingManagerException
Indicates that a ID is invalid.
INVALID_IMAGE_KEY - Static variable in exception com.inrix.sdk.CompositeTileManager.CompositeTileManagerException
Indicates that an image key is invalid.
INVALID_INCIDENT_ID - Static variable in exception com.inrix.sdk.IncidentsManager.IncidentsManagerException
Indicates that incident ID parameter is invalid.
INVALID_INCIDENT_LIST - Static variable in exception com.inrix.sdk.IncidentsManager.IncidentsManagerException
Indicates that incident list parameter is invalid.
INVALID_INCIDENT_SEVERITY - Static variable in exception com.inrix.sdk.IncidentsManager.IncidentsManagerException
Indicates that specified incident severity parameter is invalid.
INVALID_INCIDENT_VERSION - Static variable in exception com.inrix.sdk.IncidentsManager.IncidentsManagerException
Indicates that incident version parameter is invalid.
INVALID_INTERVAL - Static variable in exception com.inrix.sdk.AlertsManager.AlertsManagerException
Indicates that an interval is invalid.
INVALID_LOCALE - Static variable in exception com.inrix.sdk.CompositeTileManager.CompositeTileManagerException
Indicates that a locale is invalid.
INVALID_LOCATION - Static variable in exception com.inrix.sdk.IncidentsManager.IncidentsManagerException
Indicates that current location is invalid and incidents can't be reported at this location.
INVALID_LOCATION - Static variable in exception com.inrix.sdk.LocationsManager.LocationsManagerException
Indicates the location is invalid.
INVALID_LOCATION_ID - Static variable in exception com.inrix.sdk.LocationsManager.LocationsManagerException
Indicates the location ID is invalid.
INVALID_MAP_STYLE - Static variable in exception com.inrix.sdk.CompositeTileManager.CompositeTileManagerException
Indicates that a map style is invalid.
INVALID_MAX_ALTERNATES - Static variable in exception com.inrix.sdk.CompositeTileManager.CompositeTileManagerException
Indicates that a value for the maximum number of alternative routes is invalid.
INVALID_MAX_RESULT_COUNT - Static variable in exception com.inrix.sdk.AlertsManager.AlertsManagerException
Indicates that the max result count is invalid.
INVALID_NOTIFICATION_TIME - Static variable in exception com.inrix.sdk.TripManager.TripManagerException
Indicates that the notification time is out of valid range.
INVALID_OPACITY - Static variable in exception com.inrix.sdk.TileManager.TileManagerException
Indicates the opacity value is invalid.
INVALID_OUTPUT_FIELDS - Static variable in exception com.inrix.sdk.ParkingManager.ParkingManagerException
Indicates that the output fields value is not valid.
INVALID_OUTPUT_FIELDS - Static variable in exception com.inrix.sdk.RouteManager.RouteManagerException
Indicates that the output fields value is not valid.
INVALID_PARKING_TYPE - Static variable in exception com.inrix.sdk.ParkingManager.ParkingManagerException
Indicates that specified parking type is invalid.
INVALID_PEN_WIDTH - Static variable in exception com.inrix.sdk.TileManager.TileManagerException
Indicates the pen width is invalid.
INVALID_POINT - Static variable in exception com.inrix.sdk.ISearchManager.SearchManagerException
Indicates that the point is invalid.
INVALID_POINT - Static variable in exception com.inrix.sdk.SpeedLimitManager.SpeedLimitManagerException
Indicates that the point is invalid.
INVALID_POINTS - Static variable in exception com.inrix.sdk.CameraManager.CamerasManagerException
Indicates that the route points are invalid.
INVALID_QUADKEY_EMPTY - Static variable in exception com.inrix.sdk.TileManager.TileManagerException
Indicates the quadkey is empty.
INVALID_QUADKEY_SEQUENCE - Static variable in exception com.inrix.sdk.TileManager.TileManagerException
Indicates the quadkey sequence is invalid.
INVALID_QUALITY - Static variable in exception com.inrix.sdk.CompositeTileManager.CompositeTileManagerException
Indicates that an image quality value is invalid.
INVALID_RADIUS - Static variable in exception com.inrix.sdk.AlertsManager.AlertsManagerException
Indicates that the radius is invalid.
INVALID_RADIUS - Static variable in exception com.inrix.sdk.DangerousSlowdownsManager.DangerousSlowdownsManagerException
Indicates that a radius value is invalid.
INVALID_RADIUS - Static variable in exception com.inrix.sdk.GasStationManager.GasStationManagerException
Indicates that a radius value is invalid.
INVALID_RADIUS - Static variable in exception com.inrix.sdk.IncidentsManager.IncidentsManagerException
Indicates that radius parameter is invalid.
INVALID_RADIUS - Static variable in exception com.inrix.sdk.ISearchManager.SearchManagerException
Indicates that the search radius is invalid.
INVALID_RADIUS - Static variable in exception com.inrix.sdk.ParkingManager.ParkingManagerException
Indicates that the radius is invalid.
INVALID_RESPONSE - Static variable in exception com.inrix.sdk.InrixException
Indicates that a response is not valid.
INVALID_ROUTE - Static variable in exception com.inrix.sdk.RouteManager.RouteManagerException
Indicates that the specified route is invalid for the request.
INVALID_ROUTE_RADIUS - Static variable in exception com.inrix.sdk.GasStationManager.GasStationManagerException
Indicates that buffer parameter is invalid.
INVALID_SAVED_TRIP_TOO_MANY_WAYPOINTS - Static variable in exception com.inrix.sdk.model.SavedTrip.SavedTripException
Indicates that SavedTrip has too many waypoints passed.
INVALID_SAVED_TRIP_TOO_MANY_WAYPOINTS - Static variable in exception com.inrix.sdk.TripManager.TripManagerException
Indicates that SavedTrip has too many waypoints.
INVALID_SEARCH_QUERY - Static variable in exception com.inrix.sdk.ISearchManager.SearchManagerException
Indicates that the search query is invalid.
INVALID_SEARCH_QUERY_LENGTH - Static variable in exception com.inrix.sdk.ISearchManager.SearchManagerException
Indicates that the search query does not meet the minimum length requirement.
INVALID_SEVERITY - Static variable in exception com.inrix.sdk.DangerousSlowdownsManager.DangerousSlowdownsManagerException
Indicates that requested slowdown is invalid.
INVALID_SPEED_FACTOR - Static variable in exception com.inrix.sdk.AlertsManager.AlertsManagerException
Indicates that a speed factor is invalid.
INVALID_START - Static variable in exception com.inrix.sdk.CompositeTileManager.CompositeTileManagerException
Indicates that a starting location is invalid.
INVALID_START_POINT - Static variable in exception com.inrix.sdk.RouteManager.RouteManagerException
Indicates that a route start point is invalid.
INVALID_START_TIME - Static variable in exception com.inrix.sdk.TileManager.TileManagerException
Indicates the start time set to past.
INVALID_TILE_X - Static variable in exception com.inrix.sdk.TileManager.TileManagerException
Indicates the x position of the tile is invalid.
INVALID_TILE_Y - Static variable in exception com.inrix.sdk.TileManager.TileManagerException
Indicates the y position of the tile is invalid.
INVALID_TILE_ZOOM - Static variable in exception com.inrix.sdk.TileManager.TileManagerException
Indicates the position of the zoom level is invalid.
INVALID_TOLERANCE - Static variable in exception com.inrix.sdk.RouteManager.RouteManagerException
Indicates that an tolerance is invalid.
INVALID_TRAVEL_TIME_COUNT - Static variable in exception com.inrix.sdk.RouteManager.RouteManagerException
Indicates that the count value is invalid for the travel time request.
INVALID_TRAVEL_TIME_INTERVAL - Static variable in exception com.inrix.sdk.RouteManager.RouteManagerException
Indicates that the interval is invalid for travel time.
INVALID_TRIP - Static variable in exception com.inrix.sdk.TripManager.TripManagerException
Indicates that a SavedTrip is invalid.
INVALID_TRIP_DESTINATION - Static variable in exception com.inrix.sdk.RouteManager.RouteManagerException
Indicates that the destination associated with a trip is invalid.
INVALID_TRIP_ORIGIN - Static variable in exception com.inrix.sdk.RouteManager.RouteManagerException
Indicates that the origin associated with a trip is invalid.
INVALID_UPDATE_LEARNED_LOCATIONS_OPTIONS - Static variable in exception com.inrix.sdk.LocationsManager.LocationsManagerException
Indicates the UpdateLearnedLocationsOptions is invalid.
INVALID_VEHICLE_ID - Static variable in exception com.inrix.sdk.VehicleStateManager.VehicleStateManagerException
Indicates that a vehicle id is invalid.
INVALID_VEHICLE_STATE - Static variable in exception com.inrix.sdk.VehicleStateManager.VehicleStateManagerException
Indicates that vehicle state is not valid.
INVALID_WAYPOINTS - Static variable in exception com.inrix.sdk.RouteManager.RouteManagerException
Indicates that the route waypoints are invalid.
INVALID_WIDTH - Static variable in exception com.inrix.sdk.CompositeTileManager.CompositeTileManagerException
Indicates that a tile width is invalid.
invokeService(String, Map<String, Object>, GeoPoint, IDataResponseListener<String>) - Static method in class com.inrix.sdk.InrixCore
Invoke arbitrary server API, given the API name and additional parameters required by the API.
invokeService(String, String, Map<String, Object>, GeoPoint, IDataResponseListener<String>) - Static method in class com.inrix.sdk.InrixCore
Invoke arbitrary server API, given the API name and additional parameters required by the API with a custom end point.
IPushChannel - Interface in com.inrix.sdk.push
Push channel information.
IPushNotification - Interface in com.inrix.sdk.push
Base interface for all push notification.
IPushNotification.PushNotificationType - Enum in com.inrix.sdk.push
Type of push notification.
IS_RUNNING - Static variable in class com.inrix.sdk.ResourcesClearService
 
isAbnormal() - Method in class com.inrix.sdk.model.Incident.DelayImpact
Gets a value indicating that delay is abnormal.
isAlertActive() - Method in class com.inrix.sdk.RouteAlert
Get whether or not alert is active.
isAuthenticated() - Method in class com.inrix.sdk.UserManager
Gets the value indicating if user, anonymous or not, is authenticated.
isBiDirectional() - Method in class com.inrix.sdk.model.XDIncident.XDLocation
A value indication whether the XDIncident is impacting both directions of the road or only one direction.
isCalendarDefaultNotificationEnabled() - Method in class com.inrix.sdk.Configuration
Get whether push notifications are enabled by default for calendar events.
isCalendarSyncEnabled() - Method in class com.inrix.sdk.Configuration
Gets a value that indicates whether calendar synchronization is enabled.
isDeleted() - Method in class com.inrix.sdk.model.TripPoint
Returns true if the Location used to create this TripPoint has been deleted.
ISearchManager - Interface in com.inrix.sdk
 
ISearchManager.BaseOptions<T extends ISearchManager.BaseOptions<T>> - Class in com.inrix.sdk
Represents common base options.
ISearchManager.ISearchResponseListener<T extends LocationMatch> - Interface in com.inrix.sdk
Response listener for retrieving Point of Interest information.
ISearchManager.ReverseGeocodeOptions - Class in com.inrix.sdk
Represent reverse geocode options.
ISearchManager.SearchManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with a ISearchManager operation.
isEmpty() - Method in class com.inrix.sdk.model.ContactInfoCollection
isEnabled() - Method in class com.inrix.sdk.model.Schedule.NotificationOptions
Get the state of notifications.
isFreeToEndUserProhibited() - Method in class com.inrix.sdk.model.Camera.License
Gets whether camera image is free to end user.
isFuelRequired() - Method in class com.inrix.sdk.model.ItineraryEntry
Get the fuel status for this ItineraryEntry.
isHidden() - Method in class com.inrix.sdk.model.LearnedLocation
Gets the current visibility of the LearnedLocation.
isHidden() - Method in class com.inrix.sdk.model.LearnedTrip
Gets the current visibility of the LearnedTrip.
isImpacting() - Method in class com.inrix.sdk.model.Incident
Gets whether the incident is impacting traffic.
isImpacting() - Method in class com.inrix.sdk.model.XDIncident
Gets whether the incident is impacting traffic.
isInitialized() - Static method in class com.inrix.sdk.InrixCore
Returns whether the SDK is Initialized Refer InrixCore.initialize(Context).
isItemAllowed(T) - Method in interface com.inrix.sdk.IFilter
Check if an item is allowed.
isLocationLearningEnabled() - Method in class com.inrix.sdk.Configuration
Gets a value that indicates whether the location learning is enabled.
isLowFuel() - Method in class com.inrix.sdk.model.PreDriveNotification
Gets whether the user's vehicle is low on fuel.
isMonthly() - Method in class com.inrix.sdk.model.ParkingBlock.Reservation
Gets a value that indicates whether reservation is a monthly reservation.
isMonthly() - Method in class com.inrix.sdk.model.ParkingLot.Reservation
Gets a value that indicates whether reservation is a monthly reservation.
isNotificationEnabled() - Method in class com.inrix.sdk.model.ItineraryEntry
Indicates whether notifications are enabled for this ItineraryEntry.
isOff(int) - Method in class com.inrix.sdk.utils.Flags
Flag is off.
isOn(int) - Method in class com.inrix.sdk.utils.Flags
Flag is on.
isOnRoute(GeoPoint, Float) - Method in class com.inrix.sdk.RouteTracker
Given current location check if this location is along the route.
isOpen() - Method in class com.inrix.sdk.model.ParkingBlock.Segment
Gets a value that indicates whether this segment is open.
isOutOfService() - Method in class com.inrix.sdk.model.Camera.Status
Gets whether camera is out of service.
isParkingAvailable() - Method in class com.inrix.sdk.model.ParkingBlock
Gets the value that indicates whether parking is available at this parking block.
isParkingAvailable() - Method in class com.inrix.sdk.model.ParkingLot
Gets a value that indicates whether parking is available at this parking lot.
isPreDriveNotificationEnabled() - Method in class com.inrix.sdk.model.CalendarTrip
Get the status of pre-drive notifications for this CalendarTrip.
isPreferred() - Method in class com.inrix.sdk.model.GasStation
Gets whether or not this gas station is preferred.
isPrimary() - Method in class com.inrix.sdk.model.ParkingLot.EntryExitPoint
Gets a value that indicates whether this entry / exit is primary.
isQueryAreaWithinLimits(GeoPoint, GeoPoint) - Method in class com.inrix.sdk.AreaLimitedManager
Check if the area of the box is within allowed limits.
isQueryAreaWithinLimits(double, UserPreferences.Unit) - Method in class com.inrix.sdk.AreaLimitedManager
Check if the area of the circle is within allowed limits.
isReady() - Static method in class com.inrix.sdk.InrixCore
Returns whether the SDK is ready to make requests.
isRecurring() - Method in class com.inrix.sdk.model.CalendarTrip
Get the recurrence status of this CalendarTrip.
isRecurring() - Method in class com.inrix.sdk.model.Schedule.ScheduleOptions
Indicates whether this ScheduleOptions is a recurring schedule or not.
isReporter() - Method in class com.inrix.sdk.model.Incident.Contributor
Gets whether the contributor is the reporter of the incident.
isRoadClosure(Integer) - Static method in class com.inrix.sdk.IncidentUtils
Returns whether an event code is a road closure, per ISO 14819-1:2003.
isRouteRestricted() - Method in class com.inrix.sdk.model.TravelTime
Gets whether the route has restrictions at the specified departure time.
isSameDay(Date, Date) - Static method in class com.inrix.sdk.utils.InrixDateUtils
Compares to see if two dates fall on the same day, irrespective of locale.
isSignedIn() - Method in class com.inrix.sdk.UserManager
Gets the value indicating if user if signed in or not.
isStopOnAppDestroy() - Static method in class com.inrix.sdk.InrixCore
 
isSublicenseProhibited() - Method in class com.inrix.sdk.model.Camera.License
Gets whether camera licence image can be sublicense.
isTrafficConsidered() - Method in class com.inrix.sdk.model.Route
Gets whether traffic is used in calculating the route.
isTripRecordingEnabled() - Method in class com.inrix.sdk.Configuration
Gets a value that indicates whether the trip recording is enabled.
isTypeAllowed(Incident.IncidentType) - Method in interface com.inrix.sdk.IFilter
 
isUgi() - Method in class com.inrix.sdk.model.Incident
Returns a value indicating if this incident was reported by a community user (user-generated incident, UGI) or was automatically generated by a system (automatically-generated incident, AGI).
isUserLocationMonitoringEnabled() - Method in class com.inrix.sdk.Configuration
Get whether or not the user's location should be monitored.
isValid(BoundingBox) - Static method in class com.inrix.sdk.model.BoundingBox
Checks if the specified bounding box valid.
isValid() - Method in class com.inrix.sdk.model.BoundingBox
Checks if current instance is valid.
isValid(GeoPoint) - Static method in class com.inrix.sdk.model.GeoPoint
Checks if a GeoPoint is valid.
isValid() - Method in class com.inrix.sdk.model.GeoPoint
Checks if current instance is valid.
isValid() - Method in class com.inrix.sdk.model.VehicleState
Checks if the vehicle state is valid.
isValidEmail(String) - Static method in class com.inrix.sdk.utils.StringUtils
Returns whether a string is a valid email address.
iterator() - Method in class com.inrix.sdk.model.ContactInfoCollection
ITimerFactory - Interface in com.inrix.sdk.utils
Factory contract to get Timers.
Itinerary - Class in com.inrix.sdk.model
An Itinerary is a collection of scheduled Trips.
ItineraryConfig - Class in com.inrix.sdk.config
ItineraryEntry - Class in com.inrix.sdk.model
An ItineraryEntry represents a single instance of a Trip on a user's Itinerary.
ItineraryEntry.TripType - Enum in com.inrix.sdk.model
TripType indicates the source of the ItineraryEntry.
ItineraryManager - Class in com.inrix.sdk
Manages asynchronous interactions with Itinerary.
ItineraryManager.GetItineraryOptions - Class in com.inrix.sdk
Contains options to get a user's itinerary.
ItineraryManager.IGetItineraryResponseListener - Interface in com.inrix.sdk
Response listener for getItinerary.
ItineraryManager.ItineraryManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with a ItineraryManager operation.

K

KM_MILE_CONVERSION_FACTOR - Static variable in class com.inrix.sdk.utils.GeoUtils
Conversion factor from kilometers to miles.
kmToMI(double) - Static method in class com.inrix.sdk.utils.GeoUtils
Convert kilometers to miles.
kmToUserPreference(double) - Static method in class com.inrix.sdk.utils.GeoUtils
Convert the supplied kilometers to units based on the user preference defined by UserPreferences.getSettingUnits().

L

lastIndexOf(Object) - Method in class com.inrix.sdk.model.ContactInfoCollection
LearnedLocation - Class in com.inrix.sdk.model
Represents a location the user frequently visits.
LearnedTrip - Class in com.inrix.sdk.model
A LearnedTrip is a Trip learned from the user's driving behavior.
LightLevel(int) - Constructor for class com.inrix.sdk.model.VehicleState.LightLevel
Initializes a new instance of the VehicleState.LightLevel.
listIterator() - Method in class com.inrix.sdk.model.ContactInfoCollection
listIterator(int) - Method in class com.inrix.sdk.model.ContactInfoCollection
loaded() - Static method in class com.inrix.sdk.utils.UserPreferences
Check if the preferences are loaded into memory.
Location - Class in com.inrix.sdk.model
An abstract class for representing locations.
LOCATION_IDS_DUPLICATE - Static variable in exception com.inrix.sdk.LocationsManager.LocationsManagerException
Indicates that the array of location IDs contains duplicate values.
LOCATION_NAME_IN_USE - Static variable in interface com.inrix.sdk.ServerErrorStatus
The location name is already set.
LOCATION_NOT_IN_DB - Static variable in interface com.inrix.sdk.ServerErrorStatus
The location id is not in database.
locationLearningEnabled(boolean) - Method in class com.inrix.sdk.Configuration.Builder
Sets a value that indicates whether location learning should be enabled.
LocationMatch - Class in com.inrix.sdk.model
 
LocationMatch() - Constructor for class com.inrix.sdk.model.LocationMatch
 
LocationMatchGoogle - Class in com.inrix.sdk.model
A result for a location query.
LocationMatchGoogle.AddressComponent - Class in com.inrix.sdk.model
Location addressComponents.
LocationMatchGoogle.GeoLocation - Class in com.inrix.sdk.model
 
LocationMatchGoogle.Geometry - Class in com.inrix.sdk.model
Class representing POI data contained within the location match result.
LocationMatchInrix - Class in com.inrix.sdk.model
A result for a location query.
LocationMatchInrix.AddressComponent - Class in com.inrix.sdk.model
Location addressComponents.
LocationMatchInrix.GeoLocation - Class in com.inrix.sdk.model
 
LocationMatchInrix.Geometry - Class in com.inrix.sdk.model
Class representing POI data contained within the location match result.
LOCATIONS_EMPTY - Static variable in exception com.inrix.sdk.LocationsManager.LocationsManagerException
Indicates the array of locations is null or empty.
LocationsManager - Class in com.inrix.sdk
Manages asynchronous operations that involve locations that are saved by the user.
LocationsManager.DeleteLocationOptions - Class in com.inrix.sdk
Contains options to delete locations.
LocationsManager.GetLearnedLocationsOptions - Class in com.inrix.sdk
Contains options to retrieve LearnedLocations.
LocationsManager.GetLocationsOptions - Class in com.inrix.sdk
Contains options to get locations.
LocationsManager.IDeleteSavedLocationResponseListener - Interface in com.inrix.sdk
Response listener for deleting locations.
LocationsManager.IGetLearnedLocationsListener - Interface in com.inrix.sdk
LocationsManager.IGetSavedLocationsResponseListener - Interface in com.inrix.sdk
Response listener for retrieving locations.
LocationsManager.ISaveLocationResponseListener - Interface in com.inrix.sdk
Response listener for saving locations.
LocationsManager.IUpdateLearnedLocationsListener - Interface in com.inrix.sdk
LocationsManager.IUpdateSavedLocationsOrderListener - Interface in com.inrix.sdk
Response listener for the locations order.
LocationsManager.LocationsManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with an LocationsManager operation.
LocationsManager.SaveLocationOptions - Class in com.inrix.sdk
Contains options to save locations.
LocationsManager.UpdateLearnedLocationsOptions - Class in com.inrix.sdk
Contains options to update LearnedLocations.
LocationsManager.UpdateLocationsOrderOptions - Class in com.inrix.sdk
Contains options that specify how to update the order of locations in a list.
LocationsManagerConfig - Class in com.inrix.sdk.config
LOW - Static variable in class com.inrix.sdk.model.VehicleState.RainIntensity
Low intensity.
LOW - Static variable in class com.inrix.sdk.model.VehicleState.Wipers
Low intensity.

M

MAP_STYLE_DAY - Static variable in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Day map style.
MAP_STYLE_NIGHT - Static variable in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Night map style.
MAX_CALENDAR_DEFAULT_NOTIFICATION_TIME_MINUTES - Static variable in class com.inrix.sdk.Configuration
Maximum allowed default calendar notification time.
MAX_DISTANCE_IN_MILES - Static variable in class com.inrix.sdk.GasStationManager.GasStationsOnRouteOptions
Maximum distance in miles supported, inclusive.
MAX_HEADING_VALUE - Static variable in class com.inrix.sdk.RouteManager
The maximum allowed heading value.
MAX_HEADING_VALUE - Static variable in class com.inrix.sdk.SpeedLimitManager
The maximum allowed heading value.
MAX_HEIGHT - Static variable in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Maximum height of the tile.
MAX_LATITUDE - Static variable in class com.inrix.sdk.model.GeoPoint
Maximum valid latitude coordinate.
MAX_LOCATIONS - Static variable in class com.inrix.sdk.LocationsManager.DeleteLocationOptions
Max size restriction for the delete location operation.
MAX_LONGITUDE - Static variable in class com.inrix.sdk.model.GeoPoint
Maximum valid longitude coordinate.
MAX_MAX_ALTERNATES - Static variable in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Maximum number of route alternates.
MAX_PREFERRED_BRANDS_EXCEEDED - Static variable in exception com.inrix.sdk.GasStationManager.GasStationManagerException
Indicates that the number of preferred brands exceeded the limit.
MAX_QUALITY - Static variable in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Maximum quality of the tile.
MAX_RADIUS_IN_MILES - Static variable in class com.inrix.sdk.GasStationManager.GasStationsOnRouteOptions
Maximum radius in miles supported, inclusive.
MAX_RANGE_DAYS - Static variable in class com.inrix.sdk.ItineraryManager.GetItineraryOptions
Maximum allowed date range (in days).
MAX_TOLERANCE - Static variable in class com.inrix.sdk.utils.ZoomLevel
Maximum allowed tolerance value.
MAX_VALUE - Static variable in class com.inrix.sdk.utils.ZoomLevel
Maximum allowed zoom level value.
MAX_WAYPOINT_SIZE - Static variable in class com.inrix.sdk.RouteManager.RequestRouteOptions
Maximum number of waypoints allowed.
MAX_WIDTH - Static variable in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Maximum width of the tile.
MaxAirFlowRate(int) - Constructor for class com.inrix.sdk.model.VehicleState.MaxAirFlowRate
Initializes a new instance of the VehicleState.MaxAirFlowRate.
MAXIMUM_NOTIFICATION_TIME_MINUTES - Static variable in class com.inrix.sdk.TripManager.UpdateNotificationOptions
The maximum amount of time (in minutes) prior to departure the user can be notified of an upcoming CalendarTrip.
MAXIMUM_TRAVEL_TIME_COUNT - Static variable in class com.inrix.sdk.RouteManager
Maximum number of travel times.
MAXIMUM_TRAVEL_TIME_INTERVAL_MS - Static variable in class com.inrix.sdk.RouteManager
Maximum travel time interval (in milliseconds).
MeasurementAttribute(String, TValue) - Constructor for class com.inrix.sdk.model.VehicleState.MeasurementAttribute
Initializes a new instance of the VehicleState.MeasurementAttribute.
MEDIUM - Static variable in class com.inrix.sdk.model.VehicleState.RainIntensity
Medium intensity.
MEDIUM - Static variable in class com.inrix.sdk.model.VehicleState.Wipers
Medium intensity.
METER_KM_CONVERSION_FACTOR - Static variable in class com.inrix.sdk.utils.GeoUtils
Conversion factor from meters to kilometers.
metersToMI(double) - Static method in class com.inrix.sdk.utils.GeoUtils
Convert meters to miles.
metersToUserPreference(double) - Static method in class com.inrix.sdk.utils.GeoUtils
Convert the supplied metres to units based on the user preference defined by UserPreferences.getSettingUnits().
metersToUserUnit(double) - Static method in class com.inrix.sdk.utils.GeoUtils
 
MILE_METER_CONVERSION_FACTOR - Static variable in class com.inrix.sdk.utils.GeoUtils
Conversion factor from miles to meters.
MIN_DISTANCE_IN_MILES - Static variable in class com.inrix.sdk.GasStationManager.GasStationsOnRouteOptions
Minimum distance in miles supported, exclusive.
MIN_HEADING_VALUE - Static variable in class com.inrix.sdk.RouteManager
The minimum allowed heading value.
MIN_HEADING_VALUE - Static variable in class com.inrix.sdk.SpeedLimitManager
The minimum allowed heading value.
MIN_HEIGHT - Static variable in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Minimum height of the tile.
MIN_LATITUDE - Static variable in class com.inrix.sdk.model.GeoPoint
Minimum valid latitude coordinate.
MIN_LONGITUDE - Static variable in class com.inrix.sdk.model.GeoPoint
Minimum valid longitude coordinate.
MIN_MAX_ALTERNATES - Static variable in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Minimum number of route alternates.
MIN_QUALITY - Static variable in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Minimum quality of the tile.
MIN_RADIUS_IN_MILES - Static variable in class com.inrix.sdk.GasStationManager.GasStationsOnRouteOptions
Minimum radius in miles supported, exclusive.
MIN_TOLERANCE - Static variable in class com.inrix.sdk.utils.ZoomLevel
Minimum allowed tolerance value.
MIN_VALUE - Static variable in class com.inrix.sdk.utils.ZoomLevel
Minimum allowed zoom level value.
MIN_WIDTH - Static variable in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Minimum width of the tile.
MINIMUM_TRAVEL_TIME_COUNT - Static variable in class com.inrix.sdk.RouteManager
Minimum number of travel times.
MINIMUM_TRAVEL_TIME_INTERVAL_MS - Static variable in class com.inrix.sdk.RouteManager
Minimum travel time interval (in milliseconds).
miToMeters(float) - Static method in class com.inrix.sdk.utils.GeoUtils
 
monitorUserLocation(boolean) - Method in class com.inrix.sdk.Configuration.Builder
Set whether or not the user's location should be monitored.

N

NAN - Static variable in class com.inrix.sdk.model.GeoPoint
Represents an invalid GeoPoint.
NO_VALUE - Static variable in class com.inrix.sdk.InrixCore
Indicates that no value was assigned.
NONE - Static variable in class com.inrix.sdk.model.VehicleState.RainIntensity
No status or not available.
NONE - Static variable in class com.inrix.sdk.model.VehicleState.Wipers
No status or not in use.
NOT_FOUND - Static variable in interface com.inrix.sdk.ServerErrorStatus
Some piece of information provide by user can't be found.
NOT_INITIALIZED - Static variable in exception com.inrix.sdk.InrixException
Indicates that SDK is not initialized.
NotificationOptions(boolean, int) - Constructor for class com.inrix.sdk.model.Schedule.NotificationOptions
Create a NotificationOptions with the specified initial state and notification times.
NULL_TRIP - Static variable in exception com.inrix.sdk.TripManager.TripManagerException
Indicates that a SavedTrip is null.

O

OAuthSignInOptions(String, String, String, UserManager.OAuthSignInOptions.OAuthProvider) - Constructor for class com.inrix.sdk.UserManager.OAuthSignInOptions
Initialize a new instance of UserManager.OAuthSignInOptions using 3rd party OAuth credentials.
ON_ROUTE_TOLERANCE_DEFAULT_METERS - Static variable in class com.inrix.sdk.RouteTracker
Default threshold for considering a user "on route".
onAuthenticated() - Method in interface com.inrix.sdk.InrixCore.AuthenticationListener
Called when the INRIX SDK is ready to make requests.
onBind(Intent) - Method in class com.inrix.sdk.ResourcesClearService
 
onDangerousSlowdownAlertResult(List<DangerousSlowdown>) - Method in class com.inrix.sdk.AlertsManager.RouteAlertCallback
Call for when there are ongoing dangerous slowdowns on the route.
onDangerousSlowdownWithDistanceResult(SimpleArrayMap<DangerousSlowdown, Double>) - Method in interface com.inrix.sdk.AlertsManager.IDSAlertListener
Call for when the route tracker has finished processing the route and mapped all the incidents to a route point.
onDangerousSlowdownWithDistanceResult(SimpleArrayMap<DangerousSlowdown, Double>) - Method in class com.inrix.sdk.AlertsManager.RouteAlertCallback
Call for when the route tracker has finished processing the route and mapped all the dangerous slowdowns to a route point.
onDestroy() - Method in class com.inrix.sdk.ResourcesClearService
 
onError(Error) - Method in interface com.inrix.sdk.IDataResponseListener
Method that will be called when the request was not successful.
OneTimeScheduleOptions(Schedule.ScheduleType, Date) - Constructor for class com.inrix.sdk.model.Schedule.OneTimeScheduleOptions
Create a OneTimeScheduleOptions with the specified type, date, and time.
onIncidentAlertResult(List<Incident>) - Method in class com.inrix.sdk.AlertsManager.RouteAlertCallback
Call for when there are ongoing incident on the route.
onIncidentWithDistanceResult(SimpleArrayMap<Incident, Double>) - Method in interface com.inrix.sdk.AlertsManager.IIncidentsAlertListener
Call for when the route tracker has finished processing the route and mapped all the incidents to a route point.
onIncidentWithDistanceResult(SimpleArrayMap<Incident, Double>) - Method in class com.inrix.sdk.AlertsManager.RouteAlertCallback
Call for when the route tracker has finished processing the route and mapped all the incidents to a route point.
onInrixReady() - Method in interface com.inrix.sdk.InrixCore.OnInrixReadyListener
Called when the INRIX SDK is ready to make requests.
onParkingAlert(ParkingInfo) - Method in class com.inrix.sdk.AlertsManager.RouteAlertCallback
Method that will be called when the parking request was successful and the response is good.
onParkingError(Error) - Method in class com.inrix.sdk.AlertsManager.RouteAlertCallback
Method that will be called when a parking request is not successful.
onReauthenticationRequired() - Method in interface com.inrix.sdk.InrixCore.AuthenticationListener
Called when the INRIX SDK needs the user to provide credentials.
onRequestedRouteResults(RequestRouteResults) - Method in class com.inrix.sdk.AlertsManager.RouteAlertCallback
Method that will be called when new routes are successfully requested.
onResourceClean() - Method in interface com.inrix.sdk.ResourcesClearService.ResourceCleanCallback
 
onResult(T) - Method in interface com.inrix.sdk.IDataResponseListener
Method that will be called when the request was successful and the response is good.
onRouteError(Error) - Method in class com.inrix.sdk.AlertsManager.RouteAlertCallback
Method that will be called when a route request is not successful.
onRouteStatus(AlertsManager.OnRouteStatus, GeoPoint, double) - Method in class com.inrix.sdk.AlertsManager.RouteAlertCallback
Callback for route status updates.
onSdkConfigurationChanged(SdkConfigSection) - Method in interface com.inrix.sdk.config.SdkConfigurationChangedListener
Callback method triggered when a particular SdkConfigSection change has been detected.
onStartCommand(Intent, int, int) - Method in class com.inrix.sdk.ResourcesClearService
 
onStartTrackingRoute(Route) - Method in class com.inrix.sdk.AlertsManager.RouteAlertCallback
Callback invoked when started tracking a new route.
onTaskRemoved(Intent) - Method in class com.inrix.sdk.ResourcesClearService
 
onUpdatedRouteResults(UpdatedRouteResults) - Method in class com.inrix.sdk.AlertsManager.RouteAlertCallback
Method that will be called when updated routes are successfully requested from a tracked route.
onUpdatedRouteResults(List<Route>) - Method in class com.inrix.sdk.AlertsManager.RouteAlertCallback
Method that will be called when the the list of routes that should be collectively updated are successfully updated.
OPTIONS_REQUIRED - Static variable in exception com.inrix.sdk.InrixException
Indicates that request options are required.
OzoneLevel(int) - Constructor for class com.inrix.sdk.model.VehicleState.OzoneLevel
Initializes a new instance of the VehicleState.OzoneLevel.

P

PARAMETER_NULL - Static variable in exception com.inrix.sdk.InrixException
Indicates that a parameter is null when it should not be.
ParkedIn() - Constructor for class com.inrix.sdk.model.VehicleState.ParkedIn
Initializes a new instance of the VehicleState.ParkedIn.
ParkedInTrace() - Constructor for class com.inrix.sdk.model.VehicleState.ParkedInTrace
Initializes a new instance of the VehicleState.ParkedInTrace.
ParkedOut() - Constructor for class com.inrix.sdk.model.VehicleState.ParkedOut
Initializes a new instance of the VehicleState.ParkedOut.
PARKING_OUTPUT_FIELD_ALL - Static variable in class com.inrix.sdk.ParkingManager
All available information about the parking lot.
PARKING_OUTPUT_FIELD_BASIC - Static variable in class com.inrix.sdk.ParkingManager
Indicates basic information about the parking lot.
PARKING_OUTPUT_FIELD_DYNAMIC - Static variable in class com.inrix.sdk.ParkingManager
Indicates the dynamic parking lot fill rate.
PARKING_OUTPUT_FIELD_GEOMETRY - Static variable in class com.inrix.sdk.ParkingManager
Indicates the geometry of the parking lot.
PARKING_OUTPUT_FIELD_PRICING - Static variable in class com.inrix.sdk.ParkingManager
Indicates the pricing information for the parking lots.
PARKING_OUTPUT_FIELD_STATIC - Static variable in class com.inrix.sdk.ParkingManager
Same as ParkingManager.PARKING_OUTPUT_FIELD_VALUE_BASIC, with additional information.
PARKING_TYPE_PARKING_BLOCK - Static variable in class com.inrix.sdk.ParkingManager
On-street parking.
PARKING_TYPE_PARKING_LOT - Static variable in class com.inrix.sdk.ParkingManager
Off-street parking.
ParkingAlertOptions() - Constructor for class com.inrix.sdk.AlertsManager.ParkingAlertOptions
Initializes a new instance of the AlertsManager.ParkingAlertOptions class with default params.
ParkingAlertOptions(int) - Constructor for class com.inrix.sdk.AlertsManager.ParkingAlertOptions
Initializes a new instance of the AlertsManager.ParkingAlertOptions class with radius.
ParkingAlertOptions(int, int, boolean) - Constructor for class com.inrix.sdk.AlertsManager.ParkingAlertOptions
Initializes a new instance of the AlertsManager.ParkingAlertOptions class with radius and max results count.
ParkingBlock - Class in com.inrix.sdk.model
Represents a single parking block.
ParkingBlock() - Constructor for class com.inrix.sdk.model.ParkingBlock
Initializes a new instance of ParkingBlock.
ParkingBlock.Amenity - Class in com.inrix.sdk.model
Represents a parking block amenity information.
ParkingBlock.CalculatedRate - Class in com.inrix.sdk.model
Represents parking lot calculated rate.
ParkingBlock.GeoJson - Class in com.inrix.sdk.model
Represents a parking block geojson information.
ParkingBlock.Reservation - Class in com.inrix.sdk.model
Represents an information about parking block reservation.
ParkingBlock.Segment - Class in com.inrix.sdk.model
Represents a single parking block segment.
ParkingBlock.StructuredRate - Class in com.inrix.sdk.model
Represents a parking lot structured rate.
ParkingBlockInfoOptions(ParkingBlock) - Constructor for class com.inrix.sdk.ParkingManager.ParkingBlockInfoOptions
Initializes a new instance of the ParkingManager.ParkingBlockInfoOptions class.
ParkingBoxOptions(GeoPoint, GeoPoint) - Constructor for class com.inrix.sdk.ParkingManager.ParkingBoxOptions
Initializes a new instance of the ParkingManager.ParkingBoxOptions class.
ParkingConfig - Class in com.inrix.sdk.config
ParkingInfo - Class in com.inrix.sdk.model
Parking information.
ParkingInfo(List<ParkingLot>, List<ParkingBlock>) - Constructor for class com.inrix.sdk.model.ParkingInfo
Initializes a new instance of ParkingInfo.
ParkingLot - Class in com.inrix.sdk.model
Represents an single parking lot information.
ParkingLot.Address - Class in com.inrix.sdk.model
Represents a parking lot address.
ParkingLot.Amenity - Class in com.inrix.sdk.model
Represents a parking lot amenity.
ParkingLot.CalculatedRate - Class in com.inrix.sdk.model
Represents parking lot calculated rate.
ParkingLot.EntryExitPoint - Class in com.inrix.sdk.model
Represents a parking lot entry / exit point information.
ParkingLot.Occupancy - Class in com.inrix.sdk.model
Represents a parking lot occupancy information.
ParkingLot.Phone - Class in com.inrix.sdk.model
Represents a parking lot phone details.
ParkingLot.Photo - Class in com.inrix.sdk.model
Represents a parking lot photo.
ParkingLot.Reservation - Class in com.inrix.sdk.model
Represents an information about parking lot reservation.
ParkingLot.Review - Class in com.inrix.sdk.model
Represents a parking lot review.
ParkingLot.StructuredRate - Class in com.inrix.sdk.model
Represents a parking lot structured rate.
ParkingLotInfoOptions(ParkingLot) - Constructor for class com.inrix.sdk.ParkingManager.ParkingLotInfoOptions
Initializes a new instance of the ParkingManager.ParkingLotInfoOptions class.
ParkingManager - Class in com.inrix.sdk
Manages asynchronous operations about parking lot information.
ParkingManager.IParkingBlockResponseListener - Interface in com.inrix.sdk
Response listener for retrieving information on a single parking block.
ParkingManager.IParkingInfoResponseListener - Interface in com.inrix.sdk
Response listener for retrieving parking information.
ParkingManager.IParkingLotResponseListener - Interface in com.inrix.sdk
Response listener for retrieving information on a single parking lot.
ParkingManager.ParkingBlockInfoOptions - Class in com.inrix.sdk
Contains options that specify how to retrieve parking lot information.
ParkingManager.ParkingBoxOptions - Class in com.inrix.sdk
Contains options that specify how to retrieve which parking lots are in a rectangular region.
ParkingManager.ParkingLotInfoOptions - Class in com.inrix.sdk
Contains options that specify how to retrieve parking lot information.
ParkingManager.ParkingManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with an ParkingManager operation.
ParkingManager.ParkingRadiusOptions - Class in com.inrix.sdk
Contains options that specify how to retrieve which parking lots are in a circular region.
ParkingManager.ParkingTypes - Annotation Type in com.inrix.sdk
Parking type IntDef annotation.
ParkingRadiusOptions(GeoPoint, int) - Constructor for class com.inrix.sdk.ParkingManager.ParkingRadiusOptions
Initializes a new instance of the ParkingManager.ParkingRadiusOptions class.
parse(String) - Static method in class com.inrix.sdk.model.GeoPoint
Parses GeoPoint from the specified string.
parse(String, String) - Static method in class com.inrix.sdk.model.GeoPoint
Parses GeoPoint from a specified string.
parse(String) - Static method in class com.inrix.sdk.push.PushNotificationParser
Parse the received string into an instance of IPushNotification.
parseByValue(int) - Static method in enum com.inrix.sdk.model.SavedLocation.LocationType
Converts the integer representation into a location type.
PEN_WIDTH_LARGE - Static variable in class com.inrix.sdk.utils.ZoomLevel
Large pen width in pixels.
PEN_WIDTH_SMALL - Static variable in class com.inrix.sdk.utils.ZoomLevel
Small pen width in pixels.
pointsToLocations(List<GeoPoint>) - Static method in class com.inrix.sdk.utils.GeoUtils
Convert list of GeoPoint into list of Location.
PreDriveNotification - Class in com.inrix.sdk.model
Represents pre drive notification.
PreDriveNotification() - Constructor for class com.inrix.sdk.model.PreDriveNotification
 
PreDriveNotification.NotificationSource - Enum in com.inrix.sdk.model
PushChannelFactory - Class in com.inrix.sdk.push
Supported push channels factory.
PushChannelFactory() - Constructor for class com.inrix.sdk.push.PushChannelFactory
 
PushNotification - Class in com.inrix.sdk.push
Push notification from INRIX.
PushNotification() - Constructor for class com.inrix.sdk.push.PushNotification
 
PushNotificationParser - Class in com.inrix.sdk.push
Utility class to deserialize IPushNotification.
PushNotificationParser() - Constructor for class com.inrix.sdk.push.PushNotificationParser
 
putAppProperty(String, String) - Method in class com.inrix.sdk.model.UserProperties
Set the app specific property value for the provided name.
putSharedProperty(String, String) - Method in class com.inrix.sdk.model.UserProperties
Set the shared property value for the provided name.

Q

quadKeyToGeoPoint(String) - Static method in class com.inrix.sdk.TileManager
Converts the specified quad key into a GeoPoint instance with latitude/longitude values.
QUERY_AREA_EXCEEDED - Static variable in exception com.inrix.sdk.CameraManager.CamerasManagerException
Indicates that a query area exceeds the allowed limit.
QUERY_AREA_EXCEEDED - Static variable in exception com.inrix.sdk.GasStationManager.GasStationManagerException
Indicates that a query area exceeds the allowed limit.

R

RainIntensity(int) - Constructor for class com.inrix.sdk.model.VehicleState.RainIntensity
Initializes a new instance of the VehicleState.RainIntensity.
RecurringScheduleOptions(Schedule.ScheduleType, Date, Collection<Integer>) - Constructor for class com.inrix.sdk.model.Schedule.RecurringScheduleOptions
Create a RecurringScheduleOptions with the specified type, date, time, and recurrence.
registerVehicle(VehicleStateManager.RegisterVehicleOptions, VehicleStateManager.IRegisterVehicleListener) - Method in class com.inrix.sdk.VehicleStateManager
Registers a new vehicle.
RegisterVehicleOptions(String) - Constructor for class com.inrix.sdk.VehicleStateManager.RegisterVehicleOptions
Initializes a new instance of the VehicleStateManager.RegisterVehicleOptions.
remove(int) - Method in class com.inrix.sdk.model.ContactInfoCollection
remove(Object) - Method in class com.inrix.sdk.model.ContactInfoCollection
removeAll(Collection<?>) - Method in class com.inrix.sdk.model.ContactInfoCollection
removeAppProperty(String) - Method in class com.inrix.sdk.model.UserProperties
Remove a property from application properties.
removeAuthenticationListener(InrixCore.AuthenticationListener) - Static method in class com.inrix.sdk.InrixCore
Removes the specified listener in order to stop receiving authentication events.
removeOnInrixReadyListener(InrixCore.OnInrixReadyListener) - Static method in class com.inrix.sdk.InrixCore
Removes the specified listener in order to stop receiving notifications.
removeResourceCleanCallback(ResourcesClearService.ResourceCleanCallback) - Static method in class com.inrix.sdk.ResourcesClearService
 
removeSharedProperty(String) - Method in class com.inrix.sdk.model.UserProperties
Remove a property from shared properties.
reportIncident(IncidentsManager.IncidentReportOptions, IncidentsManager.IIncidentReportListener) - Method in class com.inrix.sdk.IncidentsManager
Reports a incident.
reportVehicleState(VehicleStateManager.ReportVehicleStateOptions, VehicleStateManager.IReportVehicleStateListener) - Method in class com.inrix.sdk.VehicleStateManager
Reports a vehicle state.
ReportVehicleStateOptions(String) - Constructor for class com.inrix.sdk.VehicleStateManager.ReportVehicleStateOptions
Initializes a new instance of the VehicleStateManager.ReportVehicleStateOptions.
reportWrongTraffic() - Method in class com.inrix.sdk.TrafficManager
Reports a wrong traffic color.
reportWrongTraffic(TrafficManager.WrongTrafficReportOptions, TrafficManager.IWrongTrafficReportListener) - Method in class com.inrix.sdk.TrafficManager
Report wrong traffic quality for a specified location.
RequestRouteOptions(GeoPoint, GeoPoint) - Constructor for class com.inrix.sdk.RouteManager.RequestRouteOptions
Initializes a new instance of the RouteManager.RequestRouteOptions class.
RequestRouteOptions(SavedTrip) - Constructor for class com.inrix.sdk.RouteManager.RequestRouteOptions
Initializes a new instance of RouteManager.RequestRouteOptions using the supplied trip.
RequestRouteResults - Class in com.inrix.sdk.model
requestRoutes(RouteManager.RequestRouteOptions, RouteManager.IRouteResponseListener) - Method in class com.inrix.sdk.RouteManager
Takes a set of waypoints and calculates one or more routes from the first waypoint to the last waypoint, passing through other optional waypoints in turn.
requestTravelTimes(RouteManager.TravelTimeOptions, RouteManager.ITravelTimeResponseListener) - Method in class com.inrix.sdk.RouteManager
Request travel times for a route.
REQUIRED_INCIDENT_REPORT_PARAMETERS_MISSING - Static variable in exception com.inrix.sdk.IncidentsManager.IncidentsManagerException
Indicates that parameters required to report incident are missing.
reset() - Static method in class com.inrix.sdk.InrixCore
Reset the existing Inrix instance, clearing all user-related data.
resetPassword(UserManager.ResetPasswordOptions, UserManager.ResetPasswordListener) - Method in class com.inrix.sdk.UserManager
Resets account password.
ResetPasswordOptions(String) - Constructor for class com.inrix.sdk.UserManager.ResetPasswordOptions
Initializes a new instance of the UserManager.ResetPasswordOptions.
ResourcesClearService - Class in com.inrix.sdk
Created by Magirus on 16.03.2018.
ResourcesClearService() - Constructor for class com.inrix.sdk.ResourcesClearService
 
ResourcesClearService.ResourceCleanCallback - Interface in com.inrix.sdk
 
resumeTrackingSession(Context) - Static method in class com.inrix.sdk.InrixCore
Resumes the tracking session.
retainAll(Collection<?>) - Method in class com.inrix.sdk.model.ContactInfoCollection
reverseGeocode(ISearchManager.ReverseGeocodeOptions, ISearchManager.ISearchResponseListener) - Method in interface com.inrix.sdk.ISearchManager
Reverse geocode a GeoPoint.
ReverseGeocodeOptions(GeoPoint) - Constructor for class com.inrix.sdk.ISearchManager.ReverseGeocodeOptions
Default Constructor for ISearchManager.ReverseGeocodeOptions.
reviewIncident(IncidentsManager.IncidentReviewOptions, IncidentsManager.IIncidentReviewListener) - Method in class com.inrix.sdk.IncidentsManager
Vote on whether specified incident is valid.
ROAD_CLOSURE_TEMPLATE_ID - Static variable in class com.inrix.sdk.model.PreDriveNotification
Road Closure Template.
RoadTemperature(int) - Constructor for class com.inrix.sdk.model.VehicleState.RoadTemperature
Initializes a new instance of the VehicleState.RoadTemperature.
round(Date, int) - Static method in class com.inrix.sdk.utils.InrixDateUtils
Round the specified date to the nearest minute offset.
roundDown(Date, int) - Static method in class com.inrix.sdk.utils.InrixDateUtils
Round down specified date to the nearest value.
roundUp(Date, int) - Static method in class com.inrix.sdk.utils.InrixDateUtils
Round up specified date to the nearest value.
Route() - Constructor for class com.inrix.sdk.model.CompositeTileMetadata.Route
 
Route - Class in com.inrix.sdk.model
Represents a route, containing information such as travel times, distance, and maneuvers.
Route.Bucket - Class in com.inrix.sdk.model
A speed bucket indicating the speed for a particular segment of a route.
Route.Road - Class in com.inrix.sdk.model
Represents a road in a route.
Route.Summary - Class in com.inrix.sdk.model
Represents a summary of the roads used in a route.
ROUTE_CRITERIA_AVOID_FERRIES - Static variable in class com.inrix.sdk.RouteManager
Constant to specify that the route find avoid ferries.
ROUTE_CRITERIA_AVOID_HIGHWAYS - Static variable in class com.inrix.sdk.RouteManager
Constant to specify that the route find avoid highways.
ROUTE_CRITERIA_AVOID_TOLL_ROADS - Static variable in class com.inrix.sdk.RouteManager
Constant to specify that the route find avoid toll roads.
ROUTE_CRITERIA_AVOID_VIGNETTE - Static variable in class com.inrix.sdk.RouteManager
Constant to specify that the route find avoid vignettes.
ROUTE_CRITERIA_NO_RESTRICTIONS - Static variable in class com.inrix.sdk.RouteManager
No restrictions for the route find request.
ROUTE_OUTPUT_FIELD_ALL - Static variable in class com.inrix.sdk.RouteManager
Return all fields.
ROUTE_OUTPUT_FIELD_BOUNDING_BOX - Static variable in class com.inrix.sdk.RouteManager
Return a geographical bounding box of the entire route.
ROUTE_OUTPUT_FIELD_INCIDENTS - Static variable in class com.inrix.sdk.RouteManager
Return a list of any incidents occurring on the route.
ROUTE_OUTPUT_FIELD_POINTS - Static variable in class com.inrix.sdk.RouteManager
Return a list of points along the route, returned in latitude/longitude pairs.
ROUTE_OUTPUT_FIELD_SUMMARY - Static variable in class com.inrix.sdk.RouteManager
Return the route summary, which is a high level summary of the major roads on the route.
ROUTE_OUTPUT_FIELD_WAYPOINTS - Static variable in class com.inrix.sdk.RouteManager
Return the waypoints used to calculate the route.
RouteAlert - Class in com.inrix.sdk
A highly specialized route tracking and incident detection mechanism which takes into account the user's current location and activity to provide route suggestions and incidents along the route periodically to the desired destination.
RouteAlertCallback() - Constructor for class com.inrix.sdk.AlertsManager.RouteAlertCallback
 
RouteAlertOptions(RouteManager.RequestRouteOptions, long) - Constructor for class com.inrix.sdk.AlertsManager.RouteAlertOptions
Initializes a new instance of the AlertsManager.RouteAlertOptions class with route request options and an alert interval.
RouteAlertOptions(RouteManager.RequestRouteOptions, long, IFilter<Incident>) - Constructor for class com.inrix.sdk.AlertsManager.RouteAlertOptions
Initializes a new instance of the AlertsManager.RouteAlertOptions class with route request options, an alert interval, and incidents filter.
RouteManager - Class in com.inrix.sdk
Manages asynchronously retrieving routes and travel times.
RouteManager.IBestTimeToLeaveListener - Interface in com.inrix.sdk
Response listener for information on the best time to leave on a route.
RouteManager.IRouteResponseListener - Interface in com.inrix.sdk
Response listener for requesting routes.
RouteManager.ITravelTimeResponseListener - Interface in com.inrix.sdk
Response listener for travel time information.
RouteManager.IUpdatedRouteListener - Interface in com.inrix.sdk
Response listener for updated route information.
RouteManager.RequestRouteOptions - Class in com.inrix.sdk
Contains options that specify what route information to retrieve.
RouteManager.RequestTime - Enum in com.inrix.sdk
Enumeration that defines the time associated with the RouteRequest.
RouteManager.RouteManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with an RouteManager operation.
RouteManager.RouteType - Enum in com.inrix.sdk
Enumeration for route types supported by Inrix Connected Services platform.
RouteManager.TravelTimeOptions - Class in com.inrix.sdk
Contains options that specify what travel time information to retrieve.
RouteManager.UpdatedRouteOptions - Class in com.inrix.sdk
Contains options that specify what information to get when requesting updated route info.
RoutesConfig - Class in com.inrix.sdk.config
RouteManager config.
RouteTracker - Class in com.inrix.sdk
A utility class used to track route progress and incidents along a route.
RouteTracker() - Constructor for class com.inrix.sdk.RouteTracker
Initialize a RouteTracker instance with the default "on route" tolerance.
RouteTracker(int) - Constructor for class com.inrix.sdk.RouteTracker
Initialize a RouteTracker instance with the provided "on route" tolerance in meters.
RouteTravelTime - Class in com.inrix.sdk.model
RouteTravelTime contains information pertaining to a route such as uncongested travel time in minutes and the different TravelTimes when arriving/departing at different times.
RouteTravelTime() - Constructor for class com.inrix.sdk.model.RouteTravelTime
 
Rpm(int) - Constructor for class com.inrix.sdk.model.VehicleState.Rpm
Initializes a new instance of the VehicleState.Rpm.

S

SavedLocation - Class in com.inrix.sdk.model
Represents information about a location that the user manipulates on the client side.
SavedLocation(String, SavedLocation.LocationType, String, GeoPoint) - Constructor for class com.inrix.sdk.model.SavedLocation
Initializes a new instance of the SavedLocation.
SavedLocation(String, SavedLocation.LocationType, String, GeoPoint, Schedule) - Constructor for class com.inrix.sdk.model.SavedLocation
Initializes a new instance of the SavedLocation.
SavedLocation.LocationType - Enum in com.inrix.sdk.model
The type of location.
SavedTrip - Class in com.inrix.sdk.model
A SavedTrip is a Trip the user has customized in any way and is the only type of Trip that can be saved to a user's itinerary.
SavedTrip(TripPoint, TripPoint, List<TripPoint>, Schedule) - Constructor for class com.inrix.sdk.model.SavedTrip
Create a SavedTrip with the given origin, destination, waypoints and schedule.
SavedTrip(TripPoint, TripPoint, Schedule) - Constructor for class com.inrix.sdk.model.SavedTrip
Create a SavedTrip with the given origin, destination and notification.
SavedTrip.RoutePreference - Enum in com.inrix.sdk.model
RoutePreference represents the preferred route for a SavedTrip.
SavedTrip.SavedTripException - Exception in com.inrix.sdk.model
An exception that is thrown when there is an error with a SavedTrip operation.
saveLocation(LocationsManager.SaveLocationOptions, LocationsManager.ISaveLocationResponseListener) - Method in class com.inrix.sdk.LocationsManager
Saves a SavedLocation.
SaveLocationOptions(SavedLocation) - Constructor for class com.inrix.sdk.LocationsManager.SaveLocationOptions
Initializes a new instance of SaveLocationOptions.
saveTrip(TripManager.SaveTripOptions, TripManager.ISaveTripResponseListener) - Method in class com.inrix.sdk.TripManager
Save a SavedTrip.
SaveTripOptions(SavedTrip) - Constructor for class com.inrix.sdk.TripManager.SaveTripOptions
Initializes a new instance of SaveTripOptions.
saveUserProperties(UserPropertyManager.SaveUserPropertiesOptions, UserPropertyManager.ISaveUserPropertiesListener) - Method in class com.inrix.sdk.UserPropertyManager
Save user properties using the supplied options.
SaveUserPropertiesOptions(UserProperties) - Constructor for class com.inrix.sdk.UserPropertyManager.SaveUserPropertiesOptions
Initialize a new instance of UserPropertyManager.SaveUserPropertiesOptions.
Schedule - Class in com.inrix.sdk.model
Represents the schedule for a SavedTrip or SavedLocation.
Schedule(Schedule.ScheduleOptions, Schedule.NotificationOptions) - Constructor for class com.inrix.sdk.model.Schedule
Schedule.NotificationOptions - Class in com.inrix.sdk.model
Represents the options for notifications for a schedule.
Schedule.OneTimeScheduleOptions - Class in com.inrix.sdk.model
Represents the options for a one time schedule.
Schedule.RecurringScheduleOptions - Class in com.inrix.sdk.model
Represents the options for a recurring schedule.
Schedule.ScheduleOptions - Class in com.inrix.sdk.model
Represents the options for a Schedule.
Schedule.ScheduleType - Enum in com.inrix.sdk.model
ScheduleType determines whether it should be scheduled with a specified arrival time (taking into consideration traffic and stops) or a specified departure time.
SdkConfigurationChangedListener - Interface in com.inrix.sdk.config
SdkConfiguration changed callback interface.
SearchManagerException(int) - Constructor for exception com.inrix.sdk.ISearchManager.SearchManagerException
Initializes a new instance of the ISearchManager.SearchManagerException class with an error code.
SearchManagerException(String, int) - Constructor for exception com.inrix.sdk.ISearchManager.SearchManagerException
Initializes a new instance of the ISearchManager.SearchManagerException class with an error message and code.
Segment() - Constructor for class com.inrix.sdk.model.ParkingBlock.Segment
Initializes a new instance of ParkingBlock.Segment.
ServerErrorStatus - Interface in com.inrix.sdk
Common error codes for network operations.
ServiceAvailability - Class in com.inrix.sdk.model
ServiceAvailability() - Constructor for class com.inrix.sdk.model.ServiceAvailability
 
ServiceAvailability.Service - Enum in com.inrix.sdk.model
Services for which service availability can be queried.
ServiceAvailabilityManager - Class in com.inrix.sdk
Manages asynchronous retrieval of service availability information.
ServiceAvailabilityManager.IServiceAvailabilityResponseListener - Interface in com.inrix.sdk
Response listener for service availability information.
ServiceAvailabilityManager.ServiceAvailabilityManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with an ServiceAvailabilityManager operation.
ServiceAvailabilityManager.ServiceAvailabilityOptions - Class in com.inrix.sdk
Contains options to get availability of services.
ServiceAvailabilityOptions(GeoPoint) - Constructor for class com.inrix.sdk.ServiceAvailabilityManager.ServiceAvailabilityOptions
Initializes a new instance of the ServiceAvailabilityManager.ServiceAvailabilityOptions class.
ServiceAvailabilityOptions(String) - Constructor for class com.inrix.sdk.ServiceAvailabilityManager.ServiceAvailabilityOptions
Initializes a new instance of the ServiceAvailabilityManager.ServiceAvailabilityOptions class.
set(int, ContactInfo) - Method in class com.inrix.sdk.model.ContactInfoCollection
setAddress(String) - Method in class com.inrix.sdk.model.Location
Sets the address of the location.
setArrivalTime(Date) - Method in class com.inrix.sdk.RouteManager.TravelTimeOptions
Sets the arrival time.
setAtLocationTolerance(int) - Method in class com.inrix.sdk.AlertsManager.RouteAlertOptions
Set the "at location" tolerance in meters.
setAvatarId(String) - Method in class com.inrix.sdk.UserManager.UserCreateOptions
Sets the user's avatar ID.
setAvatarId(String) - Method in class com.inrix.sdk.UserManager.UserUpdateOptions
Sets new avatar ID.
setBooleanSetting(String, boolean) - Static method in class com.inrix.sdk.utils.UserPreferences
Generic set boolean setting.
setBoundingBox(BoundingBox) - Method in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Sets the bounding box describing requested area.
setBrandName(String) - Method in class com.inrix.sdk.GasStationManager.GasStationsOnRouteOptions
Set the requested brand name for the gas station.
setCameraImageHeight(int) - Method in class com.inrix.sdk.CameraManager.CameraImageOptions
Sets the desired camera image height.
setCameraImageWidth(int) - Method in class com.inrix.sdk.CameraManager.CameraImageOptions
Sets the desired camera image width.
setCameraRadiusOnRoute(double) - Method in class com.inrix.sdk.CameraManager.CamerasOnRouteOptions
Sets the radius for cameras along the route.
setCenter(GeoPoint) - Method in class com.inrix.sdk.CameraManager.CamerasInRadiusOptions
Sets the center point of the circular region.
setCenter(GeoPoint) - Method in class com.inrix.sdk.DangerousSlowdownsManager.DangerousSlowdownsRadiusOptions
Sets the center point of the circular region.
setCenter(GeoPoint) - Method in class com.inrix.sdk.GasStationManager.GasStationsRadiusOptions
Sets the center point of the circular region.
setCenter(GeoPoint) - Method in class com.inrix.sdk.IncidentsManager.IncidentRadiusOptions
Sets the center of the circular bounding area from which to get data.
setCenter(GeoPoint) - Method in class com.inrix.sdk.IncidentsManager.XDIncidentOptionsInRadius
Sets the center of the circular bounding area from which to get data.
setCenter(GeoPoint) - Method in class com.inrix.sdk.ParkingManager.ParkingRadiusOptions
Sets the center of the circular region in which to get parking lot data.
setCollapseManeuver(boolean) - Method in class com.inrix.sdk.RouteManager.RequestRouteOptions
Set the flag to collapse the maneuvers of this route response.
setCollapseManeuvers(boolean) - Method in class com.inrix.sdk.RouteManager.UpdatedRouteOptions
Set the flag to collapse the maneuvers of this route response.
setConfirmed(boolean) - Method in class com.inrix.sdk.IncidentsManager.IncidentReviewOptions
Sets a value indicating if incident is valid.
setCorner1(GeoPoint) - Method in class com.inrix.sdk.CameraManager.CamerasInBoxOptions
Sets the first corner of the region.
setCorner1(GeoPoint) - Method in class com.inrix.sdk.DangerousSlowdownsManager.DangerousSlowdownsBoxOptions
Sets the first corner of the region.
setCorner1(GeoPoint) - Method in class com.inrix.sdk.GasStationManager.GasStationsBoxOptions
Sets the first corner of the region.
setCorner1(GeoPoint) - Method in class com.inrix.sdk.IncidentsManager.IncidentBoxOptions
Sets the first corner of the bounding rectangle.
setCorner1(GeoPoint) - Method in class com.inrix.sdk.IncidentsManager.XDIncidentOptionsInBox
Sets the first corner of the bounding rectangle.
setCorner1(GeoPoint) - Method in class com.inrix.sdk.ParkingManager.ParkingBoxOptions
Sets the first corner of the rectangular region in which to get parking lot data.
setCorner2(GeoPoint) - Method in class com.inrix.sdk.CameraManager.CamerasInBoxOptions
Sets the second corner of the region, which is diagonally opposite the first corner.
setCorner2(GeoPoint) - Method in class com.inrix.sdk.DangerousSlowdownsManager.DangerousSlowdownsBoxOptions
Sets the second corner of the region, which is diagonally opposite the first corner.
setCorner2(GeoPoint) - Method in class com.inrix.sdk.GasStationManager.GasStationsBoxOptions
Sets the second corner of the region, which is diagonally opposite the first corner.
setCorner2(GeoPoint) - Method in class com.inrix.sdk.IncidentsManager.IncidentBoxOptions
Sets the second corner of the region in which to get data.
setCorner2(GeoPoint) - Method in class com.inrix.sdk.IncidentsManager.XDIncidentOptionsInBox
Sets the second corner of the region in which to get data.
setCorner2(GeoPoint) - Method in class com.inrix.sdk.ParkingManager.ParkingBoxOptions
Sets the first corner of the rectangular region in which to get parking lot data.
setCountryCode(String) - Method in class com.inrix.sdk.ServiceAvailabilityManager.ServiceAvailabilityOptions
Sets the country the service availability should be checked for.
setCriteria(int) - Method in class com.inrix.sdk.RouteManager.RequestRouteOptions
Set the criteria for this route find request.
setCurrentLocation(GeoPoint) - Method in class com.inrix.sdk.GasStationManager.GasStationsOnRouteOptions
Set the value of current location, used to define the search region along the route.
setCurrentLocation(GeoPoint) - Method in class com.inrix.sdk.RouteManager.UpdatedRouteOptions
Sets the current location along the route.
setDateRange(Date, Date) - Method in class com.inrix.sdk.ItineraryManager.GetItineraryOptions
Specify the date range of the desired Itinerary.
setDateTime(Date) - Method in class com.inrix.sdk.model.Schedule.ScheduleOptions
Set the schedule date and time.
setDaysOfWeek(Collection<Integer>) - Method in class com.inrix.sdk.model.Schedule.RecurringScheduleOptions
Set the days of the week.
setDelegate(ITimerFactory) - Static method in class com.inrix.sdk.utils.TimerFactory
Sets the new ITimerFactory delegate.
setDepartureTime(Date) - Method in class com.inrix.sdk.RouteManager.TravelTimeOptions
Sets the departure time.
setDestination(TripPoint) - Method in class com.inrix.sdk.model.SavedTrip
Set the final destination of the SavedTrip.
setDistance(double) - Method in class com.inrix.sdk.GasStationManager.GasStationsOnRouteOptions
Set look ahead distance along the route.
setDistance(GeoPoint) - Method in class com.inrix.sdk.model.Bearing
Setting the distance to the incident location from the GeoPoint provided.
setDuration(int) - Method in class com.inrix.sdk.model.TripPoint
Set the duration (in minutes) the user will stop at this location.
setDuration(int...) - Method in class com.inrix.sdk.ParkingManager.ParkingBlockInfoOptions
Sets the duration of parking, in minutes.
setDuration(int...) - Method in class com.inrix.sdk.ParkingManager.ParkingLotInfoOptions
Sets the duration of parking, in minutes.
setEnabled(boolean) - Method in class com.inrix.sdk.model.Schedule.NotificationOptions
Set the state of notifications.
setEnd(GeoPoint) - Method in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Sets the route ending location.
setEnd(GeoPoint) - Method in class com.inrix.sdk.RouteManager.RequestRouteOptions
Sets the ending location of the route.
setEntryTime(Date) - Method in class com.inrix.sdk.ParkingManager.ParkingBlockInfoOptions
Sets the date and time the user is expected to arrive at a parking lot.
setEntryTime(Date) - Method in class com.inrix.sdk.ParkingManager.ParkingLotInfoOptions
Sets the date and time the user is expected to arrive at a parking lot.
setExcludeSavedLocations(boolean) - Method in class com.inrix.sdk.LocationsManager.GetLearnedLocationsOptions
Set the property indicating whether learned locations which have been saved should be included in the result.
setFilter(IFilter<Incident>) - Method in class com.inrix.sdk.RouteAlert
Set the filter to filter incidents.
setFrcLevel(int) - Method in class com.inrix.sdk.TileManager.TileOptions
Sets the Federal Road Classification code level(s) for a tile.
setGasStation(GasStation) - Method in class com.inrix.sdk.GasStationManager.GasStationInformationOptions
Sets the gas station about which to receive information.
setGender(String) - Method in class com.inrix.sdk.UserManager.UserCreateOptions
Sets the user gender.
setGender(String) - Method in class com.inrix.sdk.UserManager.UserUpdateOptions
Sets the user gender.
setGeoPoint(GeoPoint) - Method in class com.inrix.sdk.model.Location
Sets the longitude and latitude of the location.
setGivenName(String) - Method in class com.inrix.sdk.UserManager.UserCreateOptions
Sets the user given name.
setGivenName(String) - Method in class com.inrix.sdk.UserManager.UserUpdateOptions
Sets the user given name.
setHeading(Integer) - Method in class com.inrix.sdk.RouteManager.RequestRouteOptions
Sets the heading, which is direction the user is going.
setHeading(int) - Method in class com.inrix.sdk.SpeedLimitManager.GetSpeedLimitOptions
Sets the heading at the point in order to determine the direction of travel and help identify the road segment to get the speed limit of.
setHeight(int) - Method in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Sets the height of the requested tile.
setHidden(boolean) - Method in class com.inrix.sdk.LocationsManager.UpdateLearnedLocationsOptions
Set the hidden status of the learned locations.
setHidden(boolean) - Method in class com.inrix.sdk.TripManager.UpdateLearnedTripsOptions
Set the hidden status of the learned trips.
setId(Long) - Method in class com.inrix.sdk.IncidentsManager.IncidentDeleteOptions
Sets the ID of the incident to cancel.
setId(Long) - Method in class com.inrix.sdk.IncidentsManager.IncidentReportOptions
Sets the ID of the incident to report.
setId(Long) - Method in class com.inrix.sdk.IncidentsManager.IncidentReviewOptions
Sets the ID of the incident to review.
setImageKey(String) - Method in class com.inrix.sdk.CompositeTileManager.CompositeTileOptions
Sets the image key.
setIncidents(List<Incident>) - Method in class com.inrix.sdk.IncidentsManager.XDIncidentOptionsGetDetails
Sets the list of incidents for which to get details.
setIncludeHiddenLocations(boolean) - Method in class com.inrix.sdk.LocationsManager.GetLearnedLocationsOptions
Set the property indicating whether hidden LearnedLocations should be included in the result.
setIncludeHiddenTrips(boolean) - Method in class com.inrix.sdk.ItineraryManager.GetItineraryOptions
Set the property indicating whether hidden LearnedTrips should be included in the result.
setIsRecurring(boolean) - Method in class com.inrix.sdk.AlertsManager.ParkingAlertOptions
Sets whether this ParkingAlertOptions is a recurring alert or not.
setLimit(int) - Method in class com.inrix.sdk.ParkingManager.ParkingBlockInfoOptions
Sets the maximum number of elements to return (for large response pagination).
setLimit(int) - Method in class com.inrix.sdk.ParkingManager.ParkingLotInfoOptions
Sets the maximum number of elements to return (for large response pagination).
setLocale(CompositeTileManager.MapLocale) - Method in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Sets the map locale.
setLocale(Locale) - Method in class com.inrix.sdk.ItineraryManager.GetItineraryOptions
Set the locale of the Itinerary.
setLocale(Locale) - Method in class com.inrix.sdk.LocationsManager.GetLearnedLocationsOptions
Set the locale of the LearnedLocations.
setLocale(Locale) - Method in class com.inrix.sdk.ParkingManager.ParkingBlockInfoOptions
Set the preferred locale for the language of the results.
setLocale(Locale) - Method in class com.inrix.sdk.ParkingManager.ParkingLotInfoOptions
Set the preferred locale for the language of the results.
setLocale(Locale) - Method in class com.inrix.sdk.UserManager.ResetPasswordOptions
Set the preferred locale for the language of the reset password email.
setLocation(GeoPoint) - Method in class com.inrix.sdk.ServiceAvailabilityManager.ServiceAvailabilityOptions
Sets the location the service availability should be checked for.
setLocation(GeoPoint) - Method in class com.inrix.sdk.TrafficManager.WrongTrafficReportOptions
Sets the start location of the wrong traffic data.
setLongSetting(String, long) - Static method in class com.inrix.sdk.utils.UserPreferences
Generic set long setting.
setMapStyle(String) - Method in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Sets the map style.
setMaxAlternateRoutes(int) - Method in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Sets the maximum number of alternate routes displayed on the map.
setMaxResultCount(int) - Method in class com.inrix.sdk.AlertsManager.ParkingAlertOptions
Sets the number of max count of parking results.
setName(String) - Method in class com.inrix.sdk.model.Location
Set the name of the location.
setNotificationOptions(Schedule.NotificationOptions) - Method in class com.inrix.sdk.model.Schedule
Set the notification options associated with this Schedule.
setNotificationTime(int) - Method in class com.inrix.sdk.model.Schedule.NotificationOptions
Set the time interval (in minutes) before the scheduled departure time to notify the user.
setNumAlternates(int) - Method in class com.inrix.sdk.RouteManager.RequestRouteOptions
Sets the number of alternate routes to be calculated.
setOAuthToken(String) - Method in class com.inrix.sdk.UserManager.UpdateOAuthCredentialsOptions
Set the OAuth token.
setOffset(int) - Method in class com.inrix.sdk.ParkingManager.ParkingBlockInfoOptions
Sets the starting index within requested collection (for pagination).
setOffset(int) - Method in class com.inrix.sdk.ParkingManager.ParkingLotInfoOptions
Sets the starting index within requested collection (for pagination).
setOnRouteTolerance(int) - Method in class com.inrix.sdk.AlertsManager.RouteAlertOptions
Set the "on route" tolerance in meters.
setOpacity(int) - Method in class com.inrix.sdk.TileManager.TileOptions
Sets the opacity for the tile.
setOrigin(TripPoint) - Method in class com.inrix.sdk.model.SavedTrip
Set the origin of the SavedTrip.
setOutOfServiceCamerasExcluded(boolean) - Method in class com.inrix.sdk.CameraManager.CamerasInBoxOptions
Sets a value indicating whether the out-of-service cameras are returned in the result.
setOutOfServiceCamerasExcluded(boolean) - Method in class com.inrix.sdk.CameraManager.CamerasInRadiusOptions
Sets a value indicating whether the out-of-service cameras are returned in the result.
setOutOfServiceCamerasExcluded(boolean) - Method in class com.inrix.sdk.CameraManager.CamerasOnRouteOptions
Sets a value indicating whether the out-of-service cameras are returned in the result.
setOutputFields(int) - Method in class com.inrix.sdk.GasStationManager.GasStationInformationOptions
Sets the output fields to return.
setOutputFields(int) - Method in class com.inrix.sdk.GasStationManager.GasStationsBoxOptions
Sets the output fields to return.
setOutputFields(int) - Method in class com.inrix.sdk.GasStationManager.GasStationsRadiusOptions
 
setOutputFields(int) - Method in class com.inrix.sdk.ParkingManager.ParkingBlockInfoOptions
Sets what parking lot information should be returned.
setOutputFields(int) - Method in class com.inrix.sdk.ParkingManager.ParkingLotInfoOptions
Sets what parking lot information should be returned.
setOutputFields(int) - Method in class com.inrix.sdk.SpeedLimitManager.GetSpeedLimitOptions
Sets the output fields that should be returned.
setParkingAlertOptions(AlertsManager.ParkingAlertOptions) - Method in class com.inrix.sdk.AlertsManager.RouteAlertOptions
Set the options for requesting and firing parking alerts.
setPassword(String) - Method in class com.inrix.sdk.UserManager.UserUpdateOptions
Sets the password.
setPenWidth(int) - Method in class com.inrix.sdk.TileManager.TileOptions
Sets a pen width for the tile.
setPoint(GeoPoint) - Method in class com.inrix.sdk.ISearchManager.ReverseGeocodeOptions
Set the GeoPoint that should be reverse geocoded.
setPoint(GeoPoint) - Method in class com.inrix.sdk.SpeedLimitManager.GetSpeedLimitOptions
Set the GeoPoint to determine the speed limit at.
setPreferredLocale(Locale) - Static method in class com.inrix.sdk.utils.UserPreferences
Set the preferred Locale.
setProductTypes(int) - Method in class com.inrix.sdk.GasStationManager.GasStationInformationOptions
Sets the product types to be returned.
setProductTypes(int) - Method in class com.inrix.sdk.GasStationManager.GasStationsBoxOptions
Sets the product types to be returned.
setProductTypes(int) - Method in class com.inrix.sdk.GasStationManager.GasStationsRadiusOptions
 
setProfileName(String) - Method in class com.inrix.sdk.UserManager.UserCreateOptions
Sets new community profile name.
setProfileName(String) - Method in class com.inrix.sdk.UserManager.UserUpdateOptions
Sets new community profile name.
setPushChannel(IPushChannel) - Method in class com.inrix.sdk.UserManager.UpdatePushNotificationInformationOptions
Sets the push notification information.
setQuality(int) - Method in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Sets the image quality for images in JPG format.
setRadius(int) - Method in class com.inrix.sdk.AlertsManager.ParkingAlertOptions
Sets the radius of the circular region in which to get parking lot data.
setRadius(double) - Method in class com.inrix.sdk.CameraManager.CamerasInRadiusOptions
Sets the radius of the circular region.
setRadius(double) - Method in class com.inrix.sdk.DangerousSlowdownsManager.DangerousSlowdownsRadiusOptions
Sets the radius of the circular region.
setRadius(double) - Method in class com.inrix.sdk.GasStationManager.GasStationsOnRouteOptions
Set the radius distance to find gas stations on a route.
setRadius(double) - Method in class com.inrix.sdk.GasStationManager.GasStationsRadiusOptions
Sets the radius of the circular region.
setRadius(double) - Method in class com.inrix.sdk.IncidentsManager.IncidentRadiusOptions
Sets the radius of the circular bounding area from which to return data.
setRadius(double) - Method in class com.inrix.sdk.IncidentsManager.XDIncidentOptionsInRadius
Sets the radius of the circular bounding area from which to return data.
setRadius(int) - Method in class com.inrix.sdk.ParkingManager.ParkingRadiusOptions
Sets the radius of the circular region in which to get parking lot data.
setResultsLocale(Locale) - Method in class com.inrix.sdk.ISearchManager.BaseOptions
Set the preferred locale for the language of the results.
setRetryCount(int) - Method in class com.inrix.sdk.AlertsManager.RouteAlertOptions
Sets the number of times to retry route request in case of failures.
setReturnAlternateRoute(boolean) - Method in class com.inrix.sdk.RouteManager.UpdatedRouteOptions
Set whether or not to return an alternate route from the current location if available.
setReturnBetterRoute(boolean) - Method in class com.inrix.sdk.RouteManager.UpdatedRouteOptions
Set whether or not to return a better route from the current location if available.
setRoute(Route) - Method in class com.inrix.sdk.RouteManager.TravelTimeOptions
Sets the route to request travel times for.
setRoute(Route) - Method in class com.inrix.sdk.RouteManager.UpdatedRouteOptions
Sets the route to request updated information for.
setRoute(Route) - Method in class com.inrix.sdk.RouteTracker
Set the route to track.
setRouteCriteria(int) - Method in class com.inrix.sdk.model.SavedTrip
Set additional route criteria for this SavedTrip.
setRouteOptions(RouteManager.RequestRouteOptions) - Method in class com.inrix.sdk.AlertsManager.RouteAlertOptions
Set the options for requesting routes.
setRoutePreference(SavedTrip.RoutePreference) - Method in class com.inrix.sdk.model.SavedTrip
Set the route preference for this SavedTrip.
setRoutesToUpdate(List<Route>) - Method in class com.inrix.sdk.RouteAlert
Set an array of Route to update.
setRouteToTrack(Route) - Method in class com.inrix.sdk.RouteAlert
Set a particular route to track.
setSchedule(Schedule) - Method in class com.inrix.sdk.model.SavedLocation
Set the schedule for this saved location.
setSchedule(Schedule) - Method in class com.inrix.sdk.model.SavedTrip
Set the schedule for this trip.
setScheduleOptions(Schedule.ScheduleOptions) - Method in class com.inrix.sdk.model.Schedule
Set the schedule options associated with this Schedule.
setScheduleType(Schedule.ScheduleType) - Method in class com.inrix.sdk.model.Schedule.ScheduleOptions
Set the type of schedule.
setSettingUnits(UserPreferences.Unit) - Static method in class com.inrix.sdk.utils.UserPreferences
Set the preferred distance units.
setSideOfRoad(IncidentsManager.RoadSide) - Method in class com.inrix.sdk.IncidentsManager.IncidentReportOptions
Sets the side of the road where incident occurred.
setSignInName(String) - Method in class com.inrix.sdk.UserManager.ResetPasswordOptions
Set the account sign in name which should be reset.
setSignInName(String) - Method in class com.inrix.sdk.UserManager.UserUpdateOptions
Sets the sign in name.
setSpeedBucketId(int) - Method in class com.inrix.sdk.TileManager.TileOptions
Sets a speed bucket ID for a tile.
setSpeedFactor(float) - Method in class com.inrix.sdk.AlertsManager.ParkingAlertOptions
Sets the speed factor.
setStart(GeoPoint) - Method in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Sets the route starting location.
setStart(GeoPoint) - Method in class com.inrix.sdk.RouteManager.RequestRouteOptions
Sets the starting location of the route.
setStartTime(long) - Method in class com.inrix.sdk.TileManager.TileOptions
Sets a start time for a tile.
setStartTime(Date) - Method in class com.inrix.sdk.TrafficManager.TrafficQualityOptions
Sets the start time to get the future traffic quality forecast.
setStartWrongTrafficReporting(boolean) - Method in class com.inrix.sdk.TrafficManager.WrongTrafficReportOptions
Sets a value indicating whether to start wrong traffic color reporting.
setStringSetting(String, String) - Static method in class com.inrix.sdk.utils.UserPreferences
Generic set string setting.
setSurname(String) - Method in class com.inrix.sdk.UserManager.UserCreateOptions
Sets the user surname.
setSurname(String) - Method in class com.inrix.sdk.UserManager.UserUpdateOptions
Sets the user surname.
setTravelTimeCount(int) - Method in class com.inrix.sdk.RouteManager.TravelTimeOptions
Sets the number of travel times to return.
setTravelTimeIntervalMs(long) - Method in class com.inrix.sdk.RouteManager.TravelTimeOptions
Sets the travel times interval, which specifies the amount of time between starting times for the travel time calculation.
setTrip(SavedTrip) - Method in class com.inrix.sdk.TripManager.DeleteTripOptions
Specify the trip to perform the operation on.
setType(Integer) - Method in class com.inrix.sdk.IncidentsManager.IncidentReportOptions
Sets the type of the incident.
setType(SavedLocation.LocationType) - Method in class com.inrix.sdk.model.SavedLocation
Sets the type of location, such as home or work.
setUnits(UserPreferences.Unit) - Method in class com.inrix.sdk.GasStationManager.GasStationsOnRouteOptions
Set the units.
setUnits(UserPreferences.Unit) - Method in class com.inrix.sdk.GasStationManager.GasStationsRadiusOptions
Sets the preferred units to be used when specifying distances.
setUnits(UserPreferences.Unit) - Method in class com.inrix.sdk.SpeedLimitManager.GetSpeedLimitOptions
Sets the preferred units.
setUserDriving(boolean) - Method in class com.inrix.sdk.RouteAlert
Set a default value to user driving state.
setVehicleId(String) - Method in class com.inrix.sdk.TrafficManager.WrongTrafficReportOptions
Sets the vehicle id.
setVersion(Integer) - Method in class com.inrix.sdk.IncidentsManager.IncidentDeleteOptions
Sets the version of the incident to cancel.
setVersion(Integer) - Method in class com.inrix.sdk.IncidentsManager.IncidentReportOptions
Sets the version of the incident to report.
setVersion(Integer) - Method in class com.inrix.sdk.IncidentsManager.IncidentReviewOptions
Sets the version of the incident to review.
setWaypoints(List<TripPoint>) - Method in class com.inrix.sdk.model.SavedTrip
Set the ordered list of waypoints along the SavedTrip.
setWaypoints(List<GeoPoint>) - Method in class com.inrix.sdk.RouteManager.RequestRouteOptions
Sets the optional waypoints, which are points that the route will go through in between the start and end points.
setWidth(int) - Method in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
Sets the width of the requested tile.
showCameras(float) - Method in class com.inrix.sdk.CameraManager
Gets the value indicating whether to show cameras on the specified zoom level.
showDangerousSlowdowns(float) - Method in class com.inrix.sdk.DangerousSlowdownsManager
Gets the value indicating whether to show dangerous slowdowns on the specified zoom level.
showGasStations(float) - Method in class com.inrix.sdk.GasStationManager
Gets the value indicating whether to show gas stations on the specified zoom level.
showIncidents(float) - Method in class com.inrix.sdk.IncidentsManager
Gets the value indicating whether to show incidents on the specified zoom level.
showParkingLots(float) - Method in class com.inrix.sdk.ParkingManager
Gets the value indicating whether to show parking lots on the specified zoom level.
showPlaces(float) - Method in class com.inrix.sdk.LocationsManager
Gets the value indicating whether to show saved places on the specified zoom level.
showTrafficTiles(int) - Method in class com.inrix.sdk.TileManager
Gets a value indicating whether the traffic tiles should be displayed on specified zoom level.
shutdown() - Static method in class com.inrix.sdk.InrixCore
Shut down the InrixCore's activity tracking and terminates all future scheduled tasks in the Sdk.
signIn(UserManager.UserSignInOptions, UserManager.UserSignInListener) - Method in class com.inrix.sdk.UserManager
Sign in with existing user account.
signInWithOAuth(UserManager.OAuthSignInOptions, UserManager.OAuthSignInListener) - Method in class com.inrix.sdk.UserManager
Sign in using third-party OAuth credentials.
signOut(UserManager.UserSignOutListener) - Method in class com.inrix.sdk.UserManager
Sign out current user.
size() - Method in class com.inrix.sdk.model.ContactInfoCollection
SLOWDOWN_SEVERITY_1 - Static variable in class com.inrix.sdk.DangerousSlowdownsManager
SLOWDOWN_SEVERITY_2 - Static variable in class com.inrix.sdk.DangerousSlowdownsManager
SLOWDOWN_SEVERITY_3 - Static variable in class com.inrix.sdk.DangerousSlowdownsManager
SLOWDOWN_SEVERITY_4 - Static variable in class com.inrix.sdk.DangerousSlowdownsManager
SLOWDOWN_SEVERITY_5 - Static variable in class com.inrix.sdk.DangerousSlowdownsManager
SLOWDOWN_SEVERITY_ALL - Static variable in class com.inrix.sdk.DangerousSlowdownsManager
Includes all dangerous slowdown severities.
SPEED_LIMIT_OUTPUT_FIELD_FRC_LEVEL - Static variable in class com.inrix.sdk.SpeedLimitManager
Get the FRC level of the road if available.
SPEED_LIMIT_OUTPUT_FIELD_ROAD_NAME - Static variable in class com.inrix.sdk.SpeedLimitManager
Get the road name if available.
SPEED_LIMIT_OUTPUT_FIELD_SPEED_LIMIT - Static variable in class com.inrix.sdk.SpeedLimitManager
Get posted speed limit information if available.
SpeedLimit - Class in com.inrix.sdk.model
A class that contains information about speed limits.
SpeedLimitManager - Class in com.inrix.sdk
The SpeedLimitManager is the wrapper for INRIX speed limit calls.
SpeedLimitManager.GetSpeedLimitOptions - Class in com.inrix.sdk
Options related to getting a speed limit.
SpeedLimitManager.IGetSpeedLimitResponseListener - Interface in com.inrix.sdk
Response listener for retrieving speed limits.
SpeedLimitManager.SpeedLimitManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with a SpeedLimitManager operation.
SpeedLimitManager.SpeedLimitOutputFields - Annotation Type in com.inrix.sdk
Speed limit output field types.
start() - Method in class com.inrix.sdk.DangerousSlowdownAlert
 
start() - Method in class com.inrix.sdk.IncidentAlert
 
start(Location) - Method in class com.inrix.sdk.RouteAlert
This method is used to start the route incident alert.
startActivityRecognition(Context) - Static method in class com.inrix.sdk.InrixCore
Starts activity recognition tracking.
startResourcesClearSerivce() - Static method in class com.inrix.sdk.InrixCore
 
stop() - Method in class com.inrix.sdk.DangerousSlowdownAlert
 
stop() - Method in class com.inrix.sdk.IncidentAlert
 
stop() - Method in class com.inrix.sdk.RouteAlert
This method is used to stop the route incident alert.
stopActivityRecognition() - Static method in class com.inrix.sdk.InrixCore
Stops activity recognition tracking.
stopOnAppDestroy(boolean) - Static method in class com.inrix.sdk.InrixCore
 
stopResourcesClearService() - Static method in class com.inrix.sdk.InrixCore
 
StringUtils - Class in com.inrix.sdk.utils
Contains useful static methods for manipulating strings.
subList(int, int) - Method in class com.inrix.sdk.model.ContactInfoCollection

T

Throttle(int) - Constructor for class com.inrix.sdk.model.VehicleState.Throttle
Initializes a new instance of the VehicleState.Throttle.
TILE_DEFAULT_OPACITY - Static variable in class com.inrix.sdk.TileManager
The default tile opacity.
TILE_DEFAULT_PEN_WIDTH - Static variable in class com.inrix.sdk.TileManager
The default tile pen width in pixels.
TILE_FRC_LEVEL_1 - Static variable in class com.inrix.sdk.TileManager
First class roads, such as national highway network roads.
TILE_FRC_LEVEL_2 - Static variable in class com.inrix.sdk.TileManager
Second class roads, such as state highway network roads.
TILE_FRC_LEVEL_3 - Static variable in class com.inrix.sdk.TileManager
Third class roads, such as state interconnecting network roads.
TILE_FRC_LEVEL_4 - Static variable in class com.inrix.sdk.TileManager
Fourth class roads, such as major connecting roads.
TILE_FRC_LEVEL_5 - Static variable in class com.inrix.sdk.TileManager
Fifth class roads, such as minor roads connecting suburbs.
TILE_FRC_LEVEL_6 - Static variable in class com.inrix.sdk.TileManager
Sixth class roads, such as destination and destination collector roads.
TILE_FRC_LEVEL_7 - Static variable in class com.inrix.sdk.TileManager
Seventh class roads, such as destination dead-end roads.
TILE_FRC_LEVEL_ALL - Static variable in class com.inrix.sdk.TileManager
Report all road types.
TileManager - Class in com.inrix.sdk
Manages asynchronous retrieval of traffic tiles, which are images that contain traffic information that can be combined with maps.
TileManager.TileManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with an TileManager operation.
TileManager.TileOptions - Class in com.inrix.sdk
Contains options that are used in generating the returned tile image.
TileOptions() - Constructor for class com.inrix.sdk.TileManager.TileOptions
Initializes a new instance of the TileManager.TileOptions class.
TileOptions(int) - Constructor for class com.inrix.sdk.TileManager.TileOptions
Initializes a new instance of the TileManager.TileOptions class.
TileOptions(TileManager.TileOptions) - Constructor for class com.inrix.sdk.TileManager.TileOptions
Initializes a new instance of TileOptions using another instance.
TimerFactory - Class in com.inrix.sdk.utils
ITimerFactory implementation.
TimerFactory() - Constructor for class com.inrix.sdk.utils.TimerFactory
 
toArray() - Method in class com.inrix.sdk.model.ContactInfoCollection
toArray(T[]) - Method in class com.inrix.sdk.model.ContactInfoCollection
toggle(int) - Method in class com.inrix.sdk.utils.Flags
Toggles the flag value.
toLocation(String) - Method in class com.inrix.sdk.model.GeoPoint
Converts current GeoPoint into Location.
TOO_MANY_LOCATIONS_OPTIONS - Static variable in exception com.inrix.sdk.LocationsManager.LocationsManagerException
Indicates the LocationsManager.DeleteLocationOptions contains too many Location's to be processed.
TOO_MANY_WAYPOINTS - Static variable in exception com.inrix.sdk.RouteManager.RouteManagerException
Indicates that the were too many waypoints passed into the particular method.
toSavedTrip() - Method in class com.inrix.sdk.model.LearnedTrip
Convert this LearnedTrip into a SavedTrip, using the origin, destination and arrival time of the LearnedTrip.
toString() - Method in class com.inrix.sdk.AlertsManager.DSAlertOptions
toString() - Method in class com.inrix.sdk.AlertsManager.IncidentAlertOptions
toString() - Method in class com.inrix.sdk.AlertsManager.RouteAlertOptions
toString() - Method in class com.inrix.sdk.CameraManager.CamerasInBoxOptions
toString() - Method in class com.inrix.sdk.CompositeTileManager.CompositeTileMetadataOptions
toString() - Method in class com.inrix.sdk.CompositeTileManager.CompositeTileOptions
toString() - Method in class com.inrix.sdk.DangerousSlowdownsManager.DangerousSlowdownsBoxOptions
toString() - Method in class com.inrix.sdk.DangerousSlowdownsManager.DangerousSlowdownsRadiusOptions
toString() - Method in class com.inrix.sdk.Error
toString() - Method in enum com.inrix.sdk.GasStationBrand
toString() - Method in class com.inrix.sdk.GasStationManager.GasStationInformationOptions
toString() - Method in class com.inrix.sdk.GasStationManager.GasStationsBoxOptions
toString() - Method in class com.inrix.sdk.GasStationManager.GasStationsOnRouteOptions
toString() - Method in class com.inrix.sdk.GasStationManager.GasStationsRadiusOptions
toString() - Method in class com.inrix.sdk.IncidentsManager.IncidentBoxOptions
toString() - Method in class com.inrix.sdk.IncidentsManager.IncidentDeleteOptions
toString() - Method in class com.inrix.sdk.IncidentsManager.IncidentRadiusOptions
toString() - Method in class com.inrix.sdk.IncidentsManager.IncidentReportOptions
toString() - Method in class com.inrix.sdk.IncidentsManager.IncidentReviewOptions
toString() - Method in class com.inrix.sdk.ISearchManager.ReverseGeocodeOptions
toString() - Method in class com.inrix.sdk.ItineraryManager.GetItineraryOptions
toString() - Method in class com.inrix.sdk.LocationsManager.GetLearnedLocationsOptions
toString() - Method in class com.inrix.sdk.LocationsManager.UpdateLearnedLocationsOptions
toString() - Method in class com.inrix.sdk.LocationsManager.UpdateLocationsOrderOptions
toString() - Method in class com.inrix.sdk.model.BoundingBox
toString() - Method in class com.inrix.sdk.model.CalendarTrip
toString() - Method in class com.inrix.sdk.model.Camera.License
toString() - Method in class com.inrix.sdk.model.Camera.Status
toString() - Method in class com.inrix.sdk.model.Camera
toString() - Method in class com.inrix.sdk.model.CompositeTileMetadata
toString() - Method in class com.inrix.sdk.model.ContactInfoCollection
toString() - Method in class com.inrix.sdk.model.DangerousSlowdown
toString() - Method in class com.inrix.sdk.model.GasStation.Address
toString() - Method in class com.inrix.sdk.model.GasStation.Product
toString() - Method in class com.inrix.sdk.model.GasStation
toString() - Method in class com.inrix.sdk.model.GeoPoint
toString() - Method in class com.inrix.sdk.model.Incident
toString() - Method in class com.inrix.sdk.model.Itinerary
toString() - Method in class com.inrix.sdk.model.ItineraryEntry
toString() - Method in class com.inrix.sdk.model.LearnedTrip
toString() - Method in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
toString() - Method in class com.inrix.sdk.model.LocationMatchGoogle.GeoLocation
toString() - Method in class com.inrix.sdk.model.LocationMatchGoogle.Geometry
toString() - Method in class com.inrix.sdk.model.LocationMatchGoogle
toString() - Method in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
toString() - Method in class com.inrix.sdk.model.LocationMatchInrix.GeoLocation
toString() - Method in class com.inrix.sdk.model.LocationMatchInrix.Geometry
toString() - Method in class com.inrix.sdk.model.LocationMatchInrix
toString() - Method in class com.inrix.sdk.model.ParkingInfo
toString() - Method in class com.inrix.sdk.model.SavedLocation
toString() - Method in class com.inrix.sdk.model.SavedTrip
toString() - Method in class com.inrix.sdk.model.Schedule
toString() - Method in enum com.inrix.sdk.model.ServiceAvailability.Service
 
toString() - Method in class com.inrix.sdk.model.ServiceAvailability
toString() - Method in class com.inrix.sdk.model.TrafficQuality
toString() - Method in class com.inrix.sdk.model.TripPoint
toString() - Method in class com.inrix.sdk.model.UserProperties
toString() - Method in class com.inrix.sdk.model.WrongTrafficColorReport
toString() - Method in enum com.inrix.sdk.model.XDIncident.IncidentDirection
toString() - Method in class com.inrix.sdk.model.XDIncident
toString() - Method in class com.inrix.sdk.ParkingManager.ParkingBoxOptions
toString() - Method in class com.inrix.sdk.ParkingManager.ParkingRadiusOptions
toString() - Method in enum com.inrix.sdk.push.IPushNotification.PushNotificationType
 
toString() - Method in class com.inrix.sdk.RouteManager.RequestRouteOptions
toString() - Method in class com.inrix.sdk.RouteManager.TravelTimeOptions
toString() - Method in class com.inrix.sdk.RouteManager.UpdatedRouteOptions
toString() - Method in class com.inrix.sdk.ServiceAvailabilityManager.ServiceAvailabilityOptions
toString() - Method in class com.inrix.sdk.SpeedLimitManager.GetSpeedLimitOptions
toString() - Method in class com.inrix.sdk.TileManager.TileOptions
 
toString() - Method in class com.inrix.sdk.TrafficManager.TrafficQualityOptions
toString() - Method in class com.inrix.sdk.TrafficManager.WrongTrafficReportOptions
 
toString() - Method in class com.inrix.sdk.TripManager.UpdateLearnedTripsOptions
toString() - Method in class com.inrix.sdk.TripManager.UpdateNotificationOptions
toString() - Method in class com.inrix.sdk.UserPropertyManager.SaveUserPropertiesOptions
toString() - Method in class com.inrix.sdk.utils.Flags
toString() - Method in class com.inrix.sdk.VehicleStateManager.ReportVehicleStateOptions
TractionControlBrakes(boolean) - Constructor for class com.inrix.sdk.model.VehicleState.TractionControlBrakes
Initializes a new instance of the VehicleState.TractionControlBrakes.
TractionControlEngine(boolean) - Constructor for class com.inrix.sdk.model.VehicleState.TractionControlEngine
Initializes a new instance of the VehicleState.TractionControlEngine.
TrafficManager - Class in com.inrix.sdk
Manages asynchronous retrieval of traffic quality information.
TrafficManager.ITrafficQualityResponseListener - Interface in com.inrix.sdk
Response listener for traffic quality information.
TrafficManager.IWrongTrafficReportListener - Interface in com.inrix.sdk
Response listener for wrong traffic report TrafficManager.reportWrongTraffic() (TrafficQualityOptions, ITrafficQualityResponseListener)} .
TrafficManager.TrafficManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with an TrafficManager operation.
TrafficManager.TrafficQualityOptions - Class in com.inrix.sdk
Contains options that are used in obtaining traffic quality information.
TrafficManager.WrongTrafficReportOptions - Class in com.inrix.sdk
Contains options to report wrong traffic colors.
TrafficQuality - Class in com.inrix.sdk.model
Internal result data container for a traffic quality response.
TrafficQualityConfig - Class in com.inrix.sdk.config
TrafficQualityOptions(GeoPoint) - Constructor for class com.inrix.sdk.TrafficManager.TrafficQualityOptions
Initializes a new instance of the TrafficManager.TrafficQualityOptions class.
TrafficTilesConfig - Class in com.inrix.sdk.config
TileManager config.
TravelTime - Class in com.inrix.sdk.model
Represents a prediction of a travel time in a particular route starting at a particular departure time or ending at a particular arrival time.
TravelTime.RouteQuality - Enum in com.inrix.sdk.model
The route traffic quality.
TravelTimeOptions(Route, int, long) - Constructor for class com.inrix.sdk.RouteManager.TravelTimeOptions
Initializes a new instance of the RouteManager.TravelTimeOptions class.
trimCharacters(String, char[]) - Static method in class com.inrix.sdk.utils.StringUtils
Trim the supplied characters from the start and end of the input text.
trimCharacters(String, char[], boolean) - Static method in class com.inrix.sdk.utils.StringUtils
Trim the supplied characters from the start and end of the input text.
trimCharacters(String, Set<Character>) - Static method in class com.inrix.sdk.utils.StringUtils
Trim the supplied characters from the start and end of the input text.
trimCharacters(String, Set<Character>, boolean) - Static method in class com.inrix.sdk.utils.StringUtils
Trim the supplied characters from the start and end of the input text.
Trip - Class in com.inrix.sdk.model
A Trip encapsulates travel details for a user's trip.
TRIP_IDS_DUPLICATE - Static variable in exception com.inrix.sdk.TripManager.TripManagerException
Indicates that the collection of Trips provided contains duplicates.
TripManager - Class in com.inrix.sdk
Manages asynchronous interactions with user Trips.
TripManager.DeleteTripOptions - Class in com.inrix.sdk
Contains options to delete saved trips.
TripManager.GetTripsOptions - Class in com.inrix.sdk
Contains options to get saved trips.
TripManager.IDeleteTripResponseListener - Interface in com.inrix.sdk
Response listener for deleteTrip.
TripManager.IGetTripsResponseListener - Interface in com.inrix.sdk
Response listener for getTrips.
TripManager.ISaveTripResponseListener - Interface in com.inrix.sdk
Response listener for saveTrip.
TripManager.IUpdateLearnedTripsResponseListener - Interface in com.inrix.sdk
Response listener for updateLearnedTrips.
TripManager.IUpdateNotificationResponseListener - Interface in com.inrix.sdk
Response listener for updatePreDriveNotification.
TripManager.SaveTripOptions - Class in com.inrix.sdk
Contains options to save trips.
TripManager.TripManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with a TripManager operation.
TripManager.UpdateLearnedTripsOptions - Class in com.inrix.sdk
Contains options to update LearnedTrips.
TripManager.UpdateNotificationOptions - Class in com.inrix.sdk
Contains options to update a pre-drive notification for a specific CalendarTrip.
TripPoint - Class in com.inrix.sdk.model
Represents any location associated with a Trip, including the origin, destination, or any intermediate way-points on the Trip.
TripPoint(String, GeoPoint, int) - Constructor for class com.inrix.sdk.model.TripPoint
Create a TripPoint with the specified name, coordinates, and duration.
TripPoint(String, GeoPoint) - Constructor for class com.inrix.sdk.model.TripPoint
Create a TripPoint with the specified name, and coordinates.
TripPoint(T, int) - Constructor for class com.inrix.sdk.model.TripPoint
Create a TripPoint with the specified Location, and duration.
TripPoint(Location) - Constructor for class com.inrix.sdk.model.TripPoint
Create a TripPoint with the specified Location.
tripRecordingEnabled(boolean) - Method in class com.inrix.sdk.Configuration.Builder
Set whether or not trip recording should be enabled.
TRIPS_EMPTY - Static variable in exception com.inrix.sdk.TripManager.TripManagerException
Indicates that the collection of Trips provided is either null or empty.
truncate(String, int) - Static method in class com.inrix.sdk.utils.StringUtils
Truncates the supplied characters to the given maximum length.
tryParseBoolean(String) - Static method in class com.inrix.sdk.utils.ValueConverter
Tries to convert specified String into a boolean value.
tryParseBoolean(String, boolean) - Static method in class com.inrix.sdk.utils.ValueConverter
Tries to convert specified String into boolean value.
tryParseDouble(String) - Static method in class com.inrix.sdk.utils.ValueConverter
Tries to convert specified string into double.
tryParseDouble(String, double) - Static method in class com.inrix.sdk.utils.ValueConverter
Tries to convert specified string into double.
tryParseFloat(String) - Static method in class com.inrix.sdk.utils.ValueConverter
Tries to convert specified string into float value.
tryParseFloat(String, float) - Static method in class com.inrix.sdk.utils.ValueConverter
Tries to convert specified string into float value.
tryParseInt(String) - Static method in class com.inrix.sdk.utils.ValueConverter
Tries to convert specified string value into int.
tryParseInt(String, int) - Static method in class com.inrix.sdk.utils.ValueConverter
Tries to convert specified string value into int.
tryParseLong(String) - Static method in class com.inrix.sdk.utils.ValueConverter
Tries to convert specified string into long value.
tryParseLong(String, long) - Static method in class com.inrix.sdk.utils.ValueConverter
Tries to convert specified string value into long.
turnOff(int) - Method in class com.inrix.sdk.utils.Flags
Turns off flag.
turnOffAll() - Method in class com.inrix.sdk.utils.Flags
Turns all flags off.
turnOn(int) - Method in class com.inrix.sdk.utils.Flags
Turns on flag.
turnOnAll() - Method in class com.inrix.sdk.utils.Flags
Turns all flags on.
TYPE_ADMINISTRATIVE_AREA_LEVEL_1 - Static variable in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
 
TYPE_ADMINISTRATIVE_AREA_LEVEL_1 - Static variable in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
 
TYPE_ADMINISTRATIVE_AREA_LEVEL_2 - Static variable in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
 
TYPE_ADMINISTRATIVE_AREA_LEVEL_2 - Static variable in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
 
TYPE_ADMINISTRATIVE_AREA_LEVEL_3 - Static variable in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
 
TYPE_ADMINISTRATIVE_AREA_LEVEL_3 - Static variable in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
 
TYPE_ADMINISTRATIVE_AREA_LEVEL_4 - Static variable in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
 
TYPE_ADMINISTRATIVE_AREA_LEVEL_4 - Static variable in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
 
TYPE_ADMINISTRATIVE_AREA_LEVEL_5 - Static variable in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
 
TYPE_ADMINISTRATIVE_AREA_LEVEL_5 - Static variable in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
 
TYPE_COUNTRY - Static variable in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
 
TYPE_COUNTRY - Static variable in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
 
TYPE_LOCALITY - Static variable in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
 
TYPE_LOCALITY - Static variable in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
 
TYPE_POLITICAL - Static variable in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
 
TYPE_POLITICAL - Static variable in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
 
TYPE_POSTAL_CODE - Static variable in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
 
TYPE_POSTAL_CODE - Static variable in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
 
TYPE_PREMISE - Static variable in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
 
TYPE_PREMISE - Static variable in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
 
TYPE_ROUTE - Static variable in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
 
TYPE_ROUTE - Static variable in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
 
TYPE_STREET_NUMBER - Static variable in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
 
TYPE_STREET_NUMBER - Static variable in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
 

U

UNKNOWN_SERVICE_ERROR - Static variable in interface com.inrix.sdk.ServerErrorStatus
The unknown error occur on server side.
unregisterVehicle(VehicleStateManager.UnregisterVehicleOptions, VehicleStateManager.IUnregisterVehicleListener) - Method in class com.inrix.sdk.VehicleStateManager
Unregisters an existing vehicle.
UnregisterVehicleOptions(String) - Constructor for class com.inrix.sdk.VehicleStateManager.UnregisterVehicleOptions
Initializes a new instance of the VehicleStateManager.UnregisterVehicleOptions.
UNROUTABLE_WAYPOINT - Static variable in interface com.inrix.sdk.ServerErrorStatus
We can't build route to/from one or more points.
update(UserManager.UserUpdateOptions, UserManager.UserUpdateListener) - Method in class com.inrix.sdk.UserManager
Updates a user account.
updateCurrentLocation(Location) - Method in class com.inrix.sdk.RouteAlert
Updates the current location for route requests.
UpdatedRouteOptions(Route) - Constructor for class com.inrix.sdk.RouteManager.UpdatedRouteOptions
Initializes a new instance of the RouteManager.UpdatedRouteOptions class.
UpdatedRouteOptions(Route, GeoPoint) - Constructor for class com.inrix.sdk.RouteManager.UpdatedRouteOptions
Initializes a new instance of the RouteManager.UpdatedRouteOptions class.
UpdatedRouteOptions(Route, GeoPoint, boolean, boolean) - Constructor for class com.inrix.sdk.RouteManager.UpdatedRouteOptions
Initializes a new instance of the RouteManager.UpdatedRouteOptions class.
UpdatedRouteResults - Class in com.inrix.sdk.model
updateLearnedLocations(LocationsManager.UpdateLearnedLocationsOptions, LocationsManager.IUpdateLearnedLocationsListener) - Method in class com.inrix.sdk.LocationsManager
Update the user's LearnedLocations.
UpdateLearnedLocationsOptions(List<LearnedLocation>, boolean) - Constructor for class com.inrix.sdk.LocationsManager.UpdateLearnedLocationsOptions
Initializes a new instance of LocationsManager.UpdateLearnedLocationsOptions.
updateLearnedTrips(TripManager.UpdateLearnedTripsOptions, TripManager.IUpdateLearnedTripsResponseListener) - Method in class com.inrix.sdk.TripManager
Update the user's LearnedTrips.
UpdateLearnedTripsOptions(List<LearnedTrip>, boolean) - Constructor for class com.inrix.sdk.TripManager.UpdateLearnedTripsOptions
Initializes a new instance of TripManager.UpdateLearnedTripsOptions.
UpdateLocationsOrderOptions(List<SavedLocation>) - Constructor for class com.inrix.sdk.LocationsManager.UpdateLocationsOrderOptions
Initializes a new instance of LocationsManager.UpdateLocationsOrderOptions class.
UpdateNotificationOptions(CalendarTrip, int, boolean) - Constructor for class com.inrix.sdk.TripManager.UpdateNotificationOptions
Initializes a new instance of TripManager.UpdateNotificationOptions.
updateOAuthCredentials(UserManager.UpdateOAuthCredentialsOptions) - Method in class com.inrix.sdk.UserManager
Update the OAuth credentials for the current user.
UpdateOAuthCredentialsOptions(String) - Constructor for class com.inrix.sdk.UserManager.UpdateOAuthCredentialsOptions
Initializes a new instance of the UserManager.UpdateOAuthCredentialsOptions.
updateOrder(LocationsManager.UpdateLocationsOrderOptions, LocationsManager.IUpdateSavedLocationsOrderListener) - Method in class com.inrix.sdk.LocationsManager
Updates the order of SavedLocation in the list of the SavedLocation.
updatePreDriveNotification(TripManager.UpdateNotificationOptions, TripManager.IUpdateNotificationResponseListener) - Method in class com.inrix.sdk.TripManager
Update pre-drive notifications for a CalendarTrip.
updatePushNotificationInformation(UserManager.UpdatePushNotificationInformationOptions, UserManager.UpdatePushNotificationInformationListener) - Method in class com.inrix.sdk.UserManager
Update push information for current user.
UpdatePushNotificationInformationOptions(IPushChannel) - Constructor for class com.inrix.sdk.UserManager.UpdatePushNotificationInformationOptions
Initializes a new instance of the UserManager.UpdatePushNotificationInformationOptions.
useAccessPoints() - Method in class com.inrix.sdk.config.RoutesConfig
Get whether or not routing should attempt to use access points when locations are not routable.
USER_OFF_ROUTE - Static variable in interface com.inrix.sdk.ServerErrorStatus
User location is off route.
USER_PROPERTIES_NULL - Static variable in exception com.inrix.sdk.UserPropertyManager.UserPropertyManagerException
Indicates that the supplied user properties are null.
UserCreateOptions(String, String) - Constructor for class com.inrix.sdk.UserManager.UserCreateOptions
Initializes a new instance of the UserManager.UserCreateOptions.
UserGetOptions() - Constructor for class com.inrix.sdk.UserManager.UserGetOptions
Initializes a new instance of the UserManager.UserGetOptions.
UserManager - Class in com.inrix.sdk
Provides access to the API to create users and authenticate existing users.
UserManager.ChangePasswordListener - Interface in com.inrix.sdk
Response listener for change password request.
UserManager.ChangePasswordOptions - Class in com.inrix.sdk
Change password request options.
UserManager.OAuthSignInListener - Interface in com.inrix.sdk
OAuth sign in response listener.
UserManager.OAuthSignInOptions - Class in com.inrix.sdk
OAuth sign in options.
UserManager.OAuthSignInOptions.OAuthProvider - Enum in com.inrix.sdk
The OAuth provider.
UserManager.ResetPasswordListener - Interface in com.inrix.sdk
Response listener for reset password request.
UserManager.ResetPasswordOptions - Class in com.inrix.sdk
Reset password options.
UserManager.UpdateOAuthCredentialsOptions - Class in com.inrix.sdk
Options for updating OAuth credentials.
UserManager.UpdatePushNotificationInformationListener - Interface in com.inrix.sdk
Response listener for update push notification information.
UserManager.UpdatePushNotificationInformationOptions - Class in com.inrix.sdk
Update user's push notification information options.
UserManager.UserCreateListener - Interface in com.inrix.sdk
Create new user account response listener.
UserManager.UserCreateOptions - Class in com.inrix.sdk
Create user options.
UserManager.UserGetListener - Interface in com.inrix.sdk
Get user information response listener.
UserManager.UserGetOptions - Class in com.inrix.sdk
Get user account options.
UserManager.UserManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with a TripManager operation.
UserManager.UserSignInListener - Interface in com.inrix.sdk
User sign in response listener.
UserManager.UserSignInOptions - Class in com.inrix.sdk
User sign in options.
UserManager.UserSignOutListener - Interface in com.inrix.sdk
User sign out response listener.
UserManager.UserUpdateListener - Interface in com.inrix.sdk
Create new user update response listener.
UserManager.UserUpdateOptions - Class in com.inrix.sdk
Update user options.
UserPreferences - Class in com.inrix.sdk.utils
Utility class to store/retrieve global user preferences for example preferred units.
UserPreferences.Unit - Enum in com.inrix.sdk.utils
Units for expressing distances.
UserProperties - Class in com.inrix.sdk.model
A class that holds app specific and shared properties of a user.
UserProperties() - Constructor for class com.inrix.sdk.model.UserProperties
Initializes a new instance of the UserProperties.
UserPropertyManager - Class in com.inrix.sdk
Manages requests related to user properties stored in the INRIX cloud.
UserPropertyManager.GetUserPropertiesOptions - Class in com.inrix.sdk
Get user properties request options.
UserPropertyManager.IGetUserPropertiesListener - Interface in com.inrix.sdk
UserPropertyManager.ISaveUserPropertiesListener - Interface in com.inrix.sdk
UserPropertyManager.SaveUserPropertiesOptions - Class in com.inrix.sdk
UserPropertyManager.UserPropertyManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with UserPropertyManager operations.
UserSignInOptions(String, String) - Constructor for class com.inrix.sdk.UserManager.UserSignInOptions
Initializes a new instance of the UserManager.UserSignInOptions.
UserUpdateOptions() - Constructor for class com.inrix.sdk.UserManager.UserUpdateOptions
Initializes a new instance of the UserManager.UserUpdateOptions.

V

valid(int) - Static method in class com.inrix.sdk.utils.ZoomLevel
Gets a value indicating whether zoom level within valid range.
ValueConverter - Class in com.inrix.sdk.utils
Helper class for converting one data type into another.
valueOf(String) - Static method in enum com.inrix.sdk.AlertsManager.OnRouteStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.CompositeTileManager.MapLocale
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.Error.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.GasStationBrand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.IncidentsManager.RoadSide
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.model.DangerousSlowdown.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.model.DangerousSlowdown.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.model.Incident.IncidentSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.model.Incident.IncidentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.model.ItineraryEntry.TripType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.model.PreDriveNotification.NotificationSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.model.SavedLocation.LocationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.model.SavedTrip.RoutePreference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.model.Schedule.ScheduleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.model.ServiceAvailability.Service
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.model.TravelTime.RouteQuality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.model.XDIncident.IncidentDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.model.XDIncident.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.push.IPushNotification.PushNotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.RouteManager.RequestTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.RouteManager.RouteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.UserManager.OAuthSignInOptions.OAuthProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inrix.sdk.utils.UserPreferences.Unit
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.inrix.sdk.AlertsManager.OnRouteStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.CompositeTileManager.MapLocale
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.Error.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.GasStationBrand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.IncidentsManager.RoadSide
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.model.DangerousSlowdown.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.model.DangerousSlowdown.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.model.Incident.IncidentSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.model.Incident.IncidentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.model.ItineraryEntry.TripType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.model.PreDriveNotification.NotificationSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.model.SavedLocation.LocationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.model.SavedTrip.RoutePreference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.model.Schedule.ScheduleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.model.ServiceAvailability.Service
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.model.TravelTime.RouteQuality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.model.XDIncident.IncidentDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.model.XDIncident.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.push.IPushNotification.PushNotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.RouteManager.RequestTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.RouteManager.RouteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.UserManager.OAuthSignInOptions.OAuthProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inrix.sdk.utils.UserPreferences.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
VehicleState - Class in com.inrix.sdk.model
Represents a vehicle state information.
VehicleState(List<VehicleState.Report>) - Constructor for class com.inrix.sdk.model.VehicleState
Initializes a new instance of the VehicleState.
VehicleState.Abs - Class in com.inrix.sdk.model
Anti-lock braking system (ABS) status.
VehicleState.AmbientTemperature - Class in com.inrix.sdk.model
Ambient temperature.
VehicleState.AtmosphericPressure - Class in com.inrix.sdk.model
Atmospheric pressure.
VehicleState.AverageMileage - Class in com.inrix.sdk.model
Vehicle fuel efficiency information.
VehicleState.Brakes - Class in com.inrix.sdk.model
Brakes status.
VehicleState.CoolantTemperature - Class in com.inrix.sdk.model
Engine coolant temperature.
VehicleState.DewPointTemperature - Class in com.inrix.sdk.model
Dew point temperature.
VehicleState.Esc - Class in com.inrix.sdk.model
Electronic stability control (ESC) status.
VehicleState.FuelLevel - Class in com.inrix.sdk.model
Fuel level.
VehicleState.FuelTankCapacity - Class in com.inrix.sdk.model
Fuel tank capacity.
VehicleState.Humidity - Class in com.inrix.sdk.model
Humidity.
VehicleState.IntakeManifoldPressure - Class in com.inrix.sdk.model
Intake manifold absolute pressure.
VehicleState.LightLevel - Class in com.inrix.sdk.model
Light level.
VehicleState.MaxAirFlowRate - Class in com.inrix.sdk.model
Maximum value for air flow rate from mass air flow sensor.
VehicleState.MeasurementAttribute<TValue> - Class in com.inrix.sdk.model
Generic measurement attribute.
VehicleState.OzoneLevel - Class in com.inrix.sdk.model
Ozone level.
VehicleState.ParkedIn - Class in com.inrix.sdk.model
Vehicle parking event detection information, when the vehicle has stopped and is now parked.
VehicleState.ParkedInTrace - Class in com.inrix.sdk.model
Vehicle parking event detection information, when the vehicle is about to be parked, without a particular threshold distance from the parking spot.
VehicleState.ParkedOut - Class in com.inrix.sdk.model
Vehicle parking event detection information, when the vehicle is not in parked mode anymore and is moving.
VehicleState.RainIntensity - Class in com.inrix.sdk.model
Rain intensity.
VehicleState.RoadTemperature - Class in com.inrix.sdk.model
Road surface temperature.
VehicleState.Rpm - Class in com.inrix.sdk.model
Engine revolutions per minute (RPM).
VehicleState.Throttle - Class in com.inrix.sdk.model
Throttle position.
VehicleState.TractionControlBrakes - Class in com.inrix.sdk.model
Traction control system brakes event (TCSB).
VehicleState.TractionControlEngine - Class in com.inrix.sdk.model
Traction control system engine event (TCSE).
VehicleState.Wipers - Class in com.inrix.sdk.model
Wipers status.
VehicleStateManager - Class in com.inrix.sdk
Provides access to the Vehicle State Services.
VehicleStateManager.IRegisterVehicleListener - Interface in com.inrix.sdk
VehicleStateManager.IReportVehicleStateListener - Interface in com.inrix.sdk
VehicleStateManager.IUnregisterVehicleListener - Interface in com.inrix.sdk
VehicleStateManager.RegisterVehicleOptions - Class in com.inrix.sdk
Request options to register a vehicle.
VehicleStateManager.ReportVehicleStateOptions - Class in com.inrix.sdk
Represents a vehicle state report options.
VehicleStateManager.UnregisterVehicleOptions - Class in com.inrix.sdk
Request options to unregister a vehicle.
VehicleStateManager.VehicleStateManagerException - Exception in com.inrix.sdk
An exception that is thrown when there is an error with a VehicleStateManager operation.

W

Wipers(int) - Constructor for class com.inrix.sdk.model.VehicleState.Wipers
Initializes a new instance of the VehicleState.Wipers.
withMeasurements(Location, Date, VehicleState.MeasurementAttribute...) - Method in class com.inrix.sdk.VehicleStateManager.ReportVehicleStateOptions
Add a new set of vehicle state measurements.
withMeasurements(List<VehicleState.Measurement>) - Method in class com.inrix.sdk.VehicleStateManager.ReportVehicleStateOptions
Add a new list of Measurement's.
withMeasurements(Date, VehicleState.MeasurementAttribute...) - Method in class com.inrix.sdk.VehicleStateManager.ReportVehicleStateOptions
Add a new new set of vehicle state measurements.
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.BoundingBox
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.CalendarTrip
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.Camera.License
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.Camera.Status
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.Camera
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ContactInfo
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.DangerousSlowdown
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.GasStation.Address
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.GasStation.Product
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.GasStation
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.GeoPoint
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.LearnedLocation
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.LearnedTrip
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.Location
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.LocationMatchGoogle.AddressComponent
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.LocationMatchGoogle.GeoLocation
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.LocationMatchGoogle.Geometry
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.LocationMatchGoogle
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.LocationMatchInrix.AddressComponent
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.LocationMatchInrix.GeoLocation
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.LocationMatchInrix.Geometry
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.LocationMatchInrix
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingBlock.Amenity
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingBlock.CalculatedRate
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingBlock.GeoJson
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingBlock.Reservation
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingBlock.Segment
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingBlock.StructuredRate
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingBlock
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingInfo
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingLot.Address
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingLot.Amenity
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingLot.CalculatedRate
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingLot.EntryExitPoint
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingLot.Occupancy
 
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingLot.Phone
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingLot.Photo
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingLot.Reservation
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingLot.Review
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingLot.StructuredRate
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.ParkingLot
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.RequestRouteResults
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.SavedLocation
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.SavedTrip
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.Schedule
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.SpeedLimit
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.TripPoint
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.UpdatedRouteResults
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.UserProperties
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.XDIncident
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.XDIncident.XDLocation.Segment
writeToParcel(Parcel, int) - Method in class com.inrix.sdk.model.XDIncident.XDLocation
WrongTrafficColorReport - Class in com.inrix.sdk.model
Represents options for reporting wrong traffic color.
WrongTrafficColorReport(String, long, long) - Constructor for class com.inrix.sdk.model.WrongTrafficColorReport
Instantiates a new report wrong traffic color config.
WrongTrafficReportOptions(GeoPoint) - Constructor for class com.inrix.sdk.TrafficManager.WrongTrafficReportOptions
Initializes a new instance of the TrafficManager.WrongTrafficReportOptions class.

X

XDIncident - Class in com.inrix.sdk.model
A Future Incident / XDIncident class.
XDIncident(Incident) - Constructor for class com.inrix.sdk.model.XDIncident
Initializes an instance of XDIncident from Incident.
XDIncident(Parcel) - Constructor for class com.inrix.sdk.model.XDIncident
Create an instance of XDIncident from a Parcel.
XDIncident.IncidentDirection - Enum in com.inrix.sdk.model
An Enum that describes the direction of the XDIncident in terms of cardinal directions.
XDIncident.RecurringSchedule - Class in com.inrix.sdk.model
Data structure that describes the RecurringSchedule for a XDIncident.
XDIncident.Status - Enum in com.inrix.sdk.model
An Enum that describes the status of a XDIncident.
XDIncident.XDLocation - Class in com.inrix.sdk.model
Location data for an XDIncident.
XDIncident.XDLocation.Segment - Class in com.inrix.sdk.model
Road segment.
XDIncidentOptionsGetDetails(Incident...) - Constructor for class com.inrix.sdk.IncidentsManager.XDIncidentOptionsGetDetails
Initializes a new instance of the IncidentsManager.XDIncidentOptionsGetDetails class.
XDIncidentOptionsGetDetails(List<Incident>) - Constructor for class com.inrix.sdk.IncidentsManager.XDIncidentOptionsGetDetails
Initializes a new instance of the IncidentsManager.XDIncidentOptionsGetDetails class.
XDIncidentOptionsInBox(GeoPoint, GeoPoint) - Constructor for class com.inrix.sdk.IncidentsManager.XDIncidentOptionsInBox
Initializes a new instance of the IncidentsManager.IncidentBoxOptions.
XDIncidentOptionsInRadius(GeoPoint, double) - Constructor for class com.inrix.sdk.IncidentsManager.XDIncidentOptionsInRadius
Initializes a new instance of the IncidentsManager.XDIncidentOptionsInRadius class.

Z

ZoomLevel - Class in com.inrix.sdk.utils
Contains information about current zoom level and what is allowed on that zoom level.
A B C D E F G H I K L M N O P Q R S T U V W X Z 
INRIX Mobile Client SDK - Core v9.0

Copyright © 2013-2018 INRIX, Inc. All Rights Reserved.