Answer the question
In order to leave comments, you need to log in
Spam in Google Maps, how to win?
For the past six months, Google Maps has been giving out something incomprehensible to the coordinates received via GeoIP for my wired provider, and only through the API:
https://maps.google.com/maps/geo?q=59.939038999999...
<source lang="javascript">
{
"name": "59.93903899999999,30.315785",
"Status": {
"code": 200,
"request": "geocode"
},
"Placemark": [ {
"id": "p1",
"address": "COME A CASA, kursy inostrannykh yazykov, OOO, г. Санкт-Петербург, Russia",
"AddressDetails": {
"Accuracy" : 9,
"Country" : {
"AdministrativeArea" : {
"AdministrativeAreaName" : "Санкт-Петербург",
"Locality" : {
"AddressLine" : [ "COME A CASA, курсы иностранных языков, ООО" ],
"LocalityName" : "г. Санкт-Петербург"
}
},
"CountryName" : "Россия",
"CountryNameCode" : "RU"
}
},
"ExtendedData": {
"LatLonBox": {
"north": 59.9446278,
"south": 59.9334493,
"east": 30.3317924,
"west": 30.2997776
}
},
"Point": {
"coordinates": [ 30.3157850, 59.9390390, 0 ]
}
} ]
}</source>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question