Using jxmaps for tracking

247 Views Asked by At

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

1

There are 1 best solutions below

0
On

Unfortunately, current version of JxMaps doesn't provide possibility to get current location. But you can use any third party solution to get coordinates of current position and pass them to LatLng objects.