|
|
|
|
|
- Special cases
- Required permissions
Returns the information about the location provider used by the application for geolocation functions. IF GPSInfo(gpsSpeed) = False THEN
Error("The speed regarding the move of the phone cannot be defined.")
END
Sintaxis
<Result> = GPSInfo(<Information>)
<Result>: Variant Requested information according to <Information>. <Information>: Integer constant Type of information requested. | | | gpsAltitude | Altitude of available device. | <Result> will correspond to:- True if the location provider can be used to define the device altitude,
- False otherwise or if no location provider was found.
| gpsDirection | Direction of the move performed by the device. | <Result> will correspond to:- True if the location provider can be used to define the direction of the move performed by the device,
- False otherwise or if no location provider was found.
| gpsEnergy | Energy consumption required by the provider. | <Result> will correspond to:- gpsLowEnergy: The supplier must require a low amount of energy.
- gpsEnergyAverage The supplier can request an average amount of energy.
- gpsHighEnergy: The supplier may require a high amount of energy.
| gpsPrecision | Precision of the position measurement performed by the provider. | <Result> will correspond to:- gpsHigh precision: position calculation with high precision.
- gpsLow precision: position calculation with low precision.
| gpsSpeed | Speed of the move performed by the device. | <Result> will correspond to:- True if the location provider can be used to define the speed of the move performed by the device,
- False otherwise or if no location provider was found.
| gpsType | Type of location provider. | <Result> will correspond to:- gpsSatellite: GPS satellite network location provider.
- gpsNetwork: location provider using mobile antennas or Wi-Fi.
- 0 if the type of location provider was not defined.
|
Observaciones Special cases - It is recommended to initialize the location provider settings with GPSInitParameter before retrieving information from that provider.
- The activation status of the location provider is returned by GPSStatus.
Componente: wd300java.dll
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|