An open API service indexing awesome lists of open source software.

https://github.com/appleple/geo-picker


https://github.com/appleple/geo-picker

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

          

# GeoPicker

## Screenshot

![](./screenshot.png)

## Demo

[https://rawgit.com/appleple/geo-picker/master/test/index.html](https://rawgit.com/appleple/geo-picker/master/test/index.html)

## Install

```sh
npm install leaflet geo-picker --save
```

## Usage

js

```js
const editor = new GeoPicker('.js-geo-picker');
```

html

```html















緯度


経度


ズーム


吹き出し ( HTML可 )

吹き出しのメッセージが入ります






```

## Method

update pin location

```js
editor.updatePin({lat, lng, zoom});
```

destroy the editor

```js
editor.destroy();
```