Interface

QueryParams

QueryParams

Interface definitions for the stippling API

View Source backend/src/routes/interfaces.ts, line 21

Members

string

# h

Height of the output grid

View Source backend/src/routes/interfaces.ts, line 46

string

# maxLat

Maximum latitude of the bounding box

View Source backend/src/routes/interfaces.ts, line 30

string

# maxLng

Maximum longitude of the bounding box

View Source backend/src/routes/interfaces.ts, line 38

string

# minLat

Minimum latitude of the bounding box

View Source backend/src/routes/interfaces.ts, line 26

string

# minLng

Minimum longitude of the bounding box

View Source backend/src/routes/interfaces.ts, line 34

string

# total_stiples Optional

Optional total number of stipples to generate

View Source backend/src/routes/interfaces.ts, line 50

string

# w

Width of the output grid

View Source backend/src/routes/interfaces.ts, line 42