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

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

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


public interface GeoLocationBuilder {
	public T create(final float lat, final float lng);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy