Objects/Codeunits/Codeunit 7569 Geolocation Impl.
Codeunit 7569 Geolocation Impl. in 21
Jonas Paprotka, System Application 21.5.53619.63803, checked
- App
- System Application
Procedures, 13Events, 2
Versions171819202122232425262728latest
Source242526272829
Procedures, 13
| Name | Parameters | Returns | Access | Obsolete |
|---|
| RequestGeolocation | (Codeunit Geolocation Impl.) | Boolean | public | - |
| LocationInteractionOnOpenPage | (var DotNet LocationProvider, var Boolean) | | public | - |
| LocationInteractionOnLocationAvailable | (DotNet Location) | | public | - |
| IsAvailable | () | Boolean | public | - |
| HasGeolocation | () | Boolean | public | - |
| GetGeolocation | (var Decimal, var Decimal) | | public | - |
| GetGeolocationStatus | () | Enum Geolocation Status | public | - |
| SetHighAccuracy | (Boolean) | | public | - |
| SetTimeout | (Integer) | | public | - |
| SetMaximumAge | (Integer) | | public | - |
| GetHighAccuracy | () | Boolean | public | - |
| GetTimeout | () | Integer | public | - |
| GetMaximumAge | () | Integer | public | - |
Events, 2
| Kind | Name | Parameters | Obsolete |
|---|
| Internal event | OnBeforeLocationInitialize | (var DotNet Location, var Boolean) | - |
| Internal event | OnIsLocationAvailable | (var Boolean) | - |