abstreet/rustdoc/kml/sidebar-items.js
2022-08-15 08:44:52 +00:00

1 line
505 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

window.SIDEBAR_ITEMS = {"fn":[["load","Parses a .kml file and returns ExtraShapes. Objects will be clipped to the given gps_bounds. If require_all_pts_in_bounds is true, objects thatre partly out-of-bounds will be skipped."],["parse_pt",""],["recurse",""]],"struct":[["ExtraShape","A single object in the dataset."],["ExtraShapes","Some dataset imported from KML, CSV, or something else. If the dataset is large, converting to this format and serializing is faster than parsing the original again."]]};