Skip to main content

Interface: LatLonDisplayProps

Component props for WaypointComponent.

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


class

Optional class: string | SubscribableSet<string>

CSS class(es) to add to the root of the icon component.

Defined in

src/sdk/components/common/LatLonDisplay.tsx:17


location

location: Subscribable<GeoPointInterface>

A subscribable which provides a location to bind.

Defined in

src/sdk/components/common/LatLonDisplay.tsx:14


minFracDigits

Optional minFracDigits: number

The number of fractional digits to display for minutes. Optional, defaults to 2.

Defined in

src/sdk/components/common/LatLonDisplay.tsx:20


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125