ericnewton76 / gmaps-api-net

C# google maps api interface for interacting with the backend web services for Google Maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Address using longitude and latitude

makp0 opened this issue · comments

The only use of coordinates is to describe Bounds. But sometimes it's needed to find address string using longitude and latitude. And it's fairly easy to add

Can you elaborate please?

I was looking for more details about this issue, might have to close it since nobody else is experiencing.

@zorgino and @ycrz please elaborate...

Given a latlng, you FIND addresses by geocoding. The Address property itself does support LatLng being set to it (its not obvious but it has implicit operator on it)

Until I have a description of the problem I dont understand whats wrong.