Click or drag to resize

SimpleRepositoryGetCountryRegions Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets a list of top country regions for which data in this SimpleRepository is available.

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

Parameters

country
Type: Telogis.GeoBaseCountry
Country

Return Value

Type: ListString
String List with names of regions
See Also