Method: Geocoder::Result::Geoapify#geometry
- Defined in:
- lib/geocoder/results/geoapify.rb
#geometry ⇒ Object
See: tools.ietf.org/html/rfc7946#section-3.1
Each feature has a “Point” type in the Geoapify API.
78 79 80 81 82 |
# File 'lib/geocoder/results/geoapify.rb', line 78 def geometry return unless data['geometry'] symbol_hash data['geometry'] end |