Settings Class |
Namespace: Telogis.GeoBase
The Settings type exposes the following members.
Name | Description | |
---|---|---|
BufferedReadsDisabled |
Disables the buffering performed by GeoBase when reading GBFS files. Defaults to false.
| |
GlobalNumOfWaitingThreads |
The number of execution threads waiting for an asynchronous operation to complete.
| |
IsBeta |
Gets whether this version of GeoBase is a beta version.
| |
Platform |
Gets the operating platform that version of GeoBase is designed to run on.
| |
Version |
A string representation of the GeoBase version number.
|
Name | Description | |
---|---|---|
CleanUp |
Clean up unmanaged resources used by the application.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GeoBasePath |
Looks up the given path in the GeoBase folder and returns an absolute path. The
GeoBase folder is looked up in the registry at HKCU\Software\Telogis\GeoBase\path. If
that key is not found then it is looked up at HKLM\Software\Telogis\GeoBase\path. If
that key is not found either then the folder containing the GeoBase .NET DLL is used.
| |
GetAddressFormatsPath |
Looks up the address format path and returns it if it exists in the directory.
| |
GetAvailableCultures |
Gets the cultures available for generating directions. The head of the array is the default culture of the application.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetDecompressionCacheSize |
Set the cache size used by the GBFS decompressor.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ContactInfo |
Contact information for the vendor using this GeoBase component.
| |
LoadError |
If an error occurred this string will contain the error.
| |
MessagesBundle |
Default MessagesBundle that will be used in
Directions.
| |
Units |
Default units that will be used in
Directions.
| |
UseLegacyStyle |
Use Legacy style as map default style
|