CMUISettings

public class CMUISettings : NSObject

Map UISettings.

Usage example:

// zoom controls enable
let mapController: CMMapController = ...
mapController.settings.zoomControls = true
  • Enable compass Button

    Declaration

    Swift

    public var compassButton: Bool
  • Enable MyLocation Button

    Declaration

    Swift

    public var myLocationButton: Bool
  • Enable ZoomControls

    Declaration

    Swift

    public var zoomControls: Bool