You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently forecast for a specific LAT and LON. While these can be the default values, we can get the location from the google calendar event if provided by the organizer.
Event location is available at event['location']here. From that, we need to retrieve the longitude and latitude, and provide them to send_weather_forecast(...) a few line below.
Question
How to get the coordinates of a place given the address?
The text was updated successfully, but these errors were encountered:
tha to dokimaso mia mera mesa sti vdomada, i don't think the gmaps API costs that much. it costs, but considering our requests (which are not going to be THAT many) is going to be ok
We currently forecast for a specific
LAT
andLON
. While these can be the default values, we can get the location from the google calendar event if provided by the organizer.Event location is available at
event['location']
here. From that, we need to retrieve the longitude and latitude, and provide them tosend_weather_forecast(...)
a few line below.Question
How to get the coordinates of a place given the address?
The text was updated successfully, but these errors were encountered: