Posted by Hafed | Posted in Forms, oracle, PJCs/Javabeans | Posted on 30-12-2008
Here is an output for a Javabean that shows the image from a Static Google Map.

The example shown here is for the google headquarters. The user inputs the address info in the Forms module and the Javabean takes care of fetching the data from Google Maps.
The process is done in two steps. First step is converting the address into Latitude and longitude (HTTP Geocoding) and then the static map is obtained from Google based on this info.
I will post the javabean here very soon.

I am new to 10g forms. How do we add google map to forms 10g.
Hi Hafed,
its nice work.
its working on different map services?
Hi Hafed,
Is the static google map javabean available for download?