Configuration

struct Configuration

The STLocationRequestController Configurations

  • The Title Configuration Type

    Declaration

    Swift

    typealias Title = (text: String, font: UIFont, color: UIColor)
  • The Button Configuration Type

    Declaration

    Swift

    typealias Button = (title: String, titleColor: UIColor, font: UIFont, backgroundColor: UIColor, highlightedBackgroundColor: UIColor, highlightedTitleColor: UIColor, borderColor: UIColor, borderWidth: CGFloat, cornerRadius: CGFloat)
  • The MapView Configuration Type

    Declaration

    Swift

    typealias MapView = (configuration: FlyoverCamera.Configuration, type: FlyoverMapView.MapType, alpha: CGFloat)
  • The PulseEffect Configuration Type

    Declaration

    Swift

    typealias PulseEffect = (enabled: Bool, color: UIColor, radius: CGFloat)
  • The LocationSymbol Configuration Type

    Declaration

    Swift

    typealias LocationSymbol = (color: UIColor, hidden: Bool)
  • The Places Configuration Type

    Declaration

    Swift

    typealias Places = (filter: [STLocationRequestController.Place]?, changeInterval: TimeInterval, custom: [CLLocationCoordinate2D])