# Functions

NewSpatialApplication returns a new `SpatialApplication` instance.

# Structs

SpatialApplication a bunch of different operations related to indexing and querying spatial data in to a single "container" struct with pointers to underlying instances (like a SpatialDatabase) as well as a handful of methods for automating common operations (like indexing records).
SpatialApplicationOptions defines properties used to instantiate a new `SpatialApplication` instance.