public override void ViewDidLoad()
        {
            base.ViewDidLoad();
            // Perform any additional setup after loading the view, typically from a nib.
            AMapServices.SharedServices.ApiKey      = "ebf541962d1d1060d7c1a66576f12093";
            AMapServices.SharedServices.EnableHTTPS = true;
            MAMapView map = new MAMapView();

            map.Frame = this.View.Bounds;
            map.SetShowsUserLocation(true);
            map.SetUserTrackingMode(MAUserTrackingMode.Follow);
            this.View.AddSubview(map);
        }
Exemple #2
0
        public override void ViewDidLoad()
        {
            base.ViewDidLoad();
            // Perform any additional setup after loading the view, typically from a nib.
            AMapServices.SharedServices.ApiKey      = "fdd52a64c5dbbc985f3b259f08b3c977";
            AMapServices.SharedServices.EnableHTTPS = true;
            MAMapView map = new MAMapView();

            map.Frame = this.View.Bounds;
            map.SetShowsUserLocation(true);
            map.SetUserTrackingMode(MAUserTrackingMode.Follow);
            this.View.AddSubview(map);
        }