Google mas with electric imp

Hello

I want to incorporate in a google map, information from module electric imp
Example if an input is 0 or 1, on the google map, there would be a red dot for 0 and green for 1

Do you have an idea how to point to examples. ?

thanks

That’s web-browser stuff… best handled through MVC template, which in essence is done through javascript. You would use Ajax in your front-end browser code to grab the info from imp agent, polled at regular interval to auto update etc. For the mapping side you could use google maps javascript api.