Sha256: 95730774e87517328dea3ebf5e5d4fc5a530eea536612e66741357f2645d36be

Contents?: true

Size: 374 Bytes

Versions: 48

Compression:

Stored size: 374 Bytes

Contents

require_relative 'resource'

module Contentful
  module Management
    # Location Field Type
    # @see _ You can directly query for them: https://www.contentful.com/developers/documentation/content-management-api/#search-filter-geo
    class Location
      include Contentful::Management::Resource

      property :lat, :float
      property :lon, :float
    end
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
contentful-management-3.8.0 lib/contentful/management/location.rb
contentful-management-3.7.0 lib/contentful/management/location.rb
contentful-management-3.6.0 lib/contentful/management/location.rb
contentful-management-3.5.0 lib/contentful/management/location.rb
contentful-management-3.4.0 lib/contentful/management/location.rb
contentful-management-3.3.0 lib/contentful/management/location.rb
contentful-management-3.2.0 lib/contentful/management/location.rb
contentful-management-3.1.0 lib/contentful/management/location.rb
contentful-management-3.0.0 lib/contentful/management/location.rb
contentful-management-2.13.1 lib/contentful/management/location.rb
contentful-management-2.13.0 lib/contentful/management/location.rb
contentful-management-2.12.1 lib/contentful/management/location.rb
contentful-management-2.12.0 lib/contentful/management/location.rb
contentful-management-2.11.0 lib/contentful/management/location.rb
contentful-management-2.10.0 lib/contentful/management/location.rb
contentful-management-2.9.1 lib/contentful/management/location.rb
contentful-management-2.9.0 lib/contentful/management/location.rb
contentful-management-2.8.2 lib/contentful/management/location.rb
contentful-management-2.8.1 lib/contentful/management/location.rb
contentful-management-2.8.0 lib/contentful/management/location.rb