I can’t get information from clicking the bus stops although the city has them when I enter in Google Maps, but implementing it myself doesn’t work. They are disabled.
I’m having a similar problem to another post:
Enable bus stop icons clickable in Google Maps
Also when I create a route my stops between the origin and destination don’t appear, these white dots are invisible, but if I click in the instructions in the panel this window opens with the information needed.
I’ve tried out putting transit layer and nothing appears in my jQuery Mobile app.

Any ideas to get this work?
I’ve found part of the solution. I couldn’t see the white dots in the route because when I was creating the direction display I was suppressing markers to get my custom markers instead of the usual Google Map ones. But also I was suppressing the middle points that I needed!
Instead of this:
I’ve changed it for this:
So now I can see the dots:

I still can’t get the bus stops information when clicking an icon