{"id":1382,"url":"https://github.com/SvenTiigi/FlyoverKit","last_synced_at":"2025-08-06T14:31:10.323Z","repository":{"id":41092748,"uuid":"122328184","full_name":"SvenTiigi/FlyoverKit","owner":"SvenTiigi","description":"360° flyover on a MKMapView 🚁","archived":false,"fork":false,"pushed_at":"2023-05-15T06:29:57.000Z","size":1530,"stargazers_count":703,"open_issues_count":2,"forks_count":48,"subscribers_count":16,"default_branch":"main","last_synced_at":"2024-05-02T03:43:04.533Z","etag":null,"topics":["360degree","mapview","mkmapview","swift"],"latest_commit_sha":null,"homepage":"https://sventiigi.github.io/FlyoverKit/","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SvenTiigi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"SvenTiigi"}},"created_at":"2018-02-21T11:31:55.000Z","updated_at":"2024-01-14T21:57:15.000Z","dependencies_parsed_at":"2024-01-02T21:09:24.668Z","dependency_job_id":null,"html_url":"https://github.com/SvenTiigi/FlyoverKit","commit_stats":{"total_commits":204,"total_committers":2,"mean_commits":102.0,"dds":0.004901960784313708,"last_synced_commit":"568c25120bffa4c66d43cb9924d878d6adc94caa"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvenTiigi%2FFlyoverKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvenTiigi%2FFlyoverKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvenTiigi%2FFlyoverKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SvenTiigi%2FFlyoverKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SvenTiigi","download_url":"https://codeload.github.com/SvenTiigi/FlyoverKit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228905544,"owners_count":17989781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["360degree","mapview","mkmapview","swift"],"created_at":"2024-01-05T20:15:45.170Z","updated_at":"2024-12-09T14:31:13.856Z","avatar_url":"https://github.com/SvenTiigi.png","language":"Swift","readme":"\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"Assets/logo.png\" width=\"30%\" alt=\"logo\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n    FlyoverKit\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    A Swift Package to easily perform flyovers on a \u003ca href=\"https://developer.apple.com/documentation/mapkit/mkmapview\"\u003eMKMapView\u003c/a\u003e.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://swiftpackageindex.com/SvenTiigi/FlyoverKit\"\u003e\n    \u003cimg src=\"https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FSvenTiigi%2FFlyoverKit%2Fbadge%3Ftype%3Dswift-versions\" alt=\"Swift Version\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"https://swiftpackageindex.com/SvenTiigi/FlyoverKit\"\u003e\n    \u003cimg src=\"https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FSvenTiigi%2FFlyoverKit%2Fbadge%3Ftype%3Dplatforms\" alt=\"Platforms\"\u003e\n   \u003c/a\u003e\n   \u003cbr/\u003e\n   \u003ca href=\"https://github.com/SvenTiigi/FlyoverKit/actions/workflows/build_and_test.yml\"\u003e\n       \u003cimg src=\"https://github.com/SvenTiigi/FlyoverKit/actions/workflows/build_and_test.yml/badge.svg\" alt=\"Build and Test Status\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"https://sventiigi.github.io/FlyoverKit/documentation/flyoverkit/\"\u003e\n       \u003cimg src=\"https://img.shields.io/badge/Documentation-DocC-blue\" alt=\"Documentation\"\u003e\n   \u003c/a\u003e\n   \u003ca href=\"https://twitter.com/SvenTiigi/\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/Twitter-@SvenTiigi-blue.svg?style=flat\" alt=\"Twitter\"\u003e\n   \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cimg align=\"right\" width=\"307\" src=\"Assets/example-app.png\" alt=\"Example application\"\u003e\n\n```swift\nimport SwiftUI\nimport FlyoverKit\n\nstruct ContentView: View {\n\n    var body: some View {\n        FlyoverMap(\n            latitude: 37.3348,\n            longitude: -122.0090\n        )\n    }\n\n}\n```\n\n## Features\n\n- [x] Configurable flyovers on a MKMapView 🚁\n- [x] Easily start, stop and resume flyovers ⚙️\n- [x] Support for SwiftUI and UIKit 🧑‍🎨\n- [x] Runs on iOS and tvOS 📱 📺\n\n## Installation\n\n### Swift Package Manager\n\nTo integrate using Apple's [Swift Package Manager](https://swift.org/package-manager/), add the following as a dependency to your `Package.swift`:\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/SvenTiigi/FlyoverKit.git\", from: \"2.0.0\")\n]\n```\n\nOr navigate to your Xcode project then select `Swift Packages`, click the “+” icon and search for `FlyoverKit`.\n\n## Example\n\nCheck out the example application to see FlyoverKit in action. Simply open the `Example/Example.xcodeproj` and run the \"Example\" scheme.\n\n## Usage\n\n### SwiftUI\n\nWhen using SwiftUI a `FlyoverMap` can be used to render and control a flyover.\n\n```swift\nvar body: some View {\n    FlyoverMap(\n        // Bool value if flyover is started or stopped\n        isStarted: true,\n        // The coordinate to perform the flyover on\n        coordinate: CLLocationCoordinate2D(\n            latitude: 37.8023,\n            longitude: -122.4057\n        ),\n        configuration: Flyover.Configuration(\n            // The animation curve\n            animationCurve: .linear,\n            // The altitude in meter\n            altitude: 900,\n            // The pitch in degree\n            pitch: 45.0,\n            // The heading\n            heading: .incremented(by: 1.5)\n        ),\n        // The map type e.g. .standard, .satellite, .hybrid\n        mapType: .standard\n    )\n}\n```\n\n### UIKit\n\n```swift\nlet flyoverMapView = FlyoverMapView()\n\nif flyoverMapView.isFlyoverStarted {\n    // ...\n}\n\nflyoverMapView.startFlyover(\n    at: CLLocationCoordinate2D(\n        latitude: 37.8023,\n        longitude: -122.4057\n    ),\n    configuration: .default\n)\n\nflyoverMapView.stopFlyover()\n\nflyoverMapView.resumeFlyover()\n```\n\n### Flyover\n\nA `Flyover` object represents the core object to start, stop and resume a flyover on an instance of `MKMapView`.\n\n```swift\nlet flyover = Flyover(\n    mapView: self.mapView\n)\n```\n\n\u003e Note: The provided MKMapView is always weakly referenced\n\n## License\n\n```\nFlyoverKit\nCopyright (c) 2022 Sven Tiigi sven.tiigi@gmail.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n```\n","funding_links":["https://github.com/sponsors/SvenTiigi"],"categories":["Maps","Libs","Map","Maps [🔝](#readme)"],"sub_categories":["Other Hardware","Maps","Other free courses"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSvenTiigi%2FFlyoverKit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSvenTiigi%2FFlyoverKit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSvenTiigi%2FFlyoverKit/lists"}