Provides service for finding location of mobile terminal.
Central interface is LocationManager with it's default implementation -
LocationManagerImpl. Since gateway's routes can require different passwords for
action execution, RouteCredetialsHandler has to be provided to LocationManagerImpl
for proper functioning.
Classes
| Class | Description | |
|---|---|---|
| Location |
Encapsulates terminal location data: longitude, latitude, location accuracy and time.
| |
| LocationManager2 |
User location interface.
| |
| LocationManager2Impl |
Implementation of hr.tis.mgw.client.location.LocationManager2 that uses implementation of HttpWebClientProtocol class for communication with mGw Parlay X web services.
| |
| LocationManagerImpl |
Implementation of hr.tis.mgw.client.location.LocationManager that uses implementation of HttpWebClientProtocol class for communication
with gateway's Parlay X web services.
|
Interfaces
| Interface | Description | |
|---|---|---|
| LocationManager |
Service for finding location of mobile terminal. The location is returned if the
terminal is available.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| Accuracy |
Enumeration for location accuracy.
|