Skip to content

Commit

Permalink
Merge pull request #11 from bubnovKelnik/master
Browse files Browse the repository at this point in the history
Add 'Locality' to GeoObject::$_addressHierarchy['AdministrativeArea']
  • Loading branch information
Dmitry Kuznetsov committed Apr 11, 2016
2 parents fe1da3b + a80446d commit c026f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Yandex/Geo/GeoObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class GeoObject
{
protected $_addressHierarchy = [
'Country' => array('AdministrativeArea'),
'AdministrativeArea' => array('SubAdministrativeArea'),
'AdministrativeArea' => array('SubAdministrativeArea', 'Locality'),
'SubAdministrativeArea' => array('Locality'),
'Locality' => array('DependentLocality', 'Thoroughfare'),
'DependentLocality' => array('DependentLocality', 'Thoroughfare'),
Expand Down

0 comments on commit c026f35

Please sign in to comment.