FUIInitCoordinates

public protocol FUIInitCoordinates

Provides init method for an object with an array of CLLocationCoordinate2D and selectedIndex

  • Method to create object with an array of CLLocationCoordinate2D

    Declaration

    Swift

    init(_ coordinates: [CLLocationCoordinate2D])
  • Method to create object with an array of CLLocationCoordinate2D and selectedIndex

    Declaration

    Swift

    init(_ coordinates: [CLLocationCoordinate2D], selectedIndex: Int)