Searched refs:latitude (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/kits/network/libnetservices/
H A DGeolocation.cpp73 BGeolocation::LocateSelf(float& latitude, float& longitude) argument
171 latitude = lat;
179 BGeolocation::Country(const float latitude, const float longitude, argument
185 requestString.SetToFormat("%s&lat=%f&lng=%f", url.Request().String(), latitude,
/haiku/src/tests/kits/net/service/
H A DGeolocationTest.cpp28 float latitude, longitude; local
29 status_t result = locator.LocateSelf(latitude, longitude);
32 printf("Your position is: %f %f\n", latitude, longitude);
/haiku/headers/private/netservices/
H A DGeolocation.h23 status_t LocateSelf(float& latitude, float& longitude);
24 status_t Locate(const BString placeName, float& latitude,
27 status_t Name(const float latitude, const float longitude,
29 status_t Country(const float latitude, const float longitude,

Completed in 47 milliseconds