I want to create a GAS standalone web app that will have a google map embedded. Visitors will see their location, drag around and will be able to pin details that can be seen by other users. User clicks on a point, a custom form pops, they fill and submit for admin approval. Can we make it happen?
Share
Unfortunately, now it is impossible to implement an application required by you neither using the Ui nor Html Services. The
Ui Servicecan produce only static map bitmaps without ability to drag/scroll, zoom, markers selection, etc. And theHtml Servicecannot correctly handle the Google Maps Javascript API because the Caja sanitizer, at least, complains once trying to compile any Maps API Sample by outputting theFATAL_ERROR js?sensor=false:13+3 - 15+4: Properties cannot end in "__": Rule "setBadSuffix",...message. There is a proper feature request on the Issue Tracker. Please star it to promote this topic to the developers.