Hi
I have a problem with the NorthArrowAdornmentLayer.
Nord = new NorthArrowAdornmentLayer();Nord.Location= AdornmentLocation.UpperLeft;GeoImage geoImage = new GeoImage();geoImage.NativeImage=BitmapFactory.DecodeResource(Resources, Resource.Drawable.Nord);Nord.Gimg = geoImage;Nord.RotateAngle = 0;
adornmentOverlay = new AdornmentOverlay();adornmentOverlay.Layers.Add(Scalebar);adornmentOverlay.Layers.Add(Nord);
There is an error
Caused by: md52ce486a14f4bcd95899665e9d932190b.JavaProxyThrowable: System.NullReferenceException: Object reference not set to an instance of an object
No problem with only the ScaleBar
I have tested without geoimage, also error.
Regards
Laurent M