Skip to content

class GoogleMapsApi

Oliver edited this page Apr 25, 2020 · 1 revision

www/includes/googleapis.inc.php


GoogleMapsApi

In dieser Klasse befinden sich Funktionen für die Kommunikation mit den Google Maps API Folgende Maps API werden unterstützt: - /maps/api/geocode

Package

Vendor\Google

author

  • IneX

date

  • 12.06.2018

Overview

Public Properties

No public properties found

Constants

No constants found

Public Methods

geocode() |

Methods

geocode()

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)

public geocode(string $address) : array|null

Tags
  • author: IneX
  • date: 12.06.2018
  • version: 1.0
  • since: 1.0 Initial integration

\ » Classes » GoogleMapsApi

Clone this wiki locally