{"id":17681672,"url":"https://github.com/phawk/google-maps-js-library","last_synced_at":"2025-10-19T22:12:02.195Z","repository":{"id":141759964,"uuid":"2093479","full_name":"phawk/Google-Maps-JS-Library","owner":"phawk","description":"A simple google maps library to help make 1 off or simple maps easier and faster.","archived":false,"fork":false,"pushed_at":"2011-07-23T15:26:17.000Z","size":87,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-30T19:22:48.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/phawk.png","metadata":{"files":{"readme":"readme.markdown","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":"2011-07-23T15:24:05.000Z","updated_at":"2021-09-21T17:22:45.000Z","dependencies_parsed_at":"2023-03-13T10:29:07.438Z","dependency_job_id":null,"html_url":"https://github.com/phawk/Google-Maps-JS-Library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phawk/Google-Maps-JS-Library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phawk%2FGoogle-Maps-JS-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phawk%2FGoogle-Maps-JS-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phawk%2FGoogle-Maps-JS-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phawk%2FGoogle-Maps-JS-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phawk","download_url":"https://codeload.github.com/phawk/Google-Maps-JS-Library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phawk%2FGoogle-Maps-JS-Library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005271,"owners_count":26083863,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-24T09:11:50.581Z","updated_at":"2025-10-10T20:33:42.409Z","avatar_url":"https://github.com/phawk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Google Maps Library\n===================\nBasic Usage\n-----------\n1. Add the *phgmaps.js* file to the head of your document.\n2. Instantiate a new map object:\n\t\t\u003ccode\u003evar map = new phawkGmap();\u003c/code\u003e\n3. Either:  Geocode a map by address\n\t\t\u003ccode\u003emap.geocodeAddress('1 Infinite Loop, California');\u003c/code\u003e\n\tOr: Create a LatLng Object and use the createMap method:\n\t\t\n\t\tvar mapPos = new google.maps.LatLng(54.7354923, -5.785993299999973);\n\t\tmap.createMap(mapPos);\n4. You can add a marker at the current map position by using the *mapLoaded* event listener.\n\t\t\n\t\t$(document).bind('mapLoaded', function(){\n\t\t\t// set markerPosition to a google.maps.LatLng object.\n\t\t\tvar markerPosistion = map.latlng;\n\t\t\tmap.addMarker(markerPosistion);\n\t\t});","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphawk%2Fgoogle-maps-js-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphawk%2Fgoogle-maps-js-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphawk%2Fgoogle-maps-js-library/lists"}