cpsit/geo-location-service

Get latitude and longitude for an address per google api call

Installs: 12 885

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 16

Forks: 3

Open Issues: 0

Type:typo3-cms-extension

0.3.0 2019-12-18 07:16 UTC

This package is auto-updated.

Last update: 2024-04-06 18:23:52 UTC


README

TYPO3 extension to resolve an address to a geo code via Google Maps API

This TYPO3 extension provides a geo coder service and an interface for geo codes.

Installation

To install the Geo Location Service extension in your project, you have to require the package by using Composer:

composer require cpsit/geo-location-service

Usage

You can implement the GeoCodingInterface in your location class and use the GeoCoder service to update or work with the geo information within that class. Check the source code for further information.