Skip to content

Files

Latest commit

4c16261 · Mar 17, 2021

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