hideAds method

dynamic hideAds()

Implementation

hideAds() {
  tileAdsLayerManager?.updateVisibility(false);
  deselectedPin();
}