We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db34278 commit a11c1f9Copy full SHA for a11c1f9
map-view.android.ts
@@ -44,6 +44,13 @@ export class MapView extends MapViewBase {
44
}
45
46
public disposeNativeView() {
47
+ if(this.nativeView){
48
+ this.nativeView.onDestroy();
49
+ }
50
+ if(this._gMap){
51
+ this._gMap.setMyLocationEnabled(false);
52
+ this._gMap.clear();
53
54
this._context = undefined;
55
this._gMap = undefined;
56
this._markers = undefined;
0 commit comments