I'm trying to learn how to access Map APIs with some initial success but having difficulties in trying to put a map area into a field.
This code generates a map area as a jpg in a desktop browser and works as expected in generating the jpg which can then be viewed in the browser.
Code: Select all
put "https://dev.virtualearth.net/REST/v1/Imagery/Map/Road/" & tLat & comma & tLon & "/9?mapSize=500,500&pp=" & tLat & comma & tLon & ";66;&key="&tBMKey into tURL
launch url tURL
Is there a way of putting the jpg into a LC field for viewing, or will the user always have to be directed to the browser??
Many thanks,
Regards,
Glenn