Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/145.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ Google静态地图图像不在Tizen设备上运行,但在emulator上运行_C++_Google Maps_Tizen_Google Static Maps - Fatal编程技术网

C++ Google静态地图图像不在Tizen设备上运行,但在emulator上运行

C++ Google静态地图图像不在Tizen设备上运行,但在emulator上运行,c++,google-maps,tizen,google-static-maps,C++,Google Maps,Tizen,Google Static Maps,我正在为我的Tizen应用程序从Google下载静态地图图像。代码在模拟器上运行得非常好,但在实际设备上运行得不好。它显示空白图像 我们使用的示例URL: http://maps.googleapis.com/maps/api/staticmap?center=38.215,35.3454&zoom=13&size=450x250&markers=icon:<markerURL>|shadow:false|38.215,35.3454&sensor=t

我正在为我的Tizen应用程序从Google下载静态地图图像。代码在模拟器上运行得非常好,但在实际设备上运行得不好。它显示空白图像

我们使用的示例URL:

http://maps.googleapis.com/maps/api/staticmap?center=38.215,35.3454&zoom=13&size=450x250&markers=icon:<markerURL>|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
http://maps.googleapis.com/maps/api/staticmap?center=38.215,35.3454&zoom=13&size=450x250&markers=icon:|阴影:假| 38.215,35.3454&sensor=true&style=feature:water |可见性:on |色调:0x0091ff |饱和度:39 |亮度:-4 |伽马:0.84&style=特征:poi |饱和度:19 |亮度:-5 |伽马:0.94&style=feature road |伽马:0.83 |重量:1.1&style=feature tran坐姿|饱和度:39 |伽马:0.78 |色调:0xffcc00 |明度:-16&风格=特色:行政|伽马:0.5&风格=特色:道路|公路|能见度:on |饱和度:-18&风格=特色:poi.公园|伽马:1.22 |明度:-4 |饱和度:-43&风格=特色:道路|动脉|饱和度:-49 |明度:42 |伽马:0.6.jpg

请注意,这些键不与此URL一起使用

当我转到你问题中的URL时,我看到一个“空白图像”。但是,当我将缩放级别调整为稍微放大一点,将其从13降低到10时,我看到一些地图。我觉得你们对这些坐标太过放大了,所以看到的是一张完全空白的地图

e、 g。

定义“工作不正常”感谢更新了问题。