Package | Description |
---|---|
com.here.android.mpa.mapping |
The mapping
package provides classes, interfaces, and enumerations that display an
interactive map, and related functionality that allows your application
to create and add map content.
|
com.here.android.mpa.routing |
This package provides classes, interfaces, and enumerations for route calculation and
route description (directions).
|
Class and Description |
---|
Route
Represents a distinct path connecting two or more waypoints
GeoCoordinate . |
Class and Description |
---|
Maneuver
Represents the action required to leave one street segment and enter the next in the chain of
directions that comprises a calculated
Route . |
Maneuver.Action
Represents values describing the possible actions of a
Maneuver . |
Maneuver.Icon
Represents values describing types of
Maneuver icons. |
Maneuver.TrafficDirection
Represents values describing possible traffic directions, the side of road on which one must
drive.
|
Maneuver.Turn
Represents values describing possible turns within a
Maneuver . |
Route
Represents a distinct path connecting two or more waypoints
GeoCoordinate . |
Route.TrafficPenaltyMode
Enumeration for calculating route duration.
|
RouteElement
Represents an element within a
Route . |
RouteElement.Type
Represents values describing the possible types of a
RouteElement . |
RouteElements
Holds the list of
RouteElement objects obtained from the Route class. |
RouteManager.Error
Represents values describing possible route calculation errors.
|
RouteManager.Listener
Represents a listener to provide information about
RouteManager events.\ |
RouteOptions
This is the definition of the
RouteOptions class. |
RouteOptions.TimeType
Ways that the time can be specified.
|
RouteOptions.TransportMode
Represents values describing different mode of transportation a person will be using.
|
RouteOptions.Type
Represents different types of routing, such as by speed or by distance.
|
RoutePlan
This is the definition of the RoutePlan class.
|
RouteResult
This is the definition of the RouteResult class.
|
RouteResult.ViolatedOption
These are options which may be ignored by the routing engine; in such cases a list of
violated options is returned in the listener's on_end() method.
|
RouteTta
Describes Time To Arrival details for a given route.
|
RouteTta.Detail
Additional Time To Arrival Details
|
Signpost
This class stores signpost information along the
Route . |