Skip to content

cogmission/FXMaps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FXMaps

htm.java awesomeness

NOTE: Minimum JavaSE version is 1.8

A new JavaFX Mapping API which allows you to embed Google Maps in your JavaFX application and combines two API's (GMapsFX and google-maps-services-java) to allow one to easily use functionality missing in both, such as:

  • Draw and plot routes and objects on your google map using JavaFx
  • Use Google APIs such as Directions API and GeoCoding API - which the GMapsFX API doesn't offer!
  • The above allows you to add routes to a map either by hand or by file, and automatically SNAP routes to the nearest road or highway - when desired.
  • Open source so you can add features too!

Usage

Right now it is a project meant for import into an IDE. There is a reference implementation that I will be working on to show the potential of this library. The class is:

ai.cogmission.fxmaps.RefImpl

I will keep its status up to date until I reach the point where I can start work on the project that uses this library (see Nostromo)


(2015-10-15)

  • Added ability to display all or subset of routes
  • Added CheckedComboBox in route chooser
  • Added ability to add new Routes to selection FXMaps Demo

(2015-10-12)

  • Includes use of new Flyout
  • ...above used for new Map & Route editors
  • Border decoration for Route editor mode
  • New Workflows added for new Maps; and saved map loading... FXMaps Demo

(2015-10-4)

  • Now load GPX Files!
  • New GPX object model for loading GPX files FXMaps Demo

(2015-10-2)

  • Multiple routes now save and load correctly
  • Can save a load multiple maps from the combo list

(2015-09-26)

  • Added route lines to waypoints! (still needs work)
  • Added MapOptions
  • Added basic MapShape capability (getting there...)

(2015-09-25)

  • Implemented route persistence, added RouteStore
  • Added RouteStoreTest

(2015-09-23)

  • Running the above class loads a map, an empty directions pane (to the right) and will place a marker any place the user clicks. It will automatically locate the user and print out their location to standard out (it doesn't yet center the map there, which will be one of the next things I do).
  • Prints out lat/lon of click to standard out
  • Prints out lat/lon to/from pixel conversion

Stay Tuned For More as this gets flushed out! :-)

About

A JavaFX Client API for Google Maps Services - Visually display Google Maps in your JavaFX application!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.4%
  • JavaScript 4.9%
  • HTML 1.7%