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

com.google.appengine.api.datastore.GeoPt Maven / Gradle / Ivy

There is a newer version: 29
Show newest version
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.");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy