Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.9 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.9 KB

Simple Map (Google Map) APEX Plugin

A Region plugin for Oracle Application Express

This allows you to add a Google Map region to any page.

plugin-simplemap-preview.png

The user can click the map to set a single Marker. You can have the region synchronize the map with an item you nominate - if so, the position where the user clicks will be written to the item as a lat,long pair of coordinates. If the item is loaded with some coordinates, or changed by the user, the map marker will be moved to the indicated position.

You can also enable additional features including Search by Address (find a point by an entered address), and Reverse Geocode Search (find an address for a selected point).

DEMO

https://apex.oracle.com/pls/apex/f?p=JK64_SIMPLE_MAP

PRE-REQUISITES

INSTALLATION INSTRUCTIONS

  1. Download the latest release
  2. Install the plugin to your application - region_type_plugin_com_jk64_simple_google_map.sql
  3. Supply your Google API Key (Component Settings)
  4. Add a region to the page, select type JK64 Simple Google Map [Plug-In]

For more information refer to the WIKI.

Need more features?

Try the JK64 Report Map plugin which has many more features, including the ability to take a SQL Query and render each record on the map.