Interface

StiplesQueryParams

StiplesQueryParams

Query parameters for the stipples API

View Source frontend/src/api/interface.ts, line 30

Members

string

# h

Height of the output grid

View Source frontend/src/api/interface.ts, line 55

string

# maxLat

Maximum latitude of the bounding box

View Source frontend/src/api/interface.ts, line 39

string

# maxLng

Maximum longitude of the bounding box

View Source frontend/src/api/interface.ts, line 47

string

# minLat

Minimum latitude of the bounding box

View Source frontend/src/api/interface.ts, line 35

string

# minLng

Minimum longitude of the bounding box

View Source frontend/src/api/interface.ts, line 43

string

# w

Width of the output grid

View Source frontend/src/api/interface.ts, line 51