Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 430 Bytes

MapPoint.md

File metadata and controls

39 lines (26 loc) · 430 Bytes

MapPoint

public struct MapPoint

Initializers

init(latitude:longitude:title:subtitle:)

public init(latitude: Double, longitude: Double, title: String, subtitle: String)

Properties

latitude

let latitude: Double

longitude

let longitude: Double

title

let title: String

subtitle

let subtitle: String