On Weather Forecast Completed
typealias OnWeatherForecastCompleted = (results: LocationForecastList, errorCode: ErrorCode, hint: String) -> Unit
On completed trigger. Lambda signature: (results: LandmarkList, errorCode: ErrorCode, hint: String) -> Unit. ArrayList represents the results returned by the service. ErrorCode represents the error code returned by the service. String represents hint returned by the service.