Development/iPhone
[옛 글] 구글 날씨 API의 아이콘 이름과 경로 변경
마즈다
2013. 7. 19. 12:38
반응형
최초 작성일 : 2011/05/31 15:58
구글 날씨 API는 현재 서비스 종료되었습니다!
내가 구글에게 뭐 해준 것은 없지만
이렇게 갑자기 통보도 없이 바꿔버리면 유료로 제공하는 내 앱은
어쩌란 말이냐...ㅠ.ㅠ
그냥 허접한 구글 아이콘 사용하기 실어서 URL링크하면 될 것을
좀더 멋진 아이콘을 구해다가 이름만 갖게 해서 사용했더니 아이콘 이름이 바뀌어서
날씨 이미지가 안뜬다...ㅠ.ㅠ
일단 임시 방편으로 알려진 이미지 이름을 찾아서 이름만 다른 동일한 이미지를
별도로 추가했다.
http://blog.rockettheme.com/forum/index.php?f=202&p=661808&rb_v=viewtopic
- "weather_thunderstorms-40" =>"thunderstorm",
- "weather_partlycloudy-40" =>"partly_cloudy",
- "weather_sunny-40" =>"sunny",
- "weather_overcast-40" =>"unknown",
- "weather_mostlycloudy-40" =>"mostly_cloudy",
- "weather_rain-40" =>"rain",
- "weather_scatteredthunderstorms-40" =>"chance_of_storm",
- "weather_scatteredshowers-40" =>"chance_of_rain",
- "weather_snowflurries-40" =>"flurries",
- "weather_haze-40" =>"haze",
- "weather_smoke-40" =>"smoke",
- "weather_fog-40" =>"fog",
- "weather_dust-40" =>"dust",
- "weather_icy-40" =>"icy",
- "weather_snow-40" =>"snow",
- "weather_sleet-40" =>"sleet",
- "weather_cloudy-40" =>"cloudy",
- "weather_drizzle-40" =>"unknown",
- "weather_windy-40" =>"unknown",
- "weather_heavyrain-40" =>"unknown"
- "weather_heavysnow-40" =>"unknown"
반응형