Skip to main content

Interface: GarminChartsPageData

Defined in: src/garminsdk/charts/GarminChartsTypes.ts:6

Data describing a Garmin electronic chart page.

Properties

metadata

readonly metadata: ChartMetadata

Defined in: src/garminsdk/charts/GarminChartsTypes.ts:8

The metadata associated with the page's parent chart.


page

readonly page: ChartPage

Defined in: src/garminsdk/charts/GarminChartsTypes.ts:11

The chart page.


pageCount

readonly pageCount: number

Defined in: src/garminsdk/charts/GarminChartsTypes.ts:17

The total number of pages contained in the page's parent chart.


pageIndex

readonly pageIndex: number

Defined in: src/garminsdk/charts/GarminChartsTypes.ts:14

The index of the page in its parent chart.