{"id":15055668,"url":"https://github.com/dlsc-software-consulting-gmbh/gmapsfx","last_synced_at":"2025-04-04T15:09:27.171Z","repository":{"id":16149088,"uuid":"18894744","full_name":"dlsc-software-consulting-gmbh/GMapsFX","owner":"dlsc-software-consulting-gmbh","description":"Java API for using Google Maps within a JavaFX application.","archived":false,"fork":false,"pushed_at":"2023-12-05T22:19:25.000Z","size":1590,"stargazers_count":319,"open_issues_count":64,"forks_count":119,"subscribers_count":42,"default_branch":"master-11","last_synced_at":"2024-10-29T19:14:39.380Z","etag":null,"topics":["google-maps","java","javafx","javafx-application","javafx-library","javafx-project","map","mapping","maps"],"latest_commit_sha":null,"homepage":"http://rterp.github.io/GMapsFX/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dlsc-software-consulting-gmbh.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2014-04-17T21:58:51.000Z","updated_at":"2024-10-14T07:17:08.000Z","dependencies_parsed_at":"2024-01-06T22:39:52.862Z","dependency_job_id":null,"html_url":"https://github.com/dlsc-software-consulting-gmbh/GMapsFX","commit_stats":null,"previous_names":["rterp/gmapsfx"],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlsc-software-consulting-gmbh%2FGMapsFX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlsc-software-consulting-gmbh%2FGMapsFX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlsc-software-consulting-gmbh%2FGMapsFX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlsc-software-consulting-gmbh%2FGMapsFX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlsc-software-consulting-gmbh","download_url":"https://codeload.github.com/dlsc-software-consulting-gmbh/GMapsFX/tar.gz/refs/heads/master-11","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198463,"owners_count":20900080,"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":["google-maps","java","javafx","javafx-application","javafx-library","javafx-project","map","mapping","maps"],"created_at":"2024-09-24T21:45:31.190Z","updated_at":"2025-04-04T15:09:27.123Z","avatar_url":"https://github.com/dlsc-software-consulting-gmbh.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![JFXCentral](https://img.shields.io/badge/Find_me_on-JFXCentral-blue?logo=googlechrome\u0026logoColor=white)](https://www.jfx-central.com/libraries/gmapsfx)\n\n#  GMapsFX\n\nA pure JavaFX API which allows you to add Google Maps to your JavaFX application without the need to interact with the underlying Google Maps JavaScript API.\n\nGMapsFX requires Java 11 and JavaFX 17.\n\n![GMapsFX GUI](http://rterp.files.wordpress.com/2014/05/gmapsfx.png)\n\n## Quick Start\n\n### Build the framework\n\n```bash\ncd GMapsFX\n./mvnw install\n```\n\n### Run the sample application\n\n```bash\n./mvnw exec:java\n```\n\n## Development Notes\n\nThe GMapsFX framework creates underyling JavaScript peer objects when their corresponding Java objects are instantiated.  For example when a new `com.dlsc.gmapsfx.javascript.object.LatLong` object is created, the object's constructor will also create a corresponding `LatLong` object in the JavaScript environment.\n\nThis means that you cannot instantiate JavaScript objects until the JavaScript engine has been fully initialized.  The JavaScript engine is intialized asynchronously when a new GoogleMapView component is created.  You can register a MapComponentInitializedListener to be notified when the map and JavaScript environment has been fully initialized.  \n\nYou can take a look at a small example code snippet [here.](https://dlsc-software-consulting-gmbh.github.io/GMapsFX/)\n\nThe latest Javadocs can be found [here.](https://dlsc-software-consulting-gmbh.github.io/GMapsFX/apidocs/)\n\n## Authors\n\n- Rob Terpilowski  ::  Twitter: [@RobTerpilowski](https://www.twitter.com/RobTerpilowski)\n- Geoff Capper\n- Dirk Lemmermann ::  Twitter: [@dlemmermann](https://www.twitter.com/dlemmermann)\n\n## License\n\nApache License, Version 2.0 (current)\n\u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e\n\nAlso, please be aware, in order to use this library, you must also accept the Google Terms of Service.\n\u003chttps://developers.google.com/maps/faq#understanding-terms-of-service\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlsc-software-consulting-gmbh%2Fgmapsfx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlsc-software-consulting-gmbh%2Fgmapsfx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlsc-software-consulting-gmbh%2Fgmapsfx/lists"}