

Public Member Functions | |
| LanesView (Context context) | |
| LanesView (Context context, @Nullable AttributeSet attrs) | |
| LanesView (Context context, @Nullable AttributeSet attrs, int defStyleAttr) | |
| void | enableRendering (final boolean enable) |
| void | onSurfaceSizeChanged (int width, int height) |
| void | onSurfaceCreated () |
| void | onSurfaceDestroyed () |
Protected Member Functions | |
| void | onDataAvailabilityChanged (final boolean available) |
| void | onVisibilityChanged (@NonNull View changedView, int visibility) |
| void | startListening () |
| void | stopListening () |
| .Type int | getGlType () |
| void | finalize () throws Throwable |
A class used by an application to display lanes.
| com.sygic.sdk.map.LanesView.LanesView | ( | Context | context | ) |
| com.sygic.sdk.map.LanesView.LanesView | ( | Context | context, |
| @Nullable AttributeSet | attrs | ||
| ) |
| com.sygic.sdk.map.LanesView.LanesView | ( | Context | context, |
| @Nullable AttributeSet | attrs, | ||
| int | defStyleAttr | ||
| ) |
| void com.sygic.sdk.map.LanesView.enableRendering | ( | final boolean | enable | ) |
|
protected |
|
protected |
Define type of Gl surface for LanesView to use
|
protected |
Called when data availability changes. This method is useful for managing visibility of com.sygic.sdk.map.LanesView
| available | If any data are available |
| void com.sygic.sdk.map.LanesView.onSurfaceCreated | ( | ) |
| void com.sygic.sdk.map.LanesView.onSurfaceDestroyed | ( | ) |
| void com.sygic.sdk.map.LanesView.onSurfaceSizeChanged | ( | int | width, |
| int | height | ||
| ) |
|
protected |
|
protected |
|
protected |