init(elevationStyle:emphasisStyle:)
Creates a standard map configuration with the specified elevation and emphasis styles.
Declaration
convenience init(elevationStyle: MKMapConfiguration.ElevationStyle, emphasisStyle: MKStandardMapConfiguration.EmphasisStyle)Parameters
- elevationStyle:
One of the Elevationstyle Swift.enum modes.
- emphasisStyle:
One of the Emphasisstyle Swift.enum styles.