I am performing a request to the Google Maps Distance Matrix API to calculate the distance from one point to another. Both points are in Russia. The problem is that, in some cases, the API returns the wrong destination.
For example, I select this point on the Black sea coast, Russia.
The request to the API is
https://maps.googleapis.com/maps/api/distancematrix/json?origins=58.3941198,33.223535&destinations=44.58019749055891,38.0705451965332&mode=driving&language=ru-RU&key=
It returns
"destination_addresses" : [
"1 Chome-11 Kamifukubara, Yonago-shi, Tottori-ken 683-0004, Japan"
],...
So, Google Maps knows it is Russia, but Distance Matrix thinks it is Japan. Why?
Is there a known bug for places near the sea coast?
UPDATE
This bug was handled in issue tracker https://issuetracker.google.com/issues/35828610. It was marked as Fixed on July 19, 2016.