Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 621 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 621 Bytes

mapbox-extensions-marker MOVE TO MAPBOX-EXTENSIONS

npm

DEMO

examples

usage

install

npm

npm install mapbox-extensions-marker

yarn

yarn add mapbox-extensions-marker

code

import { MarkerControl } from 'mapbox-extensions-marker'
import 'mapbox-extensions-marker/dist/index.css'

map.addControl(new MarkerControl({}));