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);

Return

object containing metadata for the panoId.

See also