Uses of Class
javax.microedition.location.services.RouteSegment

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.
 



Copyright © 2003-2008 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.