File tree 2 files changed +8
-7
lines changed
XFGoogleMapSample/XFGoogleMapSample
Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps.iOS
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace XFGoogleMapSample . local
13
13
{
14
- [ XamlCompilation ( XamlCompilationOptions . Compile ) ]
15
- public partial class BoundsTestPage : ContentPage
16
- {
17
- public BoundsTestPage ( )
18
- {
19
- InitializeComponent ( ) ;
14
+ [ XamlCompilation ( XamlCompilationOptions . Compile ) ]
15
+ public partial class BoundsTestPage : ContentPage
16
+ {
17
+ public BoundsTestPage ( )
18
+ {
19
+ InitializeComponent ( ) ;
20
20
21
21
// Colosseum of Rome: 41.890251, 12.492373
22
22
var center = new Position ( 41.890251 , 12.492373 ) ;
Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ protected override void Dispose(bool disposing)
62
62
logic . Unregister ( NativeMap , Map ) ;
63
63
}
64
64
}
65
- _cameraLogic . Unregister ( ) ;
65
+ _cameraLogic . Unregister ( ) ;
66
+ _uiSettingsLogic . Unregister ( ) ;
66
67
67
68
var mkMapView = ( MapView ) Control ;
68
69
if ( mkMapView != null )
You can’t perform that action at this time.
0 commit comments