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
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The user's location is displayed on the map. You can go to any location by track
5
5
6
6
Tapping on the user's current location will get weather information of the current location.
7
7
8
-
The *WeatherAPI* framework gets the weather information from [OpenWeatherMap](https://openweathermap.org). You pass the CLLocation instance and it will get the weather information in `LocationWeatherInfo` instance. The `LocationWeatherInfo` makes sure the units are preserved appropriately according to the server sends. The unit is displayed automatically by iOS.
8
+
The *WeatherAPI* framework gets the weather information from [OpenWeatherMap](https://openweathermap.org). You pass the CLLocation instance and it will get the weather information in `LocationWeatherInfo` instance. The `LocationWeatherInfo` makes sure the units are preserved appropriately according to the server sends.
0 commit comments