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
CLLocationCoordinate2DDeclaration
Swift
init(_ coordinates: [CLLocationCoordinate2D]) -
Method to create object with an array of
CLLocationCoordinate2Dand selectedIndexDeclaration
Swift
init(_ coordinates: [CLLocationCoordinate2D], selectedIndex: Int)