posted Sep 11, 2019, 2:33 AM by Vladimir Ikryanov
In this minor update we improved the memory usage and fixed the issue with missing cursors in the lightweight rendering mode.
|
posted Mar 21, 2017, 8:06 AM by Oleksandra Kovalenko
In this minor update we fixed the issue with application freezing upon closing popup window in JavaFX environment.
|
posted Feb 24, 2017, 10:03 AM by Oleksandra Kovalenko
In this JxMaps release the underlying Google Maps API was updated to v3.27.
We have also added several new features extending possible uses of the map component in desktop Java applications: |
posted Jan 24, 2017, 8:07 AM by Oleksandra Kovalenko
[
updated Jan 24, 2017, 8:13 AM by Vitaly Eremenko
]
In this minor update the possibility to use built-in symbols of Google Maps was added to JxMaps. For example, you can add arrows to polyline without using custom images.
|
posted Jan 3, 2017, 8:44 AM by Oleksandra Kovalenko
[
updated Jan 3, 2017, 8:45 AM
]
This update introduces fixes for the following reported issues: - Issue when NullPointerException was thrown, while creating JavaFX component.
- Issue where empty array returned while calling of getAddressComponents() method of GeocoderResult class.
|
posted Oct 24, 2016, 3:38 AM by Oleksandra Kovalenko
[
updated Oct 24, 2016, 3:41 AM
]
JxMaps 1.2 comes with the following improvements: - To keep JxMaps performance and stability up to industry standards, version 1.2 is now based on the newest version of Google Maps API (v 3.25).
- MapViewer can be used as a lightweight component with this update. Learn more.
- Marker icons can now be loaded from local files, not just from URLs, as in previous versions.
- In this version you can also remove markers from the map. Clicking on existing marker will remove it. See example.
- Fixed problem with polyline not being drawn when user set coordinates via PolylineOptions.
|
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.
|
posted May 24, 2016, 1:31 AM by Oleksandra Moiseieva
The update is brining to you a fix of the problem with getting collection of DirectionsRoute from DirectionsResult. |
posted May 13, 2016, 7:26 AM by Oleksandra Moiseieva
[
updated May 13, 2016, 7:30 AM
]
In this minor release we are introducing the fixes reported by our early users.
Fixes - Java 1.6 compatibility issue
- Readme.txt (JavaDoc - > Javadoc)
|
posted May 5, 2016, 2:20 PM by Oleksandra Moiseieva
Refining demo and examples.
|
|