posted Jul 27, 2016, 1:39 PM by Oleksandra Moiseieva
[
updated Jul 28, 2016, 2:16 AM
]
We are glad to let you know that JxMaps 1.1 is here for you to use.
In this release we have introduced the following changes:
- JxMaps migrated to Chromium 49. Note the update of the licences info in this article.
- API➚ was made simpler. Before version 1.1 we used to require associating many of the objects to
Map . For example, we used to have LatLng(map, 20, 30) and one could only use in the given Map . Now you can create new LatLng(20, 30) without associating it to Map class.
- JavaFX support was added, take a look at the new example.
- Stability and performance of the library were improved.
|
|