2012-03-26 9 views
0

Googleの距離行列から取得したjsonファイルからデータを取り出す必要があります。JSONとPHPで動作するGoogle Mapsの距離行列とJSONからデータを引き出す

これは私が距離テキストと値と期間テキストと値を取得する必要がグーグル

stdClass Object 
(
    [destination_addresses] => Array 
     (
      [0] => 10 Hawkins St, Cooma NSW 2630, Australia 
     ) 
    [origin_addresses] => Array 
     (
      [0] => 30 Bent St, Cooma NSW 2630, Australia 
     ) 
    [rows] => Array 
     (
      [0] => stdClass Object 
       (
        [elements] => Array 
         (
          [0] => stdClass Object 
           (
            [distance] => stdClass Object 
             (
              [text] => 2.1 km 
              [value] => 2142 
             ) 
            [duration] => stdClass Object 
             (
              [text] => 5 mins 
              [value] => 315 
             ) 
            [status] => OK 
           ) 
         ) 
       ) 
     ) 
    [status] => OK 
) 

から得るものです。

私は時間のためにしようとウェブを検索するが、私はこのフォーマットでそれをやって何かを見つける傾けるされているが、複数のアレイとはstdClassは、それはまた、他のに役立ちますしてください、この1にいくつかの助けを大好きだ

オブジェクトGoogleでのプロジェクト

答えて

0

Google exampleをご覧ください。 &を貼り付けてPHP用に調整することができます。

関連する問題