Mapping component for Swing/FX Java Desktop application
Questions tagged [jxmaps]
20 questions
0
votes
1 answer
JxMaps Null Pointer Exception
this is my first run for JxMaps lib
and i got a Null Pointer Exception in the first line
-> final MapView mapView = new MapView();
this code is from JxMaps JavaFX Quick Start Guide
enter image description here
user7227263
0
votes
1 answer
setting up a custom icon for a marker in JxMap
I am evaluating JxMaps library.
I cannot set a new icon to a marker.
Marker marker = new Marker(map);
marker.setPosition(new LatLng(39.833851, -74.871826));
ImageIcon newIcon = new…

Chris
- 29
- 7
0
votes
1 answer
Unit tests failing on a remote server with IPC error
While trying to use JxMaps in my project I ran into the following error :
com.teamdev.jxmaps.internal.internal.ipc.v: IPC process exited. Exit code: 139
at com.teamdev.jxmaps.internal.internal.ipc.p.run(SourceFile:185)
at…

Alex Kaplan
- 1
- 4
-1
votes
2 answers
How can I draw multiple circles and rectangles on a map?
For a project in my university, I need to show in a map all the intersections and some stations in Chicago, I already have LinkedLists with the data and I need to draw Circles with the position of the intersections and rectangles with the position…

Juan José Torres
- 7
- 1
- 5
-2
votes
1 answer
Using jxmaps for tracking
i'm developing a java desktop application for tracking device like PC,
My code is based on examples giving in https://www.teamdev.com/jxmaps#code
Please how can i get current position
thanks