PositionUnavailableException constructor
PositionUnavailableException([
- String message = "The acquisition of the geolocation failed because at least one internal source of position returned an internal error."
Implementation
PositionUnavailableException(
[this.message =
"The acquisition of the geolocation failed because at least one internal source of position returned an internal error."]);