amazon web services - Use CurrentLocation for Continent iPhone -
is there way find out users location continent? need set aws entry point based on if open app in us, or europe. etc.
is there way without taking gps coordinates , making ranges out of them?
if in ios5, can use glgeocoder retrieve information abotu current location:
[self.clgeocoder reversegeocodelocation: locationmanager.location completionhandler: ^(nsarray *placemarks, nserror *error) { clplacemark *placemark = [placemarks objectatindex:0]; //placemark contains address }];
clplacemark reference:
glgeocoder reference:
Comments
Post a Comment