OsmAnd
|
Public Member Functions | |
NextTurnInfoControl (Context ctx, Paint textPaint, Paint subtextPaint) | |
boolean | updateInfo () |
Protected Member Functions | |
void | onMeasure (int widthMeasureSpec, int heightMeasureSpec) |
void | onDraw (Canvas canvas) |
Protected Attributes | |
Path | pathForTurn = new Path() |
TurnType | turnType = null |
String | exitOut = null |
int | nextTurnDirection = 0 |
Matrix | pathTransform = new Matrix() |
net.osmand.plus.views.NextTurnInfoControl.NextTurnInfoControl | ( | Context | ctx, |
Paint | textPaint, | ||
Paint | subtextPaint | ||
) |
void net.osmand.plus.views.NextTurnInfoControl.onDraw | ( | Canvas | canvas | ) | [protected] |
Reimplemented from net.osmand.plus.views.MapInfoControl.
void net.osmand.plus.views.NextTurnInfoControl.onMeasure | ( | int | widthMeasureSpec, |
int | heightMeasureSpec | ||
) | [protected] |
Reimplemented from net.osmand.plus.views.MapInfoControl.
String net.osmand.plus.views.NextTurnInfoControl.exitOut = null [protected] |
int net.osmand.plus.views.NextTurnInfoControl.nextTurnDirection = 0 [protected] |
Path net.osmand.plus.views.NextTurnInfoControl.pathForTurn = new Path() [protected] |
Matrix net.osmand.plus.views.NextTurnInfoControl.pathTransform = new Matrix() [protected] |
TurnType net.osmand.plus.views.NextTurnInfoControl.turnType = null [protected] |