{"id":19319704,"url":"https://github.com/hyperoslo/hyplocationmanager","last_synced_at":"2025-07-09T15:39:06.339Z","repository":{"id":15108832,"uuid":"17835690","full_name":"hyperoslo/HYPLocationManager","owner":"hyperoslo","description":"The easiest way to use CLLocationManager.","archived":false,"fork":false,"pushed_at":"2014-09-29T13:02:08.000Z","size":216,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-02-06T06:41:34.935Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperoslo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-17T16:52:53.000Z","updated_at":"2017-02-19T16:49:12.000Z","dependencies_parsed_at":"2022-08-03T04:30:08.121Z","dependency_job_id":null,"html_url":"https://github.com/hyperoslo/HYPLocationManager","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/hyperoslo%2FHYPLocationManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2FHYPLocationManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2FHYPLocationManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2FHYPLocationManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperoslo","download_url":"https://codeload.github.com/hyperoslo/HYPLocationManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240420986,"owners_count":19798502,"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-10T01:24:53.895Z","updated_at":"2025-02-24T05:13:24.734Z","avatar_url":"https://github.com/hyperoslo.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"HYPLocationManager\n==================\n\nHYPLocationManager is an easy to use interface for CLLocationManager. If you need to get your current coordinates, or show a specific coordinate on a map, or even get directions from your current location to anywhere, we got you covered.\n\n### How to get my current location with **HYPLocationManager**?\n\n``` objc\n#pragma mark - Actions\n\n- (IBAction)showMyCurrentLocation\n{\n    HYPLocationManager *manager = [[HYPLocationManager alloc] init];\n    manager.delegate = self;\n    [manager showCurrentLocation];\n}\n\n#pragma mark - HYPLocationManagerDelegate\n\n- (void)locationManager:(HYPLocationManager *)locationManager \ndidUpdateCoordinateRegion:(MKCoordinateRegion)coordinateRegion\n{\n    // do something with your coordinates, or show them in a mapView by doing this\n    [locationManager centerMapView:self.mapView usingCoordinate:coordinateRegion.center];\n}\n```\n\n### How to get directions to Hyper from my current location?\n\n``` objc\nHYPLocationManager *manager = [[HYPLocationManager alloc] init];\n[manager showDirectionsToCoordinate:hyperCoordinate named:@\"Hyper\"];\n```\n\nLicense\n=======\n\nHYPLocationManager is fully open source under the MIT license. Check [LICENSE](https://github.com/hyperoslo/HYPLocationManager/blob/master/LICENSE.md) for details.\n\nContributions\n=============\n\nIf there's something you would like to improve please create a friendly and constructive issue, getting your feedback would be awesome. Have a great day.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperoslo%2Fhyplocationmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperoslo%2Fhyplocationmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperoslo%2Fhyplocationmanager/lists"}