Parameter |
Description |
Type |
DefaultValue |
ValueList |
---|---|---|---|---|
GetLocationButtonText |
Get position button text |
string |
Get position |
- |
WatchPositionButtonText |
Mobile distance tracking button text |
string |
Mobile distance tracking |
- |
ClearWatchPositionButtonText |
Stop tracking button text |
string |
Stop tracking |
- |
ShowButtons |
Whether to display the default button interface |
bool |
true |
true|false |
OnResult |
Positioning completed callback method |
Func<Geolocationitem, Task> |
- |
- |
OnUpdateStatus |
Status update callback method |
Func<string, Task> |
- |
- |
OnError |
Error message callback |
Func<string, Task> |
- |
- |