Ready-to-use LocationView with built‑in UI controls: zoom buttons, floor selector, “follow me” toggle and user location layer. Automatically hooks SDK listeners (location, sublocation, camera) and keeps widgets in sync.
More...
|
| | DefaultNavigationView (final Context context) |
| | Creates location view with provided context.
|
| |
| | DefaultNavigationView (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 final String | TAG = DefaultNavigationView.class.getCanonicalName() |
| |
Ready-to-use LocationView with built‑in UI controls: zoom buttons, floor selector, “follow me” toggle and user location layer. Automatically hooks SDK listeners (location, sublocation, camera) and keeps widgets in sync.
Definition at line 39 of file DefaultNavigationView.java.
◆ DefaultNavigationView() [1/2]
| com.navigine.view.DefaultNavigationView.DefaultNavigationView |
( |
final Context | context | ) |
|
|
inline |
◆ DefaultNavigationView() [2/2]
| com.navigine.view.DefaultNavigationView.DefaultNavigationView |
( |
final Context | context, |
|
|
final AttributeSet | attrs ) |
|
inline |
◆ getLocationWindow()
location view's main class.
Class is used to interact with the view.
Definition at line 61 of file LocationView.java.
◆ onDetachedFromWindow()
| void com.navigine.view.DefaultNavigationView.onDetachedFromWindow |
( |
| ) |
|
|
inlineprotected |
◆ onLowMemory()
| void com.navigine.view.LocationView.onLowMemory |
( |
| ) |
|
|
inlineinherited |
Should be called from the parent Activity/Fragment's corresponding method.
Definition at line 84 of file LocationView.java.
◆ onStart()
| void com.navigine.view.LocationView.onStart |
( |
| ) |
|
|
inlineinherited |
Should be called from from corresponding method of activity or fragment containing this view.
Definition at line 76 of file LocationView.java.
◆ onStop()
| void com.navigine.view.LocationView.onStop |
( |
| ) |
|
|
inlineinherited |
Should be called from from corresponding method of activity or fragment containing this view.
Definition at line 68 of file LocationView.java.
◆ locationWindow
◆ TAG
| final String com.navigine.view.DefaultNavigationView.TAG = DefaultNavigationView.class.getCanonicalName() |
|
static |
The documentation for this class was generated from the following file: