GoogleMaps3D Framework Reference

ModifiedContent

extension ModifiedContent : Copyable, Escapable, MapAnimatable where Content : MapAnimatable, Content : View, Modifier : ViewModifier
extension ModifiedContent : Copyable, Escapable, MapContent, MapContentAnchorable, View where Content : MapContentAnchorable, Modifier : ViewModifier
extension ModifiedContent : Copyable, Escapable, MapContent, View where Content : MapContent, Modifier : ViewModifier
extension ModifiedContent : Copyable, Escapable, MapContent, MapContentTappable, View where Content : MapContentTappable, Modifier : ViewModifier
extension ModifiedContent : Copyable, Escapable, MapControl, View where Content : MapControl, Modifier : ViewModifier
  • Internal engine detail used to “seal” the protocol and prevent external conformance.

    Declaration

    Swift

    var _identifier: _MapControlIdentifier { get }
  • Internal engine detail used by the result builder to flatten the control tree.

    Declaration

    Swift

    var _primitiveControls: [any MapControl] { get }