Jifty::Plugin::GoogleMap.3pm

Langue: en

Version: 2009-02-12 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Jifty::Plugin::GoogleMap - GoogleMap plugin

SYNOPSIS

# In your jifty config.yml under the framework section:
   Plugins:
     - GoogleMap:
         apikey: ABQIAAAA66LEkTHjdh-UhDZ_NkfdjBTb-vLQlFZmc2N8bgWI8YDPp5FEVBTjCfxPSocuJ53SPMNQDO7Sywpp_w
 
 

# note that this is an api for http://localhost:8888/

In your model class schema description, add the following:

     column location => is GeoLocation;
 
 

DESCRIPTION

This plugin provides a Google-map widget for Jifty, as well as a new GeoLocation column type.

init