Package | Description |
---|---|
com.nutiteq.services.routing |
Modifier and Type | Method and Description |
---|---|
RouteInstruction[] |
Route.getInstructions()
Get instructios for this route
|
Modifier and Type | Method and Description |
---|---|
ArrayList<com.nutiteq.geometry.Marker> |
MapQuestDirections.getRoutePointMarkers(android.graphics.Bitmap[] routeImages,
float imageSize,
RouteInstruction[] instructions)
Get route markers, that can be shown on map.
|
static ArrayList<com.nutiteq.geometry.Marker> |
CloudMadeDirections.getRoutePointMarkers(android.graphics.Bitmap[] routeImages,
float imageSize,
RouteInstruction[] instructions)
Get route markers, that can be shown on map.
|
Constructor and Description |
---|
Route(RouteSummary summary,
com.nutiteq.geometry.Line routeLine,
RouteInstruction[] instructions,
int routeResult)
Route from directions service
|
Copyright © 2014. All rights reserved.