import { Color } from '@ngageoint/color-js'; import { Bounds } from '@ngageoint/grid-js'; import { GridZone } from '../gzd/GridZone'; import { GridLabel } from './GridLabel'; import { GridLabeler } from './GridLabeler'; import { GridType } from './GridType'; /** * MGRS grid labeler */ export declare class MGRSLabeler extends GridLabeler { constructor(enabled: boolean, minZoom?: number, maxZoom?: number, color?: Color, textSize?: number, buffer?: number); /** * {@inheritDoc} */ getLabels(gridType: GridType, zone: GridZone, tileBounds?: Bounds): GridLabel[] | undefined; /** * Get the grid zone label * * @param gridType * grid type * @param easting * easting * @param northing * northing * @return labels */ private getLabel; } //# sourceMappingURL=MGRSLabeler.d.ts.map