Question

I am creating an app for users to get details of nearby taxi and I'm trying to use Google Places API.

This is the URL which I'm hitting

https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=37.33233141,-122.03121860&radius=20000&types=%7Ctaxi_stand&sensor=false&key=AIzaSyCej3iRHphjKOGUxNq0j2bk129bym0sAHY

The problem is it doesn't return any phone number. Is it possible to get Taxi driver's name and phone using this API?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top