Manual integration of RNN and RNM
This commit is contained in:
30
mobile/ios/GoogleMaps.framework/Headers/GMSPanoramaSource.h
Executable file
30
mobile/ios/GoogleMaps.framework/Headers/GMSPanoramaSource.h
Executable file
@@ -0,0 +1,30 @@
|
||||
//
|
||||
// GMSPanoramaSource.h
|
||||
// Google Maps SDK for iOS
|
||||
//
|
||||
// Copyright 2017 Google Inc.
|
||||
//
|
||||
// Usage of this SDK is subject to the Google Maps/Google Earth APIs Terms of
|
||||
// Service: https://developers.google.com/maps/terms
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
/**
|
||||
* \defgroup PanoramaSource GMSPanoramaSource
|
||||
* {@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Source types for Panoramas. Used to specify the source of a StreetView Panorama.
|
||||
*
|
||||
* This API is experimental. Results may not always match expectations.
|
||||
*/
|
||||
typedef NS_ENUM(NSUInteger, GMSPanoramaSource) {
|
||||
/** Panoramas of locations either inside or outside. */
|
||||
kGMSPanoramaSourceDefault = 0,
|
||||
/** Panoramas of locations outside. */
|
||||
kGMSPanoramaSourceOutside,
|
||||
};
|
||||
|
||||
/**@}*/
|
||||
Reference in New Issue
Block a user