Sunday, September 7, 2008

How to debug - Hello World

Hi,

To facilitate the debugging of Google Maps integration to your web page, the official Google Maps API contains functions to print information to a log window.
This example will show 3 ways to print information to the log window.
I will add a "print to log" functionality to the major procedures of PLGMAPS. For example, if you add markers to the map, the log window will display the coordinates of the markers. Without this log window, you'll have to read the generated JavaScript code and find the information your are looking for.

1) PL/SQL Region - PLGMAPS code










2) Example

No comments: