{"id":21444900,"url":"https://github.com/branflake2267/GWT-Maps-V3-Api","last_synced_at":"2025-07-14T18:32:00.453Z","repository":{"id":2822857,"uuid":"3824893","full_name":"branflake2267/GWT-Maps-V3-Api","owner":"branflake2267","description":"GWT Maps V3 Javascript Bindings","archived":false,"fork":false,"pushed_at":"2020-10-13T06:40:27.000Z","size":47674,"stargazers_count":144,"open_issues_count":55,"forks_count":113,"subscribers_count":36,"default_branch":"master","last_synced_at":"2024-11-17T21:09:49.441Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/branflake2267.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":"2012-03-25T14:55:36.000Z","updated_at":"2024-09-10T15:00:58.000Z","dependencies_parsed_at":"2022-08-26T07:50:13.020Z","dependency_job_id":null,"html_url":"https://github.com/branflake2267/GWT-Maps-V3-Api","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/branflake2267%2FGWT-Maps-V3-Api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/branflake2267%2FGWT-Maps-V3-Api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/branflake2267%2FGWT-Maps-V3-Api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/branflake2267%2FGWT-Maps-V3-Api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/branflake2267","download_url":"https://codeload.github.com/branflake2267/GWT-Maps-V3-Api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225091258,"owners_count":17419450,"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-23T02:22:07.996Z","updated_at":"2024-11-23T02:22:17.229Z","avatar_url":"https://github.com/branflake2267.png","language":"Java","funding_links":[],"categories":["Maps","Web开发"],"sub_categories":["文件同步"],"readme":"#GWT-Maps-V3-Api\r\n\r\nThis library provides Java language bindings for the Google maps Javascript api. \r\n\r\n##Demo\r\n###[Live Showcase](http://gonevertical-apis.appspot.com/)\r\n\r\n##Community\r\n###[GWT Maps V3 API G+ Community](https://plus.google.com/communities/105780740892495987648)\r\n\r\n##Implementers\r\n* [Live Showcase](http://gonevertical-apis.appspot.com)\r\n* [Cycling the Alps](http://www.cyclingthealps.com)\r\n* [Open City Agora](http://opencityagora.appspot.com/) example: [San Francisco Open City Agora](http://sf.opencityagora.appspot.com/Agora.html)\r\n* [Wikiroutes Public Transportation](http://wikiroutes.info/en/) example: [From A to B] (http://wikiroutes.info/en/msk?ab=55.819030133331495-37.483978271484375-55.67603572236136-37.640533447265625)\r\n\r\n##Maven Versions Available\r\n* [See what is available on Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ccom.github.branflake2267)\r\n* gwt-maps-api-3.9.0-alpha-15\r\n* gwt-maps-api-3.9.0-build-17\r\n* Or [download directly](https://github.com/branflake2267/GWT-Maps-V3-Api/wiki/Direct-API-Jar-Downloads)\r\n\r\n##Current Maven Release\t\r\n1. Add Maven dependencies\r\n\r\n\t```xml\r\n\t\u003c!-- GWT Maps API V3 --\u003e\r\n\t\u003cdependency\u003e\r\n\t\t\u003cgroupId\u003ecom.github.branflake2267\u003c/groupId\u003e\r\n\t\t\u003cartifactId\u003egwt-maps-api\u003c/artifactId\u003e\r\n\t\t\u003cversion\u003e3.10.0-alpha-7\u003c/version\u003e\r\n\t\u003c/dependency\u003e\r\n\t\r\n2. Add the inherits statement to your module.gwt.xml.\t\r\n\t```xml\r\n\t\u003cinherits name='com.google.gwt.maps.Maps' /\u003e\r\n\t```\r\n3. Load and use the API.\r\n\r\n* Example of loading the api. Find the showcase example [here](https://github.com/branflake2267/GWT-Maps-V3-Api/blob/master/gwt-maps-showcase/src/main/java/com/google/gwt/maps/testing/client/Showcase.java#L78).\r\n\t```java\r\n\t  private void loadMapApi() {\r\n\t    boolean sensor = true;\r\n\t\r\n\t    // load all the libs for use in the maps\r\n\t    ArrayList\u003cLoadLibrary\u003e loadLibraries = new ArrayList\u003cLoadApi.LoadLibrary\u003e();\r\n\t    loadLibraries.add(LoadLibrary.ADSENSE);\r\n\t    loadLibraries.add(LoadLibrary.DRAWING);\r\n\t    loadLibraries.add(LoadLibrary.GEOMETRY);\r\n\t    loadLibraries.add(LoadLibrary.PANORAMIO);\r\n\t    loadLibraries.add(LoadLibrary.PLACES);\r\n\t    loadLibraries.add(LoadLibrary.WEATHER);\r\n\t    loadLibraries.add(LoadLibrary.VISUALIZATION);\r\n\t\r\n\t    Runnable onLoad = new Runnable() {\r\n\t      @Override\r\n\t      public void run() {\r\n\t        draw();\r\n\t      }\r\n\t    };\r\n\t\r\n\t    LoadApi.go(onLoad, loadLibraries, sensor);\r\n\t  }\r\n\t```\r\n\r\n##Current Maven Snapshots\r\n1. Add Maven dependencies\t\r\n\t```xml\r\n\t\u003crepositories\u003e\r\n    \t\t\u003crepository\u003e\r\n        \t\t\u003cid\u003esonatype.snapshots\u003c/id\u003e\r\n        \t\t\u003cname\u003eSonatype snapshot repository\u003c/name\u003e\r\n        \t\t\u003curl\u003ehttps://oss.sonatype.org/content/repositories/snapshots/\u003c/url\u003e\r\n        \t\t\u003csnapshots\u003e\r\n            \t\t\t\u003cenabled\u003etrue\u003c/enabled\u003e\r\n        \t\t\u003c/snapshots\u003e\r\n    \t\t\u003c/repository\u003e\r\n\t\u003c/repositories\u003e\r\n\r\n\t\u003c!-- GWT Maps API V3 --\u003e\r\n\t\u003cdependency\u003e\r\n\t\t\u003cgroupId\u003ecom.github.branflake2267\u003c/groupId\u003e\r\n\t\t\u003cartifactId\u003egwt-maps-api\u003c/artifactId\u003e\r\n\t\t\u003cversion\u003e3.10.0-alpha-8-SNAPSHOT\u003c/version\u003e\r\n\t\u003c/dependency\u003e\r\n\t```\r\n\t\r\n2. Add the inherits statement to your module.gwt.xml.\t\r\n\t```xml\r\n\t\u003cinherits name='com.google.gwt.maps.Maps' /\u003e\r\n\t```\r\n\r\n##Utility Library\r\n\r\n\r\n* Marker Cluster Plus\r\n\r\n    ```xml\r\n    \u003cdependency\u003e\r\n        \u003cgroupId\u003ecom.github.branflake2267\u003c/groupId\u003e\r\n        \u003cartifactId\u003egwt-maps-utility-markerclustererplus\u003c/artifactId\u003e\r\n        \u003cversion\u003e2.0.9-build-1\u003c/version\u003e\r\n    \u003c/dependency\u003e\r\n    ```\r\n\r\n##Previous Versions\r\nSee the [downloads page](https://github.com/branflake2267/GWT-Maps-V3-Api/wiki/Direct-API-Jar-Downloads)\r\n##Maven-Free Jar Use\r\n1. [Download the jar](https://github.com/branflake2267/GWT-Maps-V3-Api/wiki/Direct-API-Jar-Downloads)\r\n2. Add jar to your /WEB-INF/lib\r\n3. Right click on the jar and goto Build path \u003e add to build path\r\n\r\n##Eclipse Setup Using Source\r\n1. Clone the source with EGit\r\n2. Add the project to your build path\r\n3. Link the maps source \"src\" folder as src_maps in your build path\r\n4. Inherit the module\r\n\t\r\n\t```xml\r\n\t\u003cinherits name='com.google.gwt.maps.Maps'/\u003e\r\n\t```\r\n\r\n##Documentation\r\n* [GWT-Maps-V3-API JavaDoc's (3.9.0)](http://branflake2267.github.com/GWT-Maps-V3-Api/javadoc/3.9.0-build-17/)\r\n* Complete list on [Wiki page](https://github.com/branflake2267/GWT-Maps-V3-Api/wiki)\r\n\r\n##Contribute\r\n* Learn about contributing under [Eclipse Contributor Setup](https://github.com/branflake2267/GWT-Maps-V3-Api/wiki/Eclipse-Contributor-Setup)\r\n* [Build Server](http://teamcity.gonevertical.org/)\r\n\r\n##New Features\r\n* Released `3.10.0-alpha-3` 3/18/2013. Added utility lib and more 3.10 features. \r\n* Released `3.10.0-alpha-2` 2/10/2013, includes transit api and overlay fix.\r\n* Released to sonatype `3.9.0-build-17-SNAPSHOT` 1/19/2013\r\n* Fixed some bugs, added triggerResize to mapWidget. Started G+ Community. 1/18/2013\r\n* v16 released to sonatype `3.9.0-build-16` 1/13/2013\r\n* v16 Switching from alpha to build b/c it is stable 1/13/2013 (3.9.0-build-16-SNAPSHOT)\r\n* v16 Fixed Marker Animation and added marker animation controls to examples 1/13/2013\r\n* v15 Fixed Custom overlay setMap 1/13/2013\r\n* Custom overlay view added 12/20/2012\r\n* Added waypoint to directions example\r\n* InfoWindow supports GWT widgets with events\r\n* Added PlaceSearchRequest map example\r\n* 3.9.0 code now in master has the place result with pagination search\r\n\r\n##Thanks to\r\n[![Arcbees.com](http://arcbees-ads.appspot.com/images/1.png)](http://arcbees.com)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbranflake2267%2FGWT-Maps-V3-Api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbranflake2267%2FGWT-Maps-V3-Api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbranflake2267%2FGWT-Maps-V3-Api/lists"}