ericnewton76/gmaps-api-net

ViewPort contains LatLng method

csclaudiu opened this issue · 2 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