// Google Maps API key $google_api_key = ''; $image_pin = ''; //ikona mista v mape $image_icon = ''; //ikona ve vyberovniku pri vice typech v jednom // Default zoom value of the map $default_zoom = '7'; // Default map center coordinates $defaultCoords = [ "latitude" => 49.02, "longitude" => 19.5 ]; // Custom translation $ownTranslates = null;