A customer that runs an online store wants to show a map on their website to provide visual confirmation of the delivery location to the user. After address entry, it shows a map to give the user visual confirmation of the delivery location. This can provide the customer with some additional assurance that the delivery address is correct, and reduce delivery failures. How can this solution be implemented?
- This can be accomplished on a web page with the Google Maps Javascript API, and in a confirmation email with the Google Static Maps API.
- This can be accomplished on a web page with the Google Maps Embed API, and in a confirmation email with the Roads API.
- This can be accomplished only on Android with the Google Maps Embed API, and in a confirmation email with the Roads API.
- This can be accomplished on a web page with the Google Maps Embed API, and in a confirmation email with the Geolocation API.