How can we receive kml polygon feature from kmlLayer when Moving Maps android app -


i want have marker fixed in middle of map. when move map. following kml layer data marker me please .

in way, can information clicking on map.

kmllayer.setonfeatureclicklistener(new kmllayer.onfeatureclicklistener() {           @override            public void onfeatureclick(feature feature) {              toast.maketext(kmldemoactivity.this,                    "feature clicked: " + feature.getid(),                          toast.length_short).show();                     } 


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -