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

ViewPort contains LatLng method

csclaudiu opened this issue · comments

Hi,

It would be nice to have equivalent of ViewPort.contains() method which tell you if a point is in the specified bounds.

Thanks

Hi @csclaudiu

Can you elaborate on that a little, I'm not sure whats missing.

Hi @ericnewton76 ,

I couldn't find a method in the api which check if a latLng is within a LatLngBounds. The equivalent is contains in google maps api reference.

Thanks