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