getCoordinates(
          string $address
          )
        
        :
        array|nullGibt die Geokoordinaten anhand einer Adresse zurück
Arguments
- $address
- string
 Die Adresse die geocodet werden woll
 
Output
- array|null
- $geocode Ein Array mit key 'lat' und 'lng'
 
 Details
 Details
- visibility
- public
- final
- false
- static
- true