GoogleMaps Framework Reference

  • GMSPanoramaService allows you to request panorama metadata without needing an active GMSPanoramaView.

  • It provides methods to asynchronously retrieve information about panoramas near a given coordinate, optionally specifying a search radius and panorama source.

  • You can also request panorama information using a specific panorama ID obtained from the Google Maps SDK for iOS.

  • The service uses a callback mechanism to deliver the results of these asynchronous requests.

GMSPanoramaService

@interface GMSPanoramaService : NSObject

GMSPanoramaService can be used to request panorama metadata even when a GMSPanoramaView is not active.

Get an instance like this: [[GMSPanoramaService alloc] init].