it.vige.cities.templates.en.Providers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cities-generator Show documentation
Show all versions of cities-generator Show documentation
Generate a file with the cities of your country
The newest version!
package it.vige.cities.templates.en;
/**
* The english providers actually supported
* @author lucastancapiano
*/
public enum Providers {
/**
* BRITANNICA
*/
BRITANNICA,
/**
* GEONAMES
*/
GEONAMES
}