Skip to content
Guides API

MapViewInsets

MapViewInsets = object

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

Insets, in density-independent units, matching the EdgeInsets / view-inset model.

optional bottom?: number

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


optional left?: number

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


optional right?: number

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


optional top?: number

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