Download the PHP package madj2k/t3-gadgeto-google without Composer
On this page you can find all versions of the php package madj2k/t3-gadgeto-google. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download madj2k/t3-gadgeto-google
More information about madj2k/t3-gadgeto-google
Files in madj2k/t3-gadgeto-google
Download madj2k/t3-gadgeto-google
More information about madj2k/t3-gadgeto-google
Files in madj2k/t3-gadgeto-google
Vendor madj2k
Package t3-gadgeto-google
Short Description Extension with Utilites and ViewHelper for accession Google API and Google Maps
License GPL-2.0+
Homepage https://www.steffenkroggel.de
Package t3-gadgeto-google
Short Description Extension with Utilites and ViewHelper for accession Google API and Google Maps
License GPL-2.0+
Homepage https://www.steffenkroggel.de
Please rate this library. Is it a good library?
Informations about the package t3-gadgeto-google
Gadgeto Google
Provides Utilities and ViewHelpers for Google Geolocation API and Google Maps
Features
- Gets geolocation data from Google Geolocation API when a location record is saved in the backend
- Displays a Google Map of all location records with category filters
- Consent overlay for Google Map (GDPR)
Installation
Just install the extension and include the TypoScript. At the moment there is nothing to configure.
Usage in your own extension
General
- Your location-model has either to
- implement the FilterableInterface and use the FilterableTrait OR
- extend the Location-model.
- If you use the FilterableTrait, make sure you add the corresponsing TCA-definitions and database-fields (see: ext_tables.sql and TCA/tx_gadgetogoogle_domain_model_location.php)
Load geodata from API when location record is stored
-
First you need to register a hook to DataHandler in your ext_localconf.php
- Then you can call the Geolocation-Service in your hook. See Classes/Hooks/TceMainHooks.php for an example
All versions of t3-gadgeto-google with dependencies
PHP Build Version
Package Version
The package madj2k/t3-gadgeto-google contains the following files
Loading the files please wait ....