grais

Results 1 issues of grais

``` Bitmap bitmap = BitmapFactory.DecodeResource(this.Resources, Resource.Drawable.marker); marker = new MapMarker(this, pos, MapControlAlignmentType.CenterBottom, bitmap); var popupView = marker.AddNewPopup(300, 300); var textView = new TextView(this.ApplicationContext); textView.Text = "Some popup text here: "...

bug
ui