class Geocoder::Result::Tencent

def province

regular geocoding API.
'address_component' compared to 'address_components' in the
NOTE: The Tencent reverse geocoding API has the field named
def province
  @data['address_components'] and (@data['address_components']['province']) or 
  (@data['address_component'] and @data['address_component']['province']) or
  ""
end