Closed brandondtb closed 8 years ago
Example:
{ "long_name" : "Midtown", "short_name" : "Midtown", "types" : [ "neighborhood", "political" ] }, { "long_name" : "Manhattan", "short_name" : "Manhattan", "types" : [ "sublocality_level_1", "sublocality", "political" ] },
The geocoder will select "Manhattan" as the value for neighborhood when the more specific candidate value "Midtown" is available.
Should be fixed now.
Example:
{ "long_name" : "Midtown", "short_name" : "Midtown", "types" : [ "neighborhood", "political" ] }, { "long_name" : "Manhattan", "short_name" : "Manhattan", "types" : [ "sublocality_level_1", "sublocality", "political" ] },
The geocoder will select "Manhattan" as the value for neighborhood when the more specific candidate value "Midtown" is available.