Google マップが機能していません。何が問題になる可能性がありますか?
地理座標を取得するためのコード:
$gmap = file_get_contents ("http://maps.google.com/maps/geo?q=". urlencode($row['gps']));
$json = json_decode ($gmap);
$suradnice = $json->Placemark[0]->Point->coordinates;
$gps = $s[1] .",". $s[0];
埋め込みコード:
<iframe width='295' height='360' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://maps.google.com/?q={$gps}&ie=UTF8&t=h&z=12&vpsrc=0&ll={$gps}&output=embed'></iframe>