com.nutiteq.services
Interface DirectionsService

All Superinterfaces:
Service
All Known Implementing Classes:
CloudMadeDirections, OpenLSDirections, YourNavigationDirections

public interface DirectionsService
extends Service


Field Summary
static int ERROR_DESTINATION_ADDRESS_NOT_FOUND
          Error code for destination not found
static int ERROR_FROM_ADDRESS_NOT_FOUND
          Error code for from address not found
static int ERROR_FROM_AND_DESTINATION_ADDRESS_SAME
          Error code for from and destination address are the same
static int ERROR_ROUTE_NOT_FOUND
          Error code for route not found
static int IMAGE_ROUTE_END
           
static int IMAGE_ROUTE_LEFT
           
static int IMAGE_ROUTE_RIGHT
           
static int IMAGE_ROUTE_START
           
static int IMAGE_ROUTE_STRAIGHT
           
 
Method Summary
 
Methods inherited from interface com.nutiteq.services.Service
cancel, execute
 

Field Detail

IMAGE_ROUTE_START

static final int IMAGE_ROUTE_START
See Also:
Constant Field Values

IMAGE_ROUTE_RIGHT

static final int IMAGE_ROUTE_RIGHT
See Also:
Constant Field Values

IMAGE_ROUTE_LEFT

static final int IMAGE_ROUTE_LEFT
See Also:
Constant Field Values

IMAGE_ROUTE_STRAIGHT

static final int IMAGE_ROUTE_STRAIGHT
See Also:
Constant Field Values

IMAGE_ROUTE_END

static final int IMAGE_ROUTE_END
See Also:
Constant Field Values

ERROR_FROM_AND_DESTINATION_ADDRESS_SAME

static final int ERROR_FROM_AND_DESTINATION_ADDRESS_SAME
Error code for from and destination address are the same

See Also:
Constant Field Values

ERROR_DESTINATION_ADDRESS_NOT_FOUND

static final int ERROR_DESTINATION_ADDRESS_NOT_FOUND
Error code for destination not found

See Also:
Constant Field Values

ERROR_FROM_ADDRESS_NOT_FOUND

static final int ERROR_FROM_ADDRESS_NOT_FOUND
Error code for from address not found

See Also:
Constant Field Values

ERROR_ROUTE_NOT_FOUND

static final int ERROR_ROUTE_NOT_FOUND
Error code for route not found

See Also:
Constant Field Values