GeoShape
Typname: GeoShape
Erweitert StructuredValue
Name |
Typ |
Beschreibung |
box |
Text |
Ein Polygon ist der Bereich, der von einem Punkt-zu-Punkt-Pfad umschlossen ist, für den der Start- und der Endpunkt identisch sind. Ein Polygon wird als eine Abfolge von vier oder mehr durch Leerzeichen getrennten Punkten ausgedrückt, wobei der erste und der letzte Punkt identisch sind. |
Kreis |
Text |
Ein Kreis ist der kreisförmige Bereich eines angegebenen Umkreises, der auf einen bestimmten Breiten- und Längengrad zentriert ist. Ein Kreis wird als Paar gefolgt von einem Radius in Metern ausgedrückt. |
elevation |
Zahl oder Text |
Die Höhe eines Standorts. |
Linie |
Text |
Eine Linie ist ein Punkt-zu-Punkt-Pfad, der aus zwei oder mehr Punkten besteht. Eine Linie wird als eine Folge von zwei oder mehr durch ein Leerzeichen getrennten Punktobjekten ausgedrückt. |
polygon |
Text |
Ein Polygon ist der Bereich, der von einem Punkt-zu-Punkt-Pfad umschlossen ist, für den der Start- und der Endpunkt identisch sind. Ein Polygon wird als eine Abfolge von vier oder mehr durch Leerzeichen getrennten Punkten ausgedrückt, wobei der erste und der letzte Punkt identisch sind. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-03 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],["The `GeoShape` type defines geographical shapes. It includes properties for `box`, `circle`, `line`, and `polygon`, all represented as `Text`. A `box` and `polygon` are areas with the same start and end points and more than four points. A `line` represents a path with two or more points, while `circle` specifies a circular region with latitude, longitude, and radius. It also features `elevation`, which can be a `Number` or `Text`.\n"]]