Click or drag to resize

SimpleRepositoryGetRepositoriesForCountry Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns this simple repository if it supports the specified country.

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override List<SimpleRepository> GetRepositoriesForCountry(
	Country country
)

Parameters

country
Type: Telogis.GeoBaseCountry
The country whose data is required.

Return Value

Type: ListSimpleRepository
If this repository includes data for the specified country, returns a list containing this repository. Otherwise, (if the country is not supported), returns an empty list.
See Also