cpsit / geo-location-service
Get latitude and longitude for an address per google api call
Installs: 13 361
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 17
Forks: 3
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: ^7.2
- ext-json: *
- typo3/cms-core: ^9.5
Replaces
- geo_location_service: 0.3.0
- typo3-ter/geo-location-service: 0.3.0
This package is auto-updated.
Last update: 2024-10-28 16:57:18 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.