Android Google Maps V2 shows blurry image on Android 2.3.3 - Titanium -


i have implemented ti.map module on sdk 3.1. run code show map:

var mapobject = require("ti.map"); var map = mapobject.createview({     width:ti.ui.fill,     height:ti.ui.fill,     annotations:annotations,     userlocation:true,     regionfit:true,     maptype:mapobject.normal_type }); 

here image of blurry map:

http://goo.gl/qkznv

which taken device android 2.3.3.

it works fine on android > 4.

i have set right google maps v2 key. because when didnt have key, didn't show map, grey area.

does know issue is?

i don't if answer solution specific situation.

i had problem using both google maps android api debug , release keys mixed together. when ran app in debug mode using release key. shows maps cache never load google maps servers because key incorrect. results, when zooming, in blurry or missing images.

your app show error 1 below on startup:

05-13 13:51:22.053: e/google maps android api(29198): ensure following correspond   in api console: package name: com.<your package>, api key: <key>, certificate fingerprint:   <fingerprint> 

Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -