countries_world_map icon indicating copy to clipboard operation
countries_world_map copied to clipboard

Inquiry on Determining Country or Region from Coordinates and Request for Method Implementation

Open meanllbrl opened this issue 1 year ago • 1 comments

Hello,

This publication is an excellent tool that allows us to interact with and visualize touch points, as well as add markers with specific coordinates. I am curious whether it is possible to determine the country or region directly from a given coordinate. Additionally, could you add a method that enables us to achieve this functionality?

Thank you.

meanllbrl avatar Sep 09 '24 13:09 meanllbrl

Hi,

Coordinate from where :) ? Best option is to use something like Google / Apple api for reverse geocoding. This package implemented a BETA version of marker support which convert geo cordinate to map position but it's not very precise (depend of the country).

EArminjon avatar Jun 29 '25 19:06 EArminjon