class Google::Apis::BooksV1::GeoLayerData::Geo::Boundary

Attributes

latitude[RW]

Corresponds to the JSON property `latitude` @return [Fixnum]

longitude[RW]

Corresponds to the JSON property `longitude` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/books_v1/classes.rb, line 1707
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/books_v1/classes.rb, line 1712
def update!(**args)
  @latitude = args[:latitude] if args.key?(:latitude)
  @longitude = args[:longitude] if args.key?(:longitude)
end