@@ -22,7 +22,7 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
BUrl fService;
|
BUrl fService;
|
||||||
static const BUrl kDefaultService;
|
static const char* kDefaultService;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -140,5 +140,4 @@ BGeolocation::LocateSelf(float& latitude, float& longitude)
|
|||||||
|
|
||||||
// FIXME switch to an openly available service that will actually work with the
|
// FIXME switch to an openly available service that will actually work with the
|
||||||
// "standard" geolocation API. Openbmap has a few variations.
|
// "standard" geolocation API. Openbmap has a few variations.
|
||||||
const BUrl BGeolocation::kDefaultService = BUrl(
|
const char* BGeolocation::kDefaultService = "http://openbmap.org/api/json.php5";
|
||||||
"http://openbmap.org/api/json.php5");
|
|
||||||
|
|||||||
Reference in New Issue
Block a user