0

I want the user to be able to share the location on the leaflet in to other applications like google map: enter image description here

Is it possible to do this in a react leaflet?

amirhossein
  • 301
  • 1
  • 3
  • 12

1 Answers1

1

Get the cords from leaflet position and format it into google maps location url eg https://www.google.com.au/maps/@-30.899698,152.6384419,11z?hl=en

Hayden Thring
  • 1,718
  • 17
  • 25