Sha256: 85d1e1bc89d59498f217f05a6e1b20567f0c3f614b57a83285894de058f2c48d
Contents?: true
Size: 436 Bytes
Versions: 23
Compression:
Stored size: 436 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/latlng.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.type.LatLng" do optional :latitude, :double, 1 optional :longitude, :double, 2 end end module Google module Type LatLng = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.LatLng").msgclass end end
Version data entries
23 entries across 23 versions & 3 rubygems