<div dir="ltr">You can use map.getExtent() to determine current bounds and "contains" function to check if point is inside it.<div>Next script listens for map view change and checks point inclusion:<div><div>
<br></div><div><div>map.events.on({<br></div><div>    "move": function () {</div><div>        if (map.getExtent().contains(yourPoint.x, yourPoint.y)) {</div><div>            // do whatever you need</div><div>
        }</div><div>    }</div><div>});</div></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/4 Macbeth, Andrew (US SSA) <span dir="ltr"><<a href="mailto:andrew.macbeth@baesystems.com" target="_blank">andrew.macbeth@baesystems.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal">I’ve poked around and around and don’t a means to determine whether a given point is visible to the user. For example, if the user has scrolled the map away from Boston such that it can not be seen, how can I determine that?           
<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>

<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
<br></blockquote></div><br></div>