Skip to content

A node package to generate a polyline-encoded circle around a give point

License

Notifications You must be signed in to change notification settings

rpm0618/polyline-circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polyline-circle

A node package to generate a polyline-encoded circle around a give point

Usage

const polylineCircle = require('polyline-circle');
polylineCircle(lat, lng, radius);

Parameters

  • lat: The latitude of the center of the circle
  • lng: The longitude of the center of the circle
  • radius: The radius of the circle (in meters)

About

A node package to generate a polyline-encoded circle around a give point

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published