class GeocodeInterpretation
Constants
- DEBUGINFO
- FEATURE
- FIELDS
- PARENTLONGIDS
- PARENTS
- SCORES
- SCORINGFEATURES_DEPRECATED
- WHAT
- WHERE
Public Instance Methods
coordinates()
click to toggle source
# File lib/twofishes/result.rb, line 29 def coordinates [lat, lng] end
country_code()
click to toggle source
# File lib/twofishes/result.rb, line 17 def country_code cc end
lat()
click to toggle source
# File lib/twofishes/result.rb, line 21 def lat geometry.center.lat end
lng()
click to toggle source
# File lib/twofishes/result.rb, line 25 def lng geometry.center.lng end
struct_fields()
click to toggle source
# File lib/thrift/geocoder_types.rb, line 468 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/thrift/geocoder_types.rb, line 470 def validate end