Interface: LatLonDisplayProps
Component props for WaypointComponent.
Hierarchy
↳
LatLonDisplayProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
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
Defined in
src/sdk/components/FSComponent.ts:125