Android:Google maps coordinates -


i have app coordinates , returned google maps. have 1 problem. when put coordinates,the pointer not correct. have 1 method think not job.

sorry bad english.

thanks in advance.

 touchedpoint=map.getprojection().frompixels((int) cord,(int) cord1);         custompoint custom = new custompoint(d, maps.this);          overlayitem overlayitem = new overlayitem(touchedpoint, null, null);           custom.insertpoints(overlayitem);         overlaylist.add(custom); 

please use google map v2. has been deprecated , key been lost on march. https://developers.google.com/maps/documentation/android/

and can find tutorial in http://www.vogella.com/articles/androidgooglemaps/article.html


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -