location_service_state_changed_cb typedef
location_service_state_changed_cb = Pointer<NativeFunction<location_service_state_changed_cbFunction> >
@brief Called when the state of location service is changed from enabled to disabled or vice versa.
@since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
@paramin
state The service state
@paramin
user_data The user data passed from the callback registration function
@pre Either location_manager_start() or location_manager_stop() will invoke this callback if you register this callback using location_manager_set_service_state_changed_cb().
@see location_manager_start()
@see location_manager_stop()
@see location_manager_set_service_state_changed_cb()
@see #location_service_state_e
Implementation
typedef location_service_state_changed_cb = ffi
.Pointer<ffi.NativeFunction<location_service_state_changed_cbFunction>>;