class Geocoder::Result::Geoapify

def geometry

Each feature has a "Point" type in the Geoapify API.

See: https://tools.ietf.org/html/rfc7946#section-3.1
def geometry
  return unless data['geometry']
  symbol_hash data['geometry']
end