{"id":16739501,"url":"https://github.com/williamfalcon/6998googlemapsframework","last_synced_at":"2025-03-15T22:43:57.958Z","repository":{"id":13531122,"uuid":"16222547","full_name":"williamFalcon/6998GoogleMapsFramework","owner":"williamFalcon","description":"Framework needed for 699807 HW 1 assignment","archived":false,"fork":false,"pushed_at":"2014-02-01T16:31:47.000Z","size":279,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-22T11:47:43.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/williamFalcon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-25T01:47:51.000Z","updated_at":"2014-02-01T16:31:47.000Z","dependencies_parsed_at":"2022-09-05T01:51:14.193Z","dependency_job_id":null,"html_url":"https://github.com/williamFalcon/6998GoogleMapsFramework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamFalcon%2F6998GoogleMapsFramework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamFalcon%2F6998GoogleMapsFramework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamFalcon%2F6998GoogleMapsFramework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamFalcon%2F6998GoogleMapsFramework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/williamFalcon","download_url":"https://codeload.github.com/williamFalcon/6998GoogleMapsFramework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243801611,"owners_count":20350106,"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-10-13T00:51:35.815Z","updated_at":"2025-03-15T22:43:57.937Z","avatar_url":"https://github.com/williamFalcon.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"6998GoogleMapsFramework\n=======================\n\nFramework needed for 699807 HW 1 assignment\n\n## Dependencies\n      \n\n## Methods\n```objective-c\n+(void)nearestVenuesForLatLong:(CLLocationCoordinate2D)latLong withinRadius:(double)radius forQuery:(NSString *)query queryType:(NSString *)type googleMapsAPIKey:(NSString *)apiKey searchCompletion:(void (^)(NSMutableArray *results))completionHandler\n```\n\n- Returns an array of NSDictionary (like a java hashmap, or javascript JSON object) Objects for a 2d lat lon, a radius (in meters) for a search query\n The result of this query will be provided in the completion block. If the array is NULL, the request has failed.\n \n - Query string refers to the query to search for i.e Chipotle, or Mexican food in midtown manhattan, or broadway theaters. Multi word query strings should be formatted as:\n ```objective-c\n      NSString *multiPartQuery = @\"my+first+word\"\";\n ```\n - A type parameter has been added as well. A type is 'restaurant' or 'hotel', etc...    \n \n Refer to google API documentation for any more questions... https://developers.google.com/places/documentation/search\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamfalcon%2F6998googlemapsframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliamfalcon%2F6998googlemapsframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamfalcon%2F6998googlemapsframework/lists"}