Publish to publicapi service not explore (#94)

This commit is contained in:
Dominic Wong
2021-05-05 11:48:38 +01:00
committed by GitHub
parent 3186f46811
commit 0478c357d4
5 changed files with 29 additions and 16 deletions

View File

@@ -34,12 +34,12 @@
"line_one": "10 Russell Street",
"city": "London",
"country": "United Kingdom",
"postcode": "WC2B 5HZ"
"postcode": "WC2B 5HZ"
},
"location": {
"latitude": 51.5123064,
"longitude": -0.1216235
}
}
}
}]
}

4
geocoding/pricing.json Normal file
View File

@@ -0,0 +1,4 @@
{
"Geocoding.Geocode": 100,
"Geocoding.Reverse": 100
}