appearanceForTraitCollection static method

MLNMapView appearanceForTraitCollection(
  1. UITraitCollection trait
)
override

appearanceForTraitCollection:

Implementation

static MLNMapView appearanceForTraitCollection(UITraitCollection trait) {
objc.checkOsVersionInternal('MLNMapView.appearanceForTraitCollection:', iOS: (false, (8, 0, 0)));
  final _ret = _objc_msgSend_1sotr3r(_class_MLNMapView, _sel_appearanceForTraitCollection_, trait.ref.pointer);
  return MLNMapView.castFromPointer(_ret, retain: true, release: true);
}