I'm working on an Android project based on google map api, and now I need to dynamically show traffic lights positions near my location. But I found google APIs do not provide such information.
So my question is, is there any open API that I can use to get the coordinate of nearby signal lights if I provide my coordinate on the map? That will be really helpful!
Thanks!