Whats the best way to implement a Google Maps binding so that you could build better maps from Classic UI? I would like to be able to do the following:
Include more then one point on a map
Define the icon for each point on the map
Define the zoom for the map
Define the type of map (street, hybrid, satellite)
The quickest way is to write something that shows up in a WebView widget, but the best way, in my opinion, is to extend the Classic UI with a Map element and widget as described that can use a Group item containing Location items (#1), use the members’ icons (#2), and takes other parameters that control #3-#6.
Copy the pin and house images to a local /static/mapfiles directory and serve them from there using the full FQDN. I had this brain fart of an idea while driving home today. The IOS app tunnels all traffic throught the app to the server and creates problems because webview uses java and java security prevents tunnelling out to the internet to get the pins…