Hi All,<br><br>I am trying to convert Google Maps GMap.getBounds() (which returns LatLng for south west and LatLng for north east)<br>to POLYGON( ) ewkt format. This is to query for points within that POLYGON.<br><br>I think I figured out the format and I would like to verify it with experts here. I have southwest LatLng and northeast LatLng
<br>considering Y=Lng and X=Lat<br><br>POLYGON(maxY maxX,<br>maxY minX,<br>minY minX,<br>minY maxX,<br>maxY maxX)<br><br>Is this the right way to create a POLYGON? could you please point me to docs if available that explain this format?
<br><br>Thanks<br>Babu<br><br>
<br>