Is your feature request related to a problem? Please describe.
Loading the LocationContext as objects in to main memory currently takes 4 seconds which is completly unnecessary for most usecases where only a few lookups are needed
Describe the solution you'd like
Allow for lazy loading via properties and lookup without using hashtables as the solution was a few weeks ago using SQLite access.
Is your feature request related to a problem? Please describe. Loading the LocationContext as objects in to main memory currently takes 4 seconds which is completly unnecessary for most usecases where only a few lookups are needed
Describe the solution you'd like Allow for lazy loading via properties and lookup without using hashtables as the solution was a few weeks ago using SQLite access.