OsmAnd
|
Public Member Functions | |
RegionAddressRepositoryBinary (BinaryMapIndexReader file, String name) | |
void | close () |
synchronized void | preloadCities (ResultMatcher< MapObject > resultMatcher) |
synchronized void | preloadBuildings (Street street, ResultMatcher< Building > resultMatcher) |
synchronized void | addCityToPreloadedList (City city) |
synchronized List< MapObject > | getLoadedCities () |
synchronized void | preloadStreets (MapObject o, ResultMatcher< Street > resultMatcher) |
List< Street > | fillWithSuggestedStreets (MapObject o, ResultMatcher< Street > resultMatcher, String...names) |
List< MapObject > | fillWithSuggestedCities (String name, ResultMatcher< MapObject > resultMatcher, LatLon currentLocation) |
List< Street > | getStreetsIntersectStreets (City city, Street st) |
LatLon | findStreetIntersection (Street street, Street street2) |
Building | getBuildingByName (Street street, String name) |
String | getName () |
String | toString () |
boolean | useEnglishNames () |
City | getCityById (final Long id) |
PostCode | getPostcode (String name) |
Street | getStreetByName (MapObject o, String name) |
void | setUseEnglishNames (boolean useEnglishNames) |
void | clearCache () |
LatLon | getEstimatedRegionCenter () |
net.osmand.plus.RegionAddressRepositoryBinary.RegionAddressRepositoryBinary | ( | BinaryMapIndexReader | file, |
String | name | ||
) |
synchronized void net.osmand.plus.RegionAddressRepositoryBinary.addCityToPreloadedList | ( | City | city | ) |
Implements net.osmand.plus.RegionAddressRepository.
Implements net.osmand.plus.RegionAddressRepository.
Implements net.osmand.plus.RegionAddressRepository.
List<MapObject> net.osmand.plus.RegionAddressRepositoryBinary.fillWithSuggestedCities | ( | String | name, |
ResultMatcher< MapObject > | resultMatcher, | ||
LatLon | currentLocation | ||
) |
Implements net.osmand.plus.RegionAddressRepository.
List<Street> net.osmand.plus.RegionAddressRepositoryBinary.fillWithSuggestedStreets | ( | MapObject | o, |
ResultMatcher< Street > | resultMatcher, | ||
String... | names | ||
) |
Implements net.osmand.plus.RegionAddressRepository.
LatLon net.osmand.plus.RegionAddressRepositoryBinary.findStreetIntersection | ( | Street | street, |
Street | street2 | ||
) |
Implements net.osmand.plus.RegionAddressRepository.
Building net.osmand.plus.RegionAddressRepositoryBinary.getBuildingByName | ( | Street | street, |
String | name | ||
) |
Implements net.osmand.plus.RegionAddressRepository.
City net.osmand.plus.RegionAddressRepositoryBinary.getCityById | ( | final Long | id | ) |
Implements net.osmand.plus.RegionAddressRepository.
synchronized List<MapObject> net.osmand.plus.RegionAddressRepositoryBinary.getLoadedCities | ( | ) |
Implements net.osmand.plus.RegionAddressRepository.
Implements net.osmand.plus.RegionAddressRepository.
PostCode net.osmand.plus.RegionAddressRepositoryBinary.getPostcode | ( | String | name | ) |
Implements net.osmand.plus.RegionAddressRepository.
Street net.osmand.plus.RegionAddressRepositoryBinary.getStreetByName | ( | MapObject | o, |
String | name | ||
) |
Implements net.osmand.plus.RegionAddressRepository.
List<Street> net.osmand.plus.RegionAddressRepositoryBinary.getStreetsIntersectStreets | ( | City | city, |
Street | st | ||
) |
Implements net.osmand.plus.RegionAddressRepository.
synchronized void net.osmand.plus.RegionAddressRepositoryBinary.preloadBuildings | ( | Street | street, |
ResultMatcher< Building > | resultMatcher | ||
) |
Implements net.osmand.plus.RegionAddressRepository.
synchronized void net.osmand.plus.RegionAddressRepositoryBinary.preloadCities | ( | ResultMatcher< MapObject > | resultMatcher | ) |
Implements net.osmand.plus.RegionAddressRepository.
synchronized void net.osmand.plus.RegionAddressRepositoryBinary.preloadStreets | ( | MapObject | o, |
ResultMatcher< Street > | resultMatcher | ||
) |
Implements net.osmand.plus.RegionAddressRepository.
void net.osmand.plus.RegionAddressRepositoryBinary.setUseEnglishNames | ( | boolean | useEnglishNames | ) |
Implements net.osmand.plus.RegionAddressRepository.
boolean net.osmand.plus.RegionAddressRepositoryBinary.useEnglishNames | ( | ) |
Implements net.osmand.plus.RegionAddressRepository.