{"id":19805602,"url":"https://github.com/remirobert/locationkit","last_synced_at":"2025-05-01T06:31:17.067Z","repository":{"id":36295873,"uuid":"40600418","full_name":"remirobert/LocationKit","owner":"remirobert","description":"Location wrapper around CoreLocation in swift.","archived":false,"fork":false,"pushed_at":"2015-08-13T08:54:02.000Z","size":164,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T14:11:26.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/remirobert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-12T12:53:06.000Z","updated_at":"2019-06-04T23:32:38.000Z","dependencies_parsed_at":"2022-09-16T04:11:34.439Z","dependency_job_id":null,"html_url":"https://github.com/remirobert/LocationKit","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FLocationKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FLocationKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FLocationKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FLocationKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remirobert","download_url":"https://codeload.github.com/remirobert/LocationKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251835591,"owners_count":21651678,"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":[],"created_at":"2024-11-12T09:04:38.104Z","updated_at":"2025-05-01T06:31:16.779Z","avatar_url":"https://github.com/remirobert.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src =\"https://cloud.githubusercontent.com/assets/3276768/9226002/c10b71a6-410c-11e5-8672-a431f017dfe6.png\"/\u003e\n\u003c/p\u003e\n\u003c/br\u003e\n![license MIT](http://img.shields.io/badge/license-MIT-orange.png) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\nLocationKit is a wrapper of CoreLocation.\nThe point is to ease the API, and use of CoreLocation.\nWritten in swift.\n\n**In development don't use it right now**\n\n## Requirements\n\n* iOS 8\n* Swift 1.2\n\n## Installation\n\n#### [CocoaPods](http://cocoapods.org)\n\ncomming soon, if you ask for it.\n\n#### [Carthage](https://github.com/Carthage/Carthage)\n\n````bash\ngithub \"remirobert/LocationKit\"\n````\nthen\n```bash\ncarthage bootstrap\n```\n\n## Usage\n\n- Distance:\n```Swift\nlet distanceLocation = LocationKit.distanceFromLocation(location, toLocation: location2)\nlet distanceLocation = LocationKit.distanceFromCurrentLocationToLocation(location)\n```\n\n- Location:\n```Swift\n//If you need to get the location juste one time, call this method\nLocationKit.updateLocationOnce { (location, error) -\u003e Void in\n  if let location = location {\n    self.currentLocation = location\n  }\n}\n\n//Start tracking location :\n//start update location and get notified, when it's updated\nLocationKit.startUpdatingLocation { (location, error) -\u003e Void in\n  if let location = location {\n    self.newLocation = location\n  }\n}\n\n```\n\n\n## Contributors\n\n* [Rémi ROBERT](https://github.com/remirobert), creator. ( ﾟヮﾟ)\n\n## License\n\n`LocationKit` is released under an [MIT License][mitLink]. See `LICENSE` for details.\n\n\u003e**Copyright \u0026copy; 2015 Rémi ROBERT.**\n\n*Please provide attribution, it is greatly appreciated.*\n\n[mitLink]:http://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremirobert%2Flocationkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremirobert%2Flocationkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremirobert%2Flocationkit/lists"}