OK constant

  1. @BuiltValueEnumConst(wireName: r'OK')
StreetViewStatus const OK

The status field within the Streetview Metadata response object contains the status of the request. The status field may contain the following values: - OK indicates that no errors occurred; a panorama is found and metadata is returned. - INVALID_REQUEST indicates that the request was malformed. - NOT_FOUND indicates that the address string provided in the location parameter could not be found. This may occur if a non-existent address is given. - ZERO_RESULTS indicates that no panorama could be found near the provided location. This may occur if a non-existent or invalid pano id is given. - OVER_QUERY_LIMIT indicates the requestor has exceeded quota. - REQUEST_DENIED indicates that your request was denied. This may occur if you did not authorize your request, or if the Street View Static API is not activated in the Google Cloud Console project containing your API key. - UNKNOWN_ERROR indicates that the request could not be processed due to a server error. This is often a temporary status. The request may succeed if you try again

Implementation

@BuiltValueEnumConst(wireName: r'OK')
static const StreetViewStatus OK = _$OK;