Skip to main content
16-Pearl
December 14, 2017

Widget Extensions Google Bounce

  • December 14, 2017
  • 0 replies
  • 2074 views

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.

bounce.gif

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.

bounce2.gif