Stay organized with collections
Save and categorize content based on your preferences.
Returns true if the geometry edges, if any, are geodesics along a spherical model of the earth; if false, any edges are straight lines in the projection.
[[["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 2023-10-06 UTC."],[[["The `edgesAreGeodesics()` method determines if a geometry's edges are treated as geodesics (curved along the Earth's surface) or straight lines in the projection."],["It returns `true` if edges are geodesics and `false` if they are straight lines."],["This method is applicable to Geometry objects and can be accessed using the syntax `geometry.edgesAreGeodesics()`."],["The provided examples demonstrate its usage with a BBox (bounding box) geometry in both JavaScript and Python."]]],[]]