gmaps-api-net
gmaps-api-net copied to clipboard
ViewPort contains LatLng method
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