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

Class is used to display a Navigine location via Android FrameLayout. More...

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

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.
 

Public Attributes

LocationWindow locationWindow
 

Static Public Attributes

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

Detailed Description

Class is used to display a Navigine location via Android FrameLayout.

Definition at line 35 of file LocationView.java.

Constructor & Destructor Documentation

◆ LocationView() [1/2]

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

Creates location view with provided context.

Definition at line 41 of file LocationView.java.

◆ LocationView() [2/2]

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

Creates location view with provided context and attributes.

Definition at line 50 of file LocationView.java.

Member Function Documentation

◆ getLocationWindow()

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

location view's main class.

Class is used to interact with the view.

Definition at line 61 of file LocationView.java.

◆ onLowMemory()

void com.navigine.view.LocationView.onLowMemory ( )
inline

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 ( )
inline

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 ( )
inline

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

Definition at line 94 of file LocationView.java.

◆ TAG

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

Definition at line 36 of file LocationView.java.


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