com.google.appengine.api.datastore.GeoPt Maven / Gradle / Ivy
package com.google.appengine.api.datastore;
/**
*
* @author os
*/
public class GeoPt {
public float getLatitude() {
throw new UnsupportedOperationException("Not supported yet.");
}
public float getLongitude() {
throw new UnsupportedOperationException("Not supported yet.");
}
}