co-maps/iphone/Maps/UI/Search/SearchOnMap/SearchOnMapAreaView.swift
2025-11-22 13:58:55 +01:00

9 lines
307 B
Swift

final class SearchOnMapAreaView: UIView {
override var sideButtonsAreaAffectDirections: MWMAvailableAreaAffectDirections {
alternative(iPhone: .bottom, iPad: [])
}
override var trafficButtonAreaAffectDirections: MWMAvailableAreaAffectDirections {
alternative(iPhone: .bottom, iPad: [])
}
}