Hello Community! I need get the GPS cordenate from the map selecting the pin on the direction.
Is that posible with the map in address?
Like
Dear Federico,
You can try to use the fields GPSN and GPSE and try to get the coordinates from them in the Account object, for example:
Best regards,
Lily
Lily Johnson,
Lily i want put the pint on the map and then get the GPSN, GPSE. Then with this cordenate get the address. The problem is move the pin on the map, is blocked.
Dear Federico,
Unfortunately, there is no such possibility to achieve your goals with basic functionality.
However, you can replace OsmMapsModule and apply any custom logic you would like. Please note, that when replacing the module, you need to copy the entire code of the parent schema (OsmMapsModule).
Also, here you can find more information on available possibilities of Open street maps, its API, marker variations and example of how to work with them:
https://wiki.openstreetmap.org/wiki/Marker_Api
Moreover, official documentation on OSM can be found on the official website - http://nominatim.openstreetmap.org/
Regards,
Anastasia Botezat