A node package to generate a polyline-encoded circle around a give point
const polylineCircle = require('polyline-circle');
polylineCircle(lat, lng, radius);
- 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)