|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NavigationInstruction | |
|---|---|
| javax.microedition.location.services | Contains the classes and interfaces related to location based services. |
| Uses of NavigationInstruction in javax.microedition.location.services |
|---|
| Methods in javax.microedition.location.services that return NavigationInstruction | |
|---|---|
NavigationInstruction[] |
RouteSegment.getInstructions()
Returns the navigation instructions for this route segment. |
| Methods in javax.microedition.location.services with parameters of type NavigationInstruction | |
|---|---|
void |
RouteSegment.setInstructions(NavigationInstruction[] instructions)
Sets the instructions needed to navigate the route segment. |
| Constructors in javax.microedition.location.services with parameters of type NavigationInstruction | |
|---|---|
RouteSegment(Coordinates[] geometry,
NavigationInstruction[] instructions,
java.lang.String description)
Constructor to create a route segment. |
|
RouteSegment(Coordinates start,
Coordinates end,
NavigationInstruction[] instructions,
java.lang.String description)
Constructor to create a route segment. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||