iphone - Which function of core location framework gets called when user changes its current location? -


i using core location framework inside app want ask function of core location framework called when user changes current location.

this method gets called when new location available. oldlocation may nil if there no previous location available.

- (void)locationmanager:(cllocationmanager *)manager         didupdatetolocation:(cllocation *)newlocation         fromlocation:(cllocation *)oldlocation; 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -