Skip to content

Instantly share code, notes, and snippets.

@mikru1688
Created June 30, 2020 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikru1688/351b9d8c1313fd33c4f7b432e08b261a to your computer and use it in GitHub Desktop.
Save mikru1688/351b9d8c1313fd33c4f7b432e08b261a to your computer and use it in GitHub Desktop.
let markerDataFromServerDataList: [MarkerData] = [
MarkerData(position: CLLocationCoordinate2D(latitude: 25.033671, longitude: 121.564427), title: "Taiwan", snippet: "台北101"),
MarkerData(position: CLLocationCoordinate2D(latitude: 25.037962, longitude: 121.564561), title: "Taiwan", snippet: "台北市政府"),
MarkerData(position: CLLocationCoordinate2D(latitude: 25.037056, longitude: 121.568149), title: "Taiwan", snippet: "信義威秀"),
MarkerData(position: CLLocationCoordinate2D(latitude: 25.029127, longitude: 121.553888), title: "Taiwan", snippet: "通化街"),
MarkerData(position: CLLocationCoordinate2D(latitude: 25.028163, longitude: 121.570634), title: "Taiwan", snippet: "象山")
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment