Click or drag to resize

MultiRepositoryCheckRegions Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Throws an exception if two GBFS files in the given LocalRepository cover the same geographical region.

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void CheckRegions(
	LocalRepository repos
)

Parameters

repos
Type: Telogis.GeoBase.RepositoriesLocalRepository
LocalRepository
Remarks
This method is designed for use with MultiRepository objects, which may contain references to multiple GBFS files or other LocalRepository objects.
See Also