How to use the bpk-component-map.MARKER_TYPES.plain function in bpk-component-map

To help you get started, we’ve selected a few bpk-component-map examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Skyscanner / backpack / packages / bpk-docs / src / pages / MapPage / MapPage.js View on Github external
/>
        }
          position={{
            latitude: 35.6615,
            longitude: 139.705051,
          }}
          onClick={() => {
            this.selectMarker(2);
          }}
        />
        }
          position={{
            latitude: 35.6605,
            longitude: 139.704041,
          }}
          onClick={() => {
            this.selectMarker(3);
          }}
        />
      
    );
  }
}

bpk-component-map

Backpack map component.

Apache-2.0
Latest version published 2 years ago

Package Health Score

70 / 100
Full package analysis

Similar packages