Joe Cooper
Joe Cooper
I managed to get something going that works. Thanks!
What I did is pretty naive and didn't take into account map projection. I did this to size a translucent circle: private double ConvertDegreesToLengthApproximate(double degrees) { var zoomFactor = mapView.Map.Projection.ToZoomFactor...
Nope; different issue. I have it fixed in my project but it's not very generalized. I'll write more later; I am out sick.
So basically I made the points of interest on the map into non-buttons and wrote a subclass of MapViewSurface that handles the onTap message and cycles through all the map...
I wrote something like this: ``` var imageResource = ...; var image = BitmapFactory.DecodeResource (mapView.Resources, imageResource); var view = ...; //some subclass of view var control = new MapControl (view,...
See above. The first section, ending with mapView.AddControl. A "marker" is a particular kind of control with properties we don't want; they're controls which are also buttons.
"have a MapView with 1 or more markers and perform a zoom gesture. The first finger to touch the screen to perform the zoom gesture should touch one of the...
Hi. I've tried the fix in question. It works. In light of the changes I sent in, however, you need to make sure that _layoutParams are assigned to in SetSize....
Signed
Nice, go for it.