com.realcomp.address.LatLongAccuracy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of address-common Show documentation
Show all versions of address-common Show documentation
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