Skip to content

Instantly share code, notes, and snippets.

@manucodin
Last active October 4, 2022 08:20
Show Gist options
  • Save manucodin/aabd1f221e44db22f40db2305d2d0b5b to your computer and use it in GitHub Desktop.
Save manucodin/aabd1f221e44db22f40db2305d2d0b5b to your computer and use it in GitHub Desktop.
MKLookAroundRequest
func fetchLookAroundScene(withCoordinates coordinates: CLLocationCoordinate2D) async throws -> MKLookAroundScene? {
return try await MKLookAroundSceneRequest(coordinate: coordinates).scene
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment