Loading...
Searching...
No Matches
com.navigine.examples.LocationManagerExample Class Reference

Public Member Functions

 LocationManagerExample ()
 
void demonstrateLocationManagerMethods ()
 
void demonstrateLocationUsage (Location location)
 
void demonstrateCategoryUsage (Category category)
 
void demonstrateSublocationUsage (Sublocation sublocation)
 
void demonstrateVenueUsage (Venue venue)
 
void demonstrateZoneUsage (Zone zone)
 
void demonstrateBeaconUsage (Beacon beacon)
 
void demonstrateWifiUsage (Wifi wifi)
 
void demonstrateEddystoneUsage (Eddystone eddystone)
 
void demonstratePointUsage (Point point)
 
void demonstrateGraphUsage (Graph graph)
 
void demonstrateGraphVertexUsage (GraphVertex vertex)
 
void demonstrateGraphEdgeUsage (GraphEdge edge)
 
void demonstrateElevationGraphUsage (ElevationGraph elevationGraph)
 
void demonstrateTransmitterStatus ()
 
void cleanup ()
 
void runExample ()
 

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

LocationManager usage example for Java Demonstrates working with locations, sublocations, categories, and other location-related classes

Definition at line 9 of file LocationManagerExample.java.

Constructor & Destructor Documentation

◆ LocationManagerExample()

com.navigine.examples.LocationManagerExample.LocationManagerExample ( )
inline

Definition at line 15 of file LocationManagerExample.java.

Member Function Documentation

◆ cleanup()

void com.navigine.examples.LocationManagerExample.cleanup ( )
inline

Clean up resources

Definition at line 903 of file LocationManagerExample.java.

◆ demonstrateBeaconUsage()

void com.navigine.examples.LocationManagerExample.demonstrateBeaconUsage ( Beacon beacon)
inline

Demonstrate Beacon class methods

Definition at line 568 of file LocationManagerExample.java.

◆ demonstrateCategoryUsage()

void com.navigine.examples.LocationManagerExample.demonstrateCategoryUsage ( Category category)
inline

Demonstrate Category class methods

Definition at line 217 of file LocationManagerExample.java.

◆ demonstrateEddystoneUsage()

void com.navigine.examples.LocationManagerExample.demonstrateEddystoneUsage ( Eddystone eddystone)
inline

Demonstrate Eddystone class methods

Definition at line 684 of file LocationManagerExample.java.

◆ demonstrateElevationGraphUsage()

void com.navigine.examples.LocationManagerExample.demonstrateElevationGraphUsage ( ElevationGraph elevationGraph)
inline

Demonstrate ElevationGraph class methods

Definition at line 866 of file LocationManagerExample.java.

◆ demonstrateGraphEdgeUsage()

void com.navigine.examples.LocationManagerExample.demonstrateGraphEdgeUsage ( GraphEdge edge)
inline

Demonstrate GraphEdge class methods

Definition at line 832 of file LocationManagerExample.java.

◆ demonstrateGraphUsage()

void com.navigine.examples.LocationManagerExample.demonstrateGraphUsage ( Graph graph)
inline

Demonstrate Graph class methods

Definition at line 768 of file LocationManagerExample.java.

◆ demonstrateGraphVertexUsage()

void com.navigine.examples.LocationManagerExample.demonstrateGraphVertexUsage ( GraphVertex vertex)
inline

Demonstrate GraphVertex class methods

Definition at line 790 of file LocationManagerExample.java.

◆ demonstrateLocationManagerMethods()

void com.navigine.examples.LocationManagerExample.demonstrateLocationManagerMethods ( )
inline

Demonstrate LocationManager methods

Definition at line 88 of file LocationManagerExample.java.

◆ demonstrateLocationUsage()

void com.navigine.examples.LocationManagerExample.demonstrateLocationUsage ( Location location)
inline

Demonstrate Location class methods

Definition at line 129 of file LocationManagerExample.java.

◆ demonstratePointUsage()

void com.navigine.examples.LocationManagerExample.demonstratePointUsage ( Point point)
inline

Demonstrate Point class methods

Definition at line 746 of file LocationManagerExample.java.

◆ demonstrateSublocationUsage()

void com.navigine.examples.LocationManagerExample.demonstrateSublocationUsage ( Sublocation sublocation)
inline

Demonstrate Sublocation class methods

Definition at line 247 of file LocationManagerExample.java.

◆ demonstrateTransmitterStatus()

void com.navigine.examples.LocationManagerExample.demonstrateTransmitterStatus ( )
inline

Demonstrate TransmitterStatus enum

Definition at line 889 of file LocationManagerExample.java.

◆ demonstrateVenueUsage()

void com.navigine.examples.LocationManagerExample.demonstrateVenueUsage ( Venue venue)
inline

Demonstrate Venue class methods

Definition at line 430 of file LocationManagerExample.java.

◆ demonstrateWifiUsage()

void com.navigine.examples.LocationManagerExample.demonstrateWifiUsage ( Wifi wifi)
inline

Demonstrate Wifi class methods

Definition at line 636 of file LocationManagerExample.java.

◆ demonstrateZoneUsage()

void com.navigine.examples.LocationManagerExample.demonstrateZoneUsage ( Zone zone)
inline

Demonstrate Zone class methods

Definition at line 504 of file LocationManagerExample.java.

◆ main()

static void com.navigine.examples.LocationManagerExample.main ( String[] args)
inlinestatic

Function to run the example

Definition at line 935 of file LocationManagerExample.java.

◆ runExample()

void com.navigine.examples.LocationManagerExample.runExample ( )
inline

Main demonstration method

Definition at line 915 of file LocationManagerExample.java.


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