blob: f07d3ae6a4a9efb4468f3e328918751ccc66bf33 [file] [log] [blame]
package brooklyn.location;
public interface CoordinatesProvider {
double getLatitude();
double getLongitude();
}