2013-05-04 54 views
0

$value->location->latitude$value->location->longitude分別輸出類似41,90693866和12,414128943的東西。我有一個指向

href="http://maps.google.com/maps?q='.htmlentities($value->location->latitude).',+'.htmlentities($value->location->longitude).'" 

問題是谷歌地圖一樣接受值41.90693866(注意點而不是逗號),它不與41,90693866,12,414128943輸入工作(它與41.90693866做了鏈接, 12.414128943)。我怎樣才能用逗號而不是點來輸出緯度/經度?

回答

0

我在Instagram API中看到的json數據使用句點而不是逗號與lat/lng數據。你確定代碼中的某些東西沒有改變格式嗎?檢查你的代碼。

+0

恩,你說得對。 JSON有點。無論如何,我沒有改變格式..:o這是我的代碼:http://pastebin.com/3t8Jj9qP – MultiformeIngegno 2013-05-06 17:44:43