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

com.realcomp.address.LatLongAccuracy Maven / Gradle / Ivy

Go to download

An collection of POJOs dealing with Addresses used throughout real-comp projects.

The newest version!
package com.realcomp.address;

/**
 *
 * @author BGoering
 */
public enum LatLongAccuracy {

    ADDRESS, ZIP_PLUS_4, ZIP_5_DIGIT, UNKNOWN
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy