Embedding Google Maps in Zen PDF report
I can run Google Maps within a Zen app via the <ds:mapView> with no issue.
Is there a way to embed google maps in a ZEN PDF report?
An example of code would be most useful.
Thank you
Product version: Caché 2018.1
$ZV: Cache for Windows (x86-64) 2018.1.2 (Build 309_5)
Discussion (2)0
Comments
You can use <img> tag and get a Google Maps image using Static GMaps API
Documentation for <img> https://docs.intersystems.com/latest/csp/docbook/Doc.View.cls?KEY=GRPT_…
Documentation for static maps API https://developers.google.com/maps/documentation/maps-static/overview
Thank you Sergei, your suggestion worked really well.