0

GoogleマップにKML文字列が表示されます。ファイルの代わりに、私は文字列を持っています。これは、Fusion Tables内にKMLデータがあるためです。https://developers.google.com/fusiontables/docs/samples/custom_markersGoogleマップにKMLデータが表示されます

私はKMLデータしか持っていないので、どのように表示するのかは分かりません。

私はこれを試してみましたが、それはうまくいきませんでした:

var marker = new google.maps.Marker({ 
     map: map, 
     position: '<polygon>....</polygon>', 
     icon: new google.maps.MarkerImage('https://developers.google.com/fusiontables/docs/samples/images/fusion_tables-32.png') 
}); 

すべてのヘルプははるかに高く評価されます!

ありがとうございます!

答えて

関連する問題