We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15480a7 commit 991f5c4Copy full SHA for 991f5c4
1 file changed
geolocation/api.py
@@ -35,7 +35,7 @@ def send_request(self, request):
35
36
self.log.warning(self.get_status_code(status))
37
38
- def prepare_query(self, location=None, latlng=None):
+ def prepare_query(self, location=None, lat=None, lng=None):
39
"""Method prepares query to request for google api. This method have to be implemented on all apis."""
40
raise Exception(const.NOT_IMPLEMENTED)
41
0 commit comments