Google API Search returning non-navigable x/y coords -


when conduct search using google places api, exact x/y coordinates of location - example, (33.7398, -84.3894) when search "turner field" in atlanta. exact location of home plate, not address can drive to.

i'm trying use these coordinates provide navigation , coord isn't on road. need x/y coordinates of address, not home plate. don't want first set of coords (33.7398, -84.3894) , reverse geocode coords of address (33.73560, -84.38789).

i know results return address, way i'm doing must have correct x/y coords of address without doing 2 queries. ideas?


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -