Skip to content

Commit

Permalink
Add 'Locality' to GeoObject::$_addressHierarchy[]
Browse files Browse the repository at this point in the history
  • Loading branch information
bubnovKelnik committed Apr 11, 2016
1 parent fe1da3b commit a80446d
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 a80446d

Please sign in to comment.