-
Notifications
You must be signed in to change notification settings - Fork 421
CALocationDelegate
9miao Mobile Game edited this page Jul 2, 2014
·
1 revision
Obtain position info of GPS location.
Access modifier |
Method name |
Description |
Public |
getLocations |
Obtain position info |
*virtual void getLocations(CCDictionary locations) = 0
Return value: void
Parameter: CCDictionary *locations, dictionary of storage location info
Description: after sub class rewrites this method, you just need to obtain locations in this method to get location info.