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

com.venky.geo.GeoLocation Maven / Gradle / Ivy

There is a newer version: 1.15
Show newest version
package com.venky.geo;

public interface GeoLocation {
	public Float getLatitude(); 
	public void setLatitude(Float latitude);
	
	public Float getLongitude();
	public void setLongitude(Float longitude);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy