com.venky.geo.GeoLocationBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Commonly used programming tasks in java
package com.venky.geo;
public interface GeoLocationBuilder {
public T create(final float lat, final float lng);
}