Skip to content
Guides API

GeodesicEllipseParams

GeodesicEllipseParams = object

Defined in: src/ExpoArcgis.types.ts:1625

Parameters for geometryEngine.ellipseGeodesic. Mirrors the native GeodesicEllipseParameters (Swift) / com.arcgismaps.geometry.GeodesicEllipseParameters (Kotlin).

optional angularUnit?: AngularUnit

Defined in: src/ExpoArcgis.types.ts:1637

Unit for axisDirection. Defaults to degrees.


optional axisDirection?: number

Defined in: src/ExpoArcgis.types.ts:1635

Direction of the major axis, in angularUnit clockwise from north. Defaults to 0.


center: PointGeometry

Defined in: src/ExpoArcgis.types.ts:1627

Center point of the ellipse.


optional geometryType?: GeodesicGeometryType

Defined in: src/ExpoArcgis.types.ts:1647

Output geometry type. Defaults to polygon.


optional linearUnit?: LinearUnit

Defined in: src/ExpoArcgis.types.ts:1639

Unit for semiAxis1Length / semiAxis2Length. Defaults to meters.


optional maxPointCount?: number

Defined in: src/ExpoArcgis.types.ts:1645

Maximum number of vertices on the output geometry. Defaults to 10 (SDK default).


optional maxSegmentLength?: number

Defined in: src/ExpoArcgis.types.ts:1643

Maximum segment length on the output geometry. 0 / omitted lets the SDK choose.


semiAxis1Length: number

Defined in: src/ExpoArcgis.types.ts:1629

Length of the semi-major axis.


semiAxis2Length: number

Defined in: src/ExpoArcgis.types.ts:1631

Length of the semi-minor axis.