All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wirefreethought.geodb.client.model.PlaceSortFields Maven / Gradle / Ivy

package com.wirefreethought.geodb.client.model;

public interface PlaceSortFields
{
    public interface Common
    {
        String ELEVATION = "elevation";
        String NAME = "name";
        String POPULATION = "population";
    }

    public interface FindPlaces extends Common
    {
        String COUNTRY_CODE = "countryCode";
    }

    public interface FindRegionPlaces extends Common
    {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy