GoogleNavigation Framework Reference

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

  • It provides asynchronous methods to 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 the requests.

  • While panorama source filtering is available, it's experimental and may not always be accurate.

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].