2 * Copyright 2014, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
18 BGeolocation(const BUrl
& service
);
20 status_t
LocateSelf(float& latitude
, float& longitude
);
21 status_t
Locate(const BString placeName
, float& latitude
,
23 status_t
Name(const float latitude
, const float longitude
,
28 static const char* kDefaultService
;
32 } // namespace BPrivate