Display aerial view instead of road view in html email template

Hello,

In my html email template I want to display an aerial image from a  LatLong field. Is there a way to change the standard road view image to an aerial image?

https://support.google.com/appsheet/answer/11547559?hl=en&ref_topic=11445504
doesn't cover this unfortunately, mentioned Format Rules are just for the size.

I would appreciate any help concerning this.

Cheers
Flo

0 1 57
1 REPLY 1

I believe you can use the SNAPSHOT() function. 

You would need a Map view available in the app with the default Layer set to "Aerial".  It does not need to be visible anywhere.  You then pass to the SNAPSHOT() function the "normal" LINKTO...() function you would use to create this view - including the desired LatLong parameter.  The SNAPSHOT function will return an image of that view that can be included in the email body. 

Top Labels in this Space