|
EHC Club Manager
|
Functions | |
| getPlaceId ($address, $apiKey) | |
Variables | |
| $apiKey = "AIzaSyAfKfsOw_2cm6xSggpz9CD3BusIpB7y5EM" | |
| $origin_place_id = "Place ID: ChIJPTLhA8bfvkcRVzQUhiQh2rY" | |
| $destination_place_id = "Place ID: ChIJ0WB6olK_uEcRNeYJRjfypm4" | |
| $origin = "Uckendorfer Straße 135, 53844 Troisdorf" | |
| $destination = "Margaretenstraße 17/19, 47055 Duisburg" | |
| $originPlaceId = getPlaceId($origin, $apiKey) | |
| $destinationPlaceId = getPlaceId($destination, $apiKey) | |
| if($originPlaceId && $destinationPlaceId) | else |
| getPlaceId | ( | $address, | |
| $apiKey | |||
| ) |
| $apiKey = "AIzaSyAfKfsOw_2cm6xSggpz9CD3BusIpB7y5EM" |
| $destination = "Margaretenstraße 17/19, 47055 Duisburg" |
| $destination_place_id = "Place ID: ChIJ0WB6olK_uEcRNeYJRjfypm4" |
| $destinationPlaceId = getPlaceId($destination, $apiKey) |
| $origin = "Uckendorfer Straße 135, 53844 Troisdorf" |
| $origin_place_id = "Place ID: ChIJPTLhA8bfvkcRVzQUhiQh2rY" |
| $originPlaceId = getPlaceId($origin, $apiKey) |
| if ( $originPlaceId &&$destinationPlaceId) else |