Package com.lbslocal.api.objects.external

Examples of com.lbslocal.api.objects.external.GetZoomRadius


  private GetZoomRadius createAZoomRadius() throws IOException {
    Point point = new Point();
    point.setX(-46.638818);
    point.setY(-23.548943);
   
    GetZoomRadius resource = new GetZoomRadius();
    resource.setPoint(point);
    resource.setMapOptions(this.options);
    resource.setRadius(500);
    resource.setToken(TestConstants.getToken());
   
    return resource;
  }
View Full Code Here

TOP

Related Classes of com.lbslocal.api.objects.external.GetZoomRadius

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.