![JAR search and dependency download from the Maven repository](/logo.png)
org.schema.City Maven / Gradle / Ivy
package org.schema;
/**
* Schema.org/City
* A city or town.
*
* @author schema.org
* @class City
* @module org.schema
* @extends AdministrativeArea
*/
public class City extends AdministrativeArea {
/**
* Constructor, automatically sets @context and @type.
*
* @constructor
*/
public City() {
context = "http://schema.org/";
type = "City";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy