MultiRepository Constructor (String) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a new MultiRepository from a number of GBFS files. This is done by loading
all GBFS files from the specified directory. The MultiRepository will not recurse
down the directory structure.
Namespace:
Telogis.GeoBase.Repositories
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public MultiRepository(
string path
)
Public Sub New (
path As String
)
Parameters
- path
- Type: SystemString
The path to the directory containing GBFS files
See Also