class Contentful::Location
Location
Field
Type You can directly query for them: www.contentful.com/developers/documentation/content-delivery-api/#search-filter-geo
Attributes
Public Class Methods
Source
# File lib/contentful/location.rb, line 9 def initialize(json) @lat = json.fetch('lat', nil) @lon = json.fetch('lon', nil) end