GoogleMaps Framework Reference

GMSPanoramaSource

enum GMSPanoramaSource : NSUInteger {}

Source types for Panoramas. Used to specify the source of a StreetView Panorama.

This API is experimental. Results may not always match expectations.

  • Panoramas of locations either inside or outside.

    Declaration

    Swift

    case `default` = 0

    Objective-C

    kGMSPanoramaSourceDefault = 0
  • Panoramas of locations outside.

    Declaration

    Swift

    case outside = 1

    Objective-C

    kGMSPanoramaSourceOutside