class Google::Apis::AdminDirectoryV1::BuildingCoordinates

Public API: Resources.buildings

Attributes

latitude[RW]

Latitude in decimal degrees. Corresponds to the JSON property `latitude` @return [Float]

longitude[RW]

Longitude in decimal degrees. Corresponds to the JSON property `longitude` @return [Float]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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