OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Public Member Functions
net.osmand.plus.RegionAddressRepository Interface Reference
Inheritance diagram for net.osmand.plus.RegionAddressRepository:
net.osmand.plus.RegionAddressRepositoryBinary

List of all members.

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)

Member Function Documentation

List<MapObject> net.osmand.plus.RegionAddressRepository.fillWithSuggestedCities ( String  name,
ResultMatcher< MapObject >  resultMatcher,
LatLon  currentLocation 
)
List<Street> net.osmand.plus.RegionAddressRepository.fillWithSuggestedStreets ( MapObject  o,
ResultMatcher< Street >  resultMatcher,
String...  names 
)
LatLon net.osmand.plus.RegionAddressRepository.findStreetIntersection ( Street  street,
Street  street2 
)
Building net.osmand.plus.RegionAddressRepository.getBuildingByName ( Street  street,
String  name 
)
Street net.osmand.plus.RegionAddressRepository.getStreetByName ( MapObject  cityOrPostcode,
String  name 
)
List<Street> net.osmand.plus.RegionAddressRepository.getStreetsIntersectStreets ( City  city,
Street  st 
)
void net.osmand.plus.RegionAddressRepository.preloadBuildings ( Street  street,
ResultMatcher< Building >  resultMatcher 
)
void net.osmand.plus.RegionAddressRepository.preloadCities ( ResultMatcher< MapObject >  resultMatcher)
void net.osmand.plus.RegionAddressRepository.preloadStreets ( MapObject  o,
ResultMatcher< Street >  resultMatcher 
)

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines