Hi,
I am doing a web application in Asp.Net, to retrieve Near By Address from Google Maps API.
For getting this, I am using the below Link:
From this I am getting Places which are surrounded by Radius of 5 kms.
My Problem is that,
I am passing "types" parameter here. This parameter is supporting the keywords from below link only:
https://developers.google.com/places/documentation/supported_types
But I want to send "types" parameter as of my wish, like either as street/area from Street Column in my Database.
Ex:
types=area or street or place
I was struck at this point.
Can any one Please help me in solving this problem.
Replies
Know the answer? Post it — somebody with the same question will find it here.