Class: Google::Apis::BooksV1::GeoLayerData::Geo::Viewport
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::BooksV1::GeoLayerData::Geo::Viewport
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/books_v1/classes.rb,
 generated/google/apis/books_v1/representations.rb,
 generated/google/apis/books_v1/representations.rb
Overview
The viewport for showing this location. This is a latitude, longitude rectangle.
Defined Under Namespace
Instance Attribute Summary collapse
- 
  
    
      #hi  ⇒ Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Hi 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property hi.
- 
  
    
      #lo  ⇒ Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Lo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property lo.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Viewport 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Viewport. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Viewport
Returns a new instance of Viewport
| 1803 1804 1805 | # File 'generated/google/apis/books_v1/classes.rb', line 1803 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#hi ⇒ Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Hi
Corresponds to the JSON property hi
| 1796 1797 1798 | # File 'generated/google/apis/books_v1/classes.rb', line 1796 def hi @hi end | 
#lo ⇒ Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Lo
Corresponds to the JSON property lo
| 1801 1802 1803 | # File 'generated/google/apis/books_v1/classes.rb', line 1801 def lo @lo end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1808 1809 1810 1811 | # File 'generated/google/apis/books_v1/classes.rb', line 1808 def update!(**args) @hi = args[:hi] if args.key?(:hi) @lo = args[:lo] if args.key?(:lo) end |