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