Stay organized with collections
Save and categorize content based on your preferences.
GMSPanorama
@interfaceGMSPanorama:NSObject
GMSPanorama represents metadata for a specific panorama on the Earth. This class is not
instantiable directly and is obtained via GMSPanoramaService or GMSPanoramaView.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSPanorama\u003c/code\u003e provides metadata for a specific panorama on Earth, obtained through \u003ccode\u003eGMSPanoramaService\u003c/code\u003e or \u003ccode\u003eGMSPanoramaView\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes the panorama's location (\u003ccode\u003ecoordinate\u003c/code\u003e), a non-persistent ID (\u003ccode\u003epanoramaID\u003c/code\u003e), and links to neighboring panoramas (\u003ccode\u003elinks\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eDevelopers cannot directly create instances of \u003ccode\u003eGMSPanorama\u003c/code\u003e; they must be obtained via designated services or views.\u003c/p\u003e\n"]]],[],null,["GMSPanorama \n\n @interface GMSPanorama : NSObject\n\n`GMSPanorama` represents metadata for a specific panorama on the Earth. This class is not\ninstantiable directly and is obtained via [GMSPanoramaService](../Classes/GMSPanoramaService.html) or [GMSPanoramaView](../Classes/GMSPanoramaView.html).\n- `\n ``\n ``\n `\n\n [coordinate](#/c:objc(cs)GMSPanorama(py)coordinate)`\n ` \n The precise location of this panorama. \n\n Declaration \n Swift \n\n var coordinate: CLLocationCoordinate2D { get }\n\n Objective-C \n\n @property (nonatomic, readonly) CLLocationCoordinate2D coordinate;\n\n- `\n ``\n ``\n `\n\n [panoramaID](#/c:objc(cs)GMSPanorama(py)panoramaID)`\n ` \n The ID of this panorama. Panoramas may change ID over time, so this should not be persisted \n\n Declaration \n Swift \n\n var panoramaID: String { get }\n\n Objective-C \n\n @property (nonatomic, copy, readonly) NSString *_Nonnull panoramaID;\n\n- `\n ``\n ``\n `\n\n [links](#/c:objc(cs)GMSPanorama(py)links)`\n ` \n An array of [GMSPanoramaLink](../Classes/GMSPanoramaLink.html) describing the neighboring panoramas. \n\n Declaration \n Swift \n\n var links: [../Classes/GMSPanoramaLink.html] { get }\n\n Objective-C \n\n @property (nonatomic, copy, readonly) NSArray\u003c../Classes/GMSPanoramaLink.html *\u003e *_Nonnull links;"]]