A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.
A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.
A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["`GeoShape` extends `StructuredValue` and provides ways to define geographical areas like circles, lines, and polygons."],["It uses properties like `box`, `circle`, `line`, and `polygon` with text values to represent shape data."],["`elevation` can be specified using either `Number` or `Text` type."],["`polygon` and `box` properties define an area enclosed by a series of points, with the first and last points being identical."],["`circle` represents a circular area with a specified radius centered at given coordinates."]]],[]]