diff --git a/OsmAnd/src/net/osmand/plus/RegionAddressRepository.java b/OsmAnd/src/net/osmand/plus/RegionAddressRepository.java index 4a76ea64fb..6ce865b7e9 100644 --- a/OsmAnd/src/net/osmand/plus/RegionAddressRepository.java +++ b/OsmAnd/src/net/osmand/plus/RegionAddressRepository.java @@ -57,7 +57,7 @@ public interface RegionAddressRepository { // TODO remove that method public List fillWithSuggestedStreets(MapObject o, ResultMatcher resultMatcher, String... names); - // TODO remove that method + public List fillWithSuggestedCities(String name, ResultMatcher resultMatcher, LatLon currentLocation);