Loading...
Searching...
No Matches
com.navigine.view.DefaultNavigationView Class Reference

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...

+ Inheritance diagram for com.navigine.view.DefaultNavigationView:

Public Member Functions

 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.
 

Public Attributes

LocationWindow locationWindow
 

Static Public Attributes

static final String TAG = DefaultNavigationView.class.getCanonicalName()
 

Protected Member Functions

void onDetachedFromWindow ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ DefaultNavigationView() [1/2]

com.navigine.view.DefaultNavigationView.DefaultNavigationView ( final Context context)
inline

Creates location view with provided context.

Definition at line 43 of file DefaultNavigationView.java.

◆ DefaultNavigationView() [2/2]

com.navigine.view.DefaultNavigationView.DefaultNavigationView ( final Context context,
final AttributeSet attrs )
inline

Creates location view with provided context and attributes.

Definition at line 49 of file DefaultNavigationView.java.

Member Function Documentation

◆ getLocationWindow()

LocationWindow com.navigine.view.LocationView.getLocationWindow ( )
inlineinherited

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

Definition at line 55 of file DefaultNavigationView.java.

◆ 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.

Member Data Documentation

◆ locationWindow

LocationWindow com.navigine.view.LocationView.locationWindow
inherited

Definition at line 94 of file LocationView.java.

◆ TAG

final String com.navigine.view.DefaultNavigationView.TAG = DefaultNavigationView.class.getCanonicalName()
static

Definition at line 40 of file DefaultNavigationView.java.


The documentation for this class was generated from the following file: