Ejemplo n.º 1
0
 def __init__(self):
     POIProvider.__init__(self, threadName=constants.THREAD_TESTING_PROVIDER)
Ejemplo n.º 2
0
 def __init__(self):
     POIProvider.__init__(self, threadName=constants.THREAD_REVERSE_GEOCODING)
Ejemplo n.º 3
0
 def __init__(self):
     POIProvider.__init__(self,
         threadName=constants.THREAD_WIKIPEDIA_SEARCH_NOMINATIM
     )
Ejemplo n.º 4
0
 def __init__(self):
     POIProvider.__init__(self, threadName=constants.THREAD_LOCAL_SEARCH_GOOGLE)
Ejemplo n.º 5
0
 def __init__(self):
     POIProvider.__init__(self, threadName=constants.THREAD_ADDRESS_SEARCH)
Ejemplo n.º 6
0
 def __init__(self):
     POIProvider.__init__(
         self, threadName=constants.THREAD_LOCAL_SEARCH_OSM_SCOUT)
Ejemplo n.º 7
0
 def __init__(self):
     POIProvider.__init__(self, threadName=constants.THREAD_ADDRESS_SEARCH)
Ejemplo n.º 8
0
 def __init__(self):
     POIProvider.__init__(self, threadName=constants.THREAD_TESTING_PROVIDER)
Ejemplo n.º 9
0
 def __init__(self):
     POIProvider.__init__(self,
         threadName=constants.THREAD_WIKIPEDIA_SEARCH_NOMINATIM
     )
Ejemplo n.º 10
0
 def __init__(self):
     POIProvider.__init__(self, threadName=constants.THREAD_REVERSE_GEOCODING)