Package com.bluetangstudio.searchcloud.client.model

Examples of com.bluetangstudio.searchcloud.client.model.GeoPoint


    public RequestBuilderTestBase() {
    }

    public void setTrackingVariables(AbstractRequest get) {
        get.setApiKey("apiKey");
        get.setCurrentLocation(new GeoPoint(10.0, 20.0));
        get.setMachineId("machineId");
    }
View Full Code Here

TOP

Related Classes of com.bluetangstudio.searchcloud.client.model.GeoPoint

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.