Sign up for your account
Sign up takes less than 30 secs. No long term contracts, no commitments, no BS
Sign up takes less than 30 secs. No long term contracts, no commitments, no BS
Sample RESTful call:
curl "https://dev.geoloqal.com/GetNextPoint?api_key=INSERT_YOUR_API&testcase_name=geoloqalseqpol78&device_type=Android&step=0&output_type=json"
Sample Output:
{"result_lat_long":{"latitude":42.6712,"longitude":-1.46231}}
import com.geoloqal.geolokalsdkjar.R; import com.geoloqal.GLLocationManager; private GLLocationManager _locationManager = new GLLocationManager(MainActivity.this); _locationManager.getPoints(GLLocationManager.getTestType());
#import "GLLocationManager.h"; _glLocationManager = [[GLLocationManager alloc] init]; [_glLocationManager getCheckedGeoTrigger:_selectedTrigger lat:[NSString stringWithFormat:@"%f",_location.latitude] lon:[NSString stringWithFormat:@"%f",_location.longitude]];