
com.venky.geo.GeoLocation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common Show documentation
Show all versions of common Show documentation
Commonly used programming tasks in java
The newest version!
package com.venky.geo;
import java.math.BigDecimal;
public interface GeoLocation {
public BigDecimal getLat();
public void setLat(BigDecimal latitude);
public BigDecimal getLng();
public void setLng(BigDecimal longitude);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy