语言

Menu
Sites
Language
Google Maps Image is not downloaded and displayed when app running on real device
I bumped in to a strange problem with Tizen. I am showing a static map inside my app for the location.
 
I am using DownloadManager to download the image and later display on the screen. This works perfectly fine with the emulator but once I submitted this to Tizen store, the images are not displayed well.
 
We are using a typical URL with markers for static image
 
e.g. is below (stripped down the marker URL and added .JPG at the end)
 
http://maps.googleapis.com/maps/api/staticmap?center=38.215,35.3454&zoom=13&size=450x250&markers=icon:<marker URL>|shadow:false|38.215,35.3454&sensor=true&style=feature:water|visibility:on|hue:0x0091ff|saturation:39|lightness:-4|gamma:0.84&style=feature:poi|saturation:19|lightness:-5|gamma:0.94&style=feature:road|gamma:0.83|weight:1.1&style=feature:transit|saturation:39|gamma:0.78|hue:0xffcc00|lightness:-16&style=feature:administrative|gamma:0.5&style=feature:road.highway|visibility:on|saturation:-18&style=feature:poi.park|gamma:1.22|lightness:-4|saturation:-43&style=feature:road.arterial|saturation:-49|lightness:42|gamma:0.6.jpg
 
It's quite strange to see this is not working with the real device. Note that we are not using any API keys for this but this must work well. The app is not rejected from Tizen Store and we sit clueless. Any idea about this?

响应

1 回复
kimi

Hi,

I used the mentioned URL and I am able to get the image in a Web Control.  You can try that option in your application.

 

Kimi