Searched refs:BGeolocation (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/netservices/
H A DGeolocation.h17 class BGeolocation { class in namespace:BPrivate::Network
19 BGeolocation();
20 BGeolocation(const BUrl& geolocationService,
/haiku/src/kits/network/libnetservices/
H A DGeolocation.cpp53 BGeolocation::BGeolocation() function in class:BPrivate::Network::BGeolocation
60 BGeolocation::BGeolocation(const BUrl& geolocationService, function in class:BPrivate::Network::BGeolocation
73 BGeolocation::LocateSelf(float& latitude, float& longitude)
179 BGeolocation::Country(const float latitude, const float longitude,
234 const char* BGeolocation::kDefaultGeolocationService
238 const char* BGeolocation::kDefaultGeocodingService
244 const char* BGeolocation::kDefaultGeolocationService = "";
245 const char* BGeolocation
[all...]
/haiku/src/tests/kits/net/service/
H A DGeolocationTest.cpp26 BGeolocation locator(BUrl(
39 BGeolocation geocoder(BUrl(""), BUrl("https://secure.geonames.org/?username=demo"));

Completed in 44 milliseconds