Google Cloud. Pub/Sub Android App
问题 I'm try to send data throught pub/sub library to my topic in GoogleCloud projects/navigator-cloud/topics/navigator-location Here is a project of a google map with a overlay image of a building, which I should use. I want to publish a JSON with some info like this: {"Username": "oscarhmg", "Location": "labproto", "Timestamp": "2016-12-04T15:29:05Z" } . When the topic receive this info, in the building map appears a marker(This map shows in my application in a web view). This functionality is