cmcintosh / weather_app

This is a demonstration weather app for Android and iPhone using the Visual Studio Xamarin plugin
0 stars 0 forks source link

Update UI For locations entering #5

Open cmcintosh opened 7 years ago

cmcintosh commented 7 years ago

We need to make setting the Location for the weather easier to accomplish. Users should be able to enter a Text location (City, State or City, State Country, or Zipcode) and our system should detect which it is and then get the correct location ID from the Weather API app. The easiest way to do this IMHO is to implement Google Places API into our application and use it in order to return the Lat / Lon and then send that as our request to the Weather API.

cmcintosh commented 7 years ago

est 5 hours, 1 for response handler.