|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RouteSegment | |
---|---|
javax.microedition.location.services | Contains the classes and interfaces related to location based services. |
Uses of RouteSegment in javax.microedition.location.services |
---|
Methods in javax.microedition.location.services that return RouteSegment | |
---|---|
RouteSegment[] |
Route.getSegments()
Returns the segments of the route. |
Methods in javax.microedition.location.services with parameters of type RouteSegment | |
---|---|
void |
Route.setSegments(RouteSegment[] segments)
Sets the segments for the route. |
Constructors in javax.microedition.location.services with parameters of type RouteSegment | |
---|---|
Route(RouteSegment[] segments,
java.lang.String summary)
Constructor that generates a Route object with the given
route segments. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |