Skip to content

GridConfig

GridConfig = object

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

A coordinate-grid overlay for a <MapView> / <SceneView>.

type: "mgrs" | "utm" | "usng" | "latitude-longitude"

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

Grid type: military grid (MGRS), UTM, US National Grid, or latitude-longitude.


optional visible?: boolean

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

Whether the grid is drawn. Defaults to true.