heremaps / flexible-polyline

Flexible Polyline encoding: a lossy compressed representation of a list of coordinate pairs or triples
MIT License
91 stars 77 forks source link

index.js: Removed declared constant without use #67

Open toyamarodrigo opened 11 months ago

toyamarodrigo commented 11 months ago

Removed the following constant that were not in use.

const CUSTOM1 = 6;
const CUSTOM2 = 7;