Previous Posts
Widget Extensions Introduction
Widget Extensions Click Event
Widget Extensions Date Picker
I was asked was it possible to make the Google Maps indicator bounce if a property was set to true. The answer is yes.
Open up the google maps extension and locate the googlemap.ide.js
Make the above changes.
Open up the googlemap.runtime.js and search for
if (showMarkers) {
after the if add the following below
Make sure you have a property needsAttension on a returned Thing. If the value is true it will bounce!
After viewing Mashup there are 4 locations but one needs attention.