-
Notifications
You must be signed in to change notification settings - Fork 0
class GoogleMapsApi
Oliver edited this page Apr 25, 2020
·
1 revision
www/includes/googleapis.inc.php
In dieser Klasse befinden sich Funktionen für die Kommunikation mit den Google Maps API Folgende Maps API werden unterstützt: - /maps/api/geocode
Vendor\Google
- IneX
- 12.06.2018
No public properties found
No constants found
Google Maps Geocoding API
Geocoding is the process of converting addresses (like "1600 Amphitheatre Parkway, Mountain View, CA") into geographic coordinates (like latitude 37.423021 and longitude -122.083739), which you can use to place markers on a map, or position the map. (Latitude/Longitude Lookup)
- Inherited from \GoogleMapsApi
public
geocode(string $address) : array|null
- author: IneX
- date: 12.06.2018
-
version:
1.0
-
since:
1.0
Initial integration
\ » Classes » GoogleMapsApi
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.