Skip to content
Guides API

GeodesicEllipseParams

GeodesicEllipseParams = object

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

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

optional angularUnit?: AngularUnit

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

Unit for axisDirection. Defaults to degrees.


optional axisDirection?: number

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

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


center: PointGeometry

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

Center point of the ellipse.


optional geometryType?: GeodesicGeometryType

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

Output geometry type. Defaults to polygon.


optional linearUnit?: LinearUnit

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

Unit for semiAxis1Length / semiAxis2Length. Defaults to meters.


optional maxPointCount?: number

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

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


optional maxSegmentLength?: number

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

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


semiAxis1Length: number

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

Length of the semi-major axis.


semiAxis2Length: number

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

Length of the semi-minor axis.