KML文字列があり、それをGoogleマップに表示したいと思います。ファイルの代わりに、文字列があります。これは、Fusion Tables内にKMLデータがあり、次のようなものを作成する必要があるためです:https ://developers.google.com/fusiontables/docs/samples/custom_markers
座標ではなく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')
});
どんな助けでも大歓迎です!
ありがとう!