We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f5848 commit 86ea52dCopy full SHA for 86ea52d
flask_googlemaps/__init__.py
@@ -750,7 +750,7 @@ def as_json(self):
750
751
return json_dict
752
753
- def verify_lat_lng_coordinates(self,lat,lng):
+ def verify_lat_lng_coordinates(self, lat, lng):
754
if not (90 >= lat >= -90):
755
raise AttributeError("Latitude must be between -90 and 90 degrees inclusive.")
756
if not (180 >= lng >= -180):
0 commit comments