AnyChart JS Maps provide a coordinate transform API that converts screen positions to geographic latitude and longitude values. This enables real-time coordinate display and custom geographic interactions driven by mouse events.
This sample renders a France choropleth and uses the mouseMove listener with globalToLocal and inverseTransform methods to compute live lat/long coordinates as the cursor moves. An HTML label in the top-right corner continuously updates to show the current latitude, longitude, and hovered region name. Styled tooltips display the region name and ID on hover.
See the AnyChart Maps documentation for all configuration options.