Page 1 of 1

Google Maps - need to replace Event Status: confirmed

Posted: Tue Feb 10, 2015 3:45 am
by Chris Norris7372514

I have a google maps Rest service running great. The only problem I have is that when it returns, it sends back Event Status: confirmed with each event. How do I remove this as it comes in?


Google Maps - need to replace Event Status: confirmed

Posted: Tue Feb 10, 2015 10:55 am
by Maryna Brodina

Hello!

Sorry, but you would have to check Google map API.


Google Maps - need to replace Event Status: confirmed

Posted: Tue Feb 10, 2015 9:58 pm
by Chris Norris7372514

I meant is there some sort of replace function I can use in javascript to replace the text as it comes in


Google Maps - need to replace Event Status: confirmed

Posted: Thu Feb 12, 2015 1:34 am
by Yurii Orishchuk

Hi Chris,

Yes you can use such function.

Just add "success" event handler with action "Run Javascript" and place this event handler before "mapping" action. Then you can edit "value" variable in way you need.

Details: http://prntscr.com/640zcx/direct

Regards.