Best way to "post" or "send" a location

Hi.

This question sounds a little weird, maybe, but let me explain.

I have a contact form for request refueling of product; it is for commercial premises, such as restaurants. In this form, the customer chooses what product he needs, and where will be the delivery. When the customer fills all fields, these are send via post to a external server, that store the data and send after a email to the administrator. That works fine. But I have a new requirement, add a new field to form, which will be named “Location”, and in this field the customer could add the location of the specific place where will be delivered the product, using Google Maps or Apple Maps.

So, I have two questions here:

  1. What is the best way to obtain that data, and in a comfortable and clear way to the user. Is some plugin that I could use? The requirement specifies that it must be “like whatsapp functionality to share location”, but I do not know if something like that can be done with Ionic, and also if it will works on android and ios, or even if any of the two cases have not installed the respective map application.

  2. And, assuming I already have that location, what would be the best way to send such information in the post and mail to Administrator ? What do you recommend?

Thanks.