Skip to content

CopyCoordinates

Panoramax.components.ui.widgets.CopyCoordinates ⇐ lit.LitElement

Kind: static class of Panoramax.components.ui.widgets
Extends: lit.LitElement
Element: pnx-copy-coordinates

new CopyCoordinates()

Copy Coordinates button allows easy copy of several format of map coordinates.

Example

<pnx-copy-coordinates gps=${[-1.7, 48.6]} _parent=${viewer} />

copyCoordinates.properties : Object

Component properties.

Kind: instance property of CopyCoordinates
Properties

Name Type Description
gps Array.<number> GPS/map coordinates, as [lon, lat]