Class is used to display a Navigine location via Android FrameLayout. More...
Inherits FrameLayout.
Public Member Functions | |
LocationView (final Context context) | |
Creates location view with provided context. | |
LocationView (final Context context, final AttributeSet attrs) | |
Creates location view with provided context and attributes. | |
LocationWindow | getLocationWindow () |
location view's main class. | |
void | onStop () |
Should be called from from corresponding method of activity or fragment containing this view. | |
void | onStart () |
Should be called from from corresponding method of activity or fragment containing this view. | |
void | onLowMemory () |
Should be called from the parent Activity/Fragment's corresponding method. | |
Static Public Attributes | |
static final String | TAG = LocationView.class.getCanonicalName() |
Class is used to display a Navigine location via Android FrameLayout.
Definition at line 35 of file LocationView.java.
|
inline |
Creates location view with provided context.
Definition at line 41 of file LocationView.java.
|
inline |
Creates location view with provided context and attributes.
Definition at line 50 of file LocationView.java.
|
inline |
location view's main class.
Class is used to interact with the view.
Definition at line 61 of file LocationView.java.
|
inline |
Should be called from the parent Activity/Fragment's corresponding method.
Definition at line 84 of file LocationView.java.
|
inline |
Should be called from from corresponding method of activity or fragment containing this view.
Definition at line 76 of file LocationView.java.
|
inline |
Should be called from from corresponding method of activity or fragment containing this view.
Definition at line 68 of file LocationView.java.
|
static |
Definition at line 36 of file LocationView.java.