GMSPanorama Class Reference

GMSPanorama Class Reference

Overview

GMSPanorama represents metadata for a specific panorama on the Earth.

This class is not instantiable directly and is obtained via GMSPanoramaService or GMSPanoramaView.

Properties

CLLocationCoordinate2D coordinate
 The precise location of this panorama.
NSString * panoramaID
 The ID of this panorama.
NSArray< GMSPanoramaLink * > * links
 An array of GMSPanoramaLink describing the neighboring panoramas.

Property Documentation

- (CLLocationCoordinate2D) coordinate [read, assign]

The precise location of this panorama.

- (NSString*) panoramaID [read, copy]

The ID of this panorama.

Panoramas may change ID over time, so this should not be persisted

- (NSArray<GMSPanoramaLink *>*) links [read, copy]

An array of GMSPanoramaLink describing the neighboring panoramas.