PositionUnavailableException constructor

PositionUnavailableException([
  1. 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."]);