google maps api 3 - Check if a railway track is near location -


i've been looking quite bit, couldn't find solution. there way find out whether railway tracks near users position?

the apis don't provide places search (see google places supported types this). 1 possibility download openstreetmap dataset region, import in database , extract datasets railways. pass users position database (postgis) , check if there railways matching filters.

moreover there openrailwaymap, if need possibility visual identification of railway tracks. see openrailwaymap api site further usage information.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -