I'm doing an app in Android that works with google maps, in which a user establishes routes and another user can add markers to indicate traffic jam , something like waze. The routes are polylines and the traffic jam are markers from a database.
My question: Is there a function or something that I can use to know when a route (polyline) is above a marker in the map ?. I hope I was clear, thank you.