appearanceForTraitCollection static method
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);
}