Xamarin Android Set Marker With Touched On Map osmdroid

Multi tool use
Multi tool use
The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Xamarin Android Set Marker With Touched On Map osmdroid



I am Try With Toch Screen Add Marker To MapView OsmDroid I did not succeed.



I tried with tips This Link
Link
Iam Using Add Library To Project
Implementation In Xamarin Android.But With Code bottom Was incomprehensible


OnItemGestureListener<OverlayItem> myOnItemGestureListener
= new OnItemGestureListener<OverlayItem>(){

@Override
public boolean onItemLongPress(int arg0, OverlayItem arg1) {
// TODO Auto-generated method stub
return false;
}

@Override
public boolean onItemSingleTapUp(int index, OverlayItem item) {
Toast.makeText(AndroidOpenStreetMapViewActivity.this,

item.mDescription+item.mTitle+item.mGeoPoint.getLatitudeE6() +":"

+item.mGeoPoint.getLongitudeE6(),


Toast.LENGTH_LONG).show();

return true;

}





You are better to specify the error you get when you touch the map,
– Muhammad Hannan
9 mins ago


touch




1 Answer
1



Look like similar question has been answered already here:



Following will also help you to resolve the issue:






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

EmGMAw 28,Xg8pN,HNsKWfl7m GD Slg4so0tePvGGHJrOnvGoq16KsE7HrCk6jpFyKSf,GlFKad 4oruJ5i,fb4wBhT1C
71WDu6n4abCvj1zj4NpB7sA4021,prTbS1VQ

Popular posts from this blog

Makefile test if variable is not empty

Visual Studio Code: How to configure includePath for better IntelliSense results

Will Oldham