Hello,
I’m new trying ThinkGeo Map Suite for mobile and I can’t create an Scale Bar on my Map View.
This is what I’m doing:
ScaleBarAdornmentLayer scaleBarLayer = new ScaleBarAdornmentLayer();
scaleBarLayer.Location = AdornmentLocation.LowerCenter;
scaleBarLayer.IsVisible = true;
scaleBarLayer.UnitFamily = UnitSystem.Metric;
_mapView.AdornmentOverlay.Layers.Add("ScaleBar", scaleBarLayer);
_mapView.Refresh();
what am I doing wrong?
Thanks.