Enumeration Members

CLOSEST_IN_OUT: "closest_in_out"

Search for tiles in the closest zoom level order, zoom in levels before zoom out

CLOSEST_OUT_IN: "closest_out_in"

Search for tiles in the closest zoom level order, zoom out levels before zoom in

IN: "in"

Search for tiles by zooming in

IN_OUT: "in_out"

Search for tiles by zooming in first, and then zooming out

OUT: "out"

Search for tiles by zooming out

OUT_IN: "out_in"

Search for tiles by zooming out first, and then zooming in

Generated using TypeDoc