getPanoIdMetadata
Gets metadata for panoId. See [https://developers.google.com/maps/documentation/tile/streetview#metadata_response] for response object.
const panoIdObject = provider.getNearestPanoId(position);
const panoIdMetadata = provider.getPanoIdMetadata(panoIdObject.panoId);Content copied to clipboard
Return
object containing metadata for the panoId.