logo
Static Google Map image Javabean in Oracle Forms 10g

Similar Posts:

Static Google Map image Javabean in Oracle Forms 10g
Here is an output for a Javabean that shows the image from a Static Google Map.

Static Google Map Javabean output-Oracle forms 10g

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.

Similar Posts:

4 thoughts on “Static Google Map image Javabean in Oracle Forms 10g

  1. Hi Hafed
    I want to use this bean for my project.But I got the
    Error:
    java.security.AccessControlException :access denied (java.net.SocketPermission maps.google.com resolve)

    How to solve this?

    Thanks.

Leave a Reply

Your email address will not be published. Required fields are marked *

Similar Posts: