Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ボックス領域を作成する方法を Google Code ページ (http://code.google.com/apis/kml/documentation/regions.html) で見つけました。ただし、円形の領域を簡単に作成できるかどうかを理解しようとしています。基本的に目印があり、その周囲の特定の領域を影付きの円で強調表示したいと考えています。
ありがとう
代わりにポリゴンが必要です。Region は、ジオメトリではなく、何かがいつ表示またはロードされるかを定義します。ただし、KML には円プリミティブはありません。多くの頂点が互いに接近している多角形を作成して、円を作成する必要があります。