Skip to content
9miao Mobile Game edited this page Jul 2, 2014 · 1 revision

CALocationDelegate Detailed Description

Class Description

Obtain position info of GPS location.

Method

Access modifier

Method name

Description

Public

getLocations

Obtain position info

Method Description

*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.

Clone this wiki locally