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
Post a Comment