Today I checked out the geodata API. I inserted a point and tried the getNearByPoint-function.
The insertion of a marked point worked well as well as the return of all points.
But when I try to gather all points within a x KM-radius, the service works falsely. Instead of returning a point in a distance 120 km it is returned inside a 200 km radius.
Did I use the wrond metrics (the kind of metrics google maps is using) or is the service broken?
Edit: The service also returns "distanceInKM":null inside its JSON-body
Regards, Thomas