Sha256: 23eebac0c59fa38492d93d00186c4b305dc40e61724b28a44499da7e6f04ae4c
Contents?: true
Size: 365 Bytes
Versions: 3
Compression:
Stored size: 365 Bytes
Contents
module TD::Types # Describes a location on planet Earth. # # @attr latitude [Float] Latitude of the location in degrees; as defined by the sender. # @attr longitude [Float] Longitude of the location, in degrees; as defined by the sender. class Location < Base attribute :latitude, TD::Types::Float attribute :longitude, TD::Types::Float end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/location.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/location.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/location.rb |