SimpleRepositoryGetRepositoriesForCountry Method | |
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
)
Public Overrides Function GetRepositoriesForCountry (
country As Country
) As List(Of SimpleRepository)
Parameters
- country
- Type: Telogis.GeoBaseCountry
The country whose data is required.
Return Value
Type:
ListSimpleRepositoryIf 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